Jrn added "#define socklen_t int"

This commit is contained in:
Daniel Stenberg 2001-03-14 08:28:54 +00:00
parent 0a1e002ca4
commit 3201d2dafa
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@
/* Define this to 'int' if ssize_t is not an available typedefed type */
#define ssize_t int
/* Define this to 'int' if socklen_t is not an available typedefed type */
#define socklen_t int
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1