From: Daniel Stenberg Date: Fri, 9 Mar 2001 15:24:33 +0000 (+0000) Subject: Added socklen_t X-Git-Tag: curl-7_7-beta2~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26cd8eda4a2180a61fbd914228a2950f2659ba7f;p=curl Added socklen_t --- diff --git a/acconfig.h b/acconfig.h index 8f39d3c36..14beca215 100644 --- a/acconfig.h +++ b/acconfig.h @@ -43,6 +43,9 @@ /* Define this to 'int' if ssize_t is not an available typedefed type */ #undef ssize_t +/* Define this to 'int' if socklen_t is not an available typedefed type */ +#undef socklen_t + /* Define this as a suitable file to read random data from */ #undef RANDOM_FILE