
/* defined to 1 if curl's configure defines socklen_t replacement */
#ifndef CURLCONF_DEFINES_SOCKLEN_T
#undef CURLCONF_DEFINES_SOCKLEN_T
#endif

/* curl's configure socklen_t definition if unavailable in system headers */
#if defined(CURLCONF_DEFINES_SOCKLEN_T) && !defined(HAVE_SOCKLEN_T)
#undef socklen_t
#define HAVE_SOCKLEN_T 1
#endif
