From 722ece40550f2b6c505b39726f9dc8856ecd924b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 17 Oct 2003 06:59:48 +0000 Subject: define HAVE_SYS_SOCKET_H if that file is present. This is needed when we #include "../lib/memdebug.h" for memory debug builds. --- src/config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.h.in b/src/config.h.in index 4720a1e7b..7f6efc27e 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -26,6 +26,9 @@ /* Define if you have the header file */ #undef HAVE_SYS_SELECT_H +/* Define if you have the header file */ +#undef HAVE_SYS_SOCKET_H + /* Define if you have the header file */ #undef HAVE_SYS_POLL_H -- cgit v1.2.3