summaryrefslogtreecommitdiff
path: root/lib/config-mac.h
diff options
context:
space:
mode:
authorRyan Schmidt <git@ryandesign.com>2022-12-05 13:09:49 -0600
committerDaniel Stenberg <daniel@haxx.se>2022-12-06 09:43:03 +0100
commit0ed8ff2d37e7d329c2a25b88f6b1d6803df6894c (patch)
treeeefb0534b5434051943c04d0c932cc7ea117c3b0 /lib/config-mac.h
parent82b34813097d86dd429f33ffe1ab047d4b06897e (diff)
downloadcurl-0ed8ff2d37e7d329c2a25b88f6b1d6803df6894c.tar.gz
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
Diffstat (limited to 'lib/config-mac.h')
-rw-r--r--lib/config-mac.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/config-mac.h b/lib/config-mac.h
index 17e012ee7..b1bfa43e7 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