From: Ryan Schmidt Date: Mon, 5 Dec 2022 19:09:49 +0000 (-0600) Subject: config-mac: remove HAVE_SYS_SELECT_H X-Git-Tag: curl-7_87_0~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ed8ff2d37e7d329c2a25b88f6b1d6803df6894c;p=thirdparty%2Fcurl.git 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 --- diff --git a/lib/config-mac.h b/lib/config-mac.h index 17e012ee7d..b1bfa43e74 100644 --- a/lib/config-mac.h +++ b/lib/config-mac.h @@ -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