mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
config-mac: define HAVE_SYS_IOCTL_H
This is needed to compile nonblock.c on classic Mac OS with Grand Unified Socket Interface (GUSI) because nonblock.c uses FIONBIO which is defined in <sys/filio.h> which is included by <sys/ioctl.h>. Ref: https://sourceforge.net/projects/gusi/ Closes https://github.com/curl/curl/pull/10042
This commit is contained in:
parent
66fabeea2a
commit
33f1f4f795
@ -52,6 +52,7 @@
|
||||
#define HAVE_UTIME_H 1
|
||||
#define HAVE_SYS_TIME_H 1
|
||||
#define HAVE_SYS_UTIME_H 1
|
||||
#define HAVE_SYS_IOCTL_H 1
|
||||
|
||||
#define TIME_WITH_SYS_TIME 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user