summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-09 15:24:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-09 15:24:33 +0000
commit26cd8eda4a2180a61fbd914228a2950f2659ba7f (patch)
treee42cb9f9983e7d212a8576efeb757bfee4110261 /acconfig.h
parent8cd3f44040ba22ca64b98248f6f94ac2ed07a6c0 (diff)
downloadcurl-26cd8eda4a2180a61fbd914228a2950f2659ba7f.tar.gz
Added socklen_t
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
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