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:
Ryan Schmidt 2022-12-05 13:09:49 -06:00 committed by Daniel Stenberg
parent 82b3481309
commit 0ed8ff2d37
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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