]> git.ipfire.org Git - thirdparty/curl.git/commit
config-mac: define HAVE_SYS_IOCTL_H
authorRyan Schmidt <git@ryandesign.com>
Mon, 5 Dec 2022 19:25:05 +0000 (13:25 -0600)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 7 Dec 2022 20:56:43 +0000 (15:56 -0500)
commit33f1f4f795ee1f7841eacf84f76dbcb54fc328de
tree40656501f4b92c497f6f940a7d2e1e34f3ea015f
parent66fabeea2a418a1be4ff40be97fa3dae65966e47
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
lib/config-mac.h