]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
config-mac: remove HAVE_SYS_SELECT_H
authorRyan Schmidt <git@ryandesign.com>
Mon, 5 Dec 2022 19:09:49 +0000 (13:09 -0600)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 6 Dec 2022 08:43:03 +0000 (09:43 +0100)
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

lib/config-mac.h

index 17e012ee7d36b7b20827069fc151b46a766bb27e..b1bfa43e74df4ad922811f0e866ba1699df4868a 100644 (file)
@@ -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