aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-05 08:27:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-05 08:27:47 +0000
commit9254c3a103f2dd2bc730e09b805fc8e70c97b360 (patch)
tree9a28e236ee2bcb20def6c6f719a30cdb953d8015 /src
parent9c95ebcbe70bbf122b833cfe7750f5f019c08c55 (diff)
Fix the socklen_t type too. Needed only when built with memory debugging
as then we include the memdebug.h header from the lib dir, and it then requires this type... (fails on IRIX 6.5 without this)
Diffstat (limited to 'src')
-rw-r--r--src/config.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 9f50fa3f4..07ca44cfb 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -89,3 +89,5 @@
/* Define if you have the <limits.h> header file */
#undef HAVE_LIMITS_H
+/* type to use in place of socklen_t if not defined */
+#undef socklen_t