aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-14 08:28:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-14 08:28:54 +0000
commit3201d2dafa25e46b6909d3eba91efd55fd785474 (patch)
tree97d87a4ce2be0cd52654fd07a7abdb1abb35a08d
parent0a1e002ca48277401b565abf97eec04fb5866d3a (diff)
Jörn added "#define socklen_t int"
-rw-r--r--config-win32.h3
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