1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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)
This commit is contained in:
Daniel Stenberg 2004-02-05 08:27:47 +00:00
parent 9c95ebcbe7
commit 9254c3a103

View File

@ -89,3 +89,5 @@
/* Define if you have the <limits.h> header file */ /* Define if you have the <limits.h> header file */
#undef HAVE_LIMITS_H #undef HAVE_LIMITS_H
/* type to use in place of socklen_t if not defined */
#undef socklen_t