Commit 722ece40 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

#include "../lib/memdebug.h" for memory debug builds.
parent cc09e31a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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