From 0ed8ff2d37e7d329c2a25b88f6b1d6803df6894c Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Mon, 5 Dec 2022 13:09:49 -0600 Subject: [PATCH] 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 --- lib/config-mac.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3