define HAVE_SYS_SOCKET_H if that file is present. This is needed when we

#include "../lib/memdebug.h" for memory debug builds.
This commit is contained in:
Daniel Stenberg 2003-10-17 06:59:48 +00:00
parent cc09e31acf
commit 722ece4055

View 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