]> granicus.if.org Git - curl/commitdiff
Fix the socklen_t type too. Needed only when built with memory debugging
authorDaniel Stenberg <daniel@haxx.se>
Thu, 5 Feb 2004 08:27:47 +0000 (08:27 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 5 Feb 2004 08:27:47 +0000 (08:27 +0000)
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)

src/config.h.in

index 9f50fa3f47360071430e63985315006b5aaeb248..07ca44cfbd73e04cf7917909fd3e55b1f15c8b22 100644 (file)
@@ -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