diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-14 08:28:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-14 08:28:54 +0000 |
commit | 3201d2dafa25e46b6909d3eba91efd55fd785474 (patch) | |
tree | 97d87a4ce2be0cd52654fd07a7abdb1abb35a08d | |
parent | 0a1e002ca48277401b565abf97eec04fb5866d3a (diff) |
J�rn added "#define socklen_t int"
-rw-r--r-- | config-win32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-win32.h b/config-win32.h index d90d21dc7..28c461ef9 100644 --- a/config-win32.h +++ b/config-win32.h @@ -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 |