mirror of
https://github.com/curl/curl.git
synced 2026-05-30 07:57:27 +03:00
config-mac: remove HAVE_SYS_SELECT_H
When compiling for classic Mac OS with GUSI, there is no sys/select.h. GUSI provides the "select" function prototype in sys/time.h. Closes #10039
This commit is contained in:
parent
82b3481309
commit
0ed8ff2d37
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@
|
|||
#define HAVE_ERRNO_H 1
|
||||
#define HAVE_NETINET_IN_H 1
|
||||
#define HAVE_SYS_SOCKET_H 1
|
||||
#define HAVE_SYS_SELECT_H 1
|
||||
#define HAVE_NETDB_H 1
|
||||
#define HAVE_ARPA_INET_H 1
|
||||
#define HAVE_UNISTD_H 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue