]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
define HAVE_SYS_SOCKET_H if that file is present. This is needed when we
authorDaniel Stenberg <daniel@haxx.se>
Fri, 17 Oct 2003 06:59:48 +0000 (06:59 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 17 Oct 2003 06:59:48 +0000 (06:59 +0000)
#include "../lib/memdebug.h" for memory debug builds.

src/config.h.in

index 4720a1e7b4b0e1e35adbdfddf98c55597ff51d4f..7f6efc27e0521dafc1ac93d6b8ed33108abaca35 100644 (file)
@@ -26,6 +26,9 @@
 /* Define if you have the <sys/select.h> header file */
 #undef HAVE_SYS_SELECT_H
 
+/* Define if you have the <sys/socket.h> header file */
+#undef HAVE_SYS_SOCKET_H
+
 /* Define if you have the <sys/poll.h> header file */
 #undef HAVE_SYS_POLL_H