mirror of
https://github.com/curl/curl.git
synced 2026-07-23 17:07:16 +03:00
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:
parent
cc09e31acf
commit
722ece4055
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue