From 825b80eaa311b0aec4c00614f38f3eb63949d5a7 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 16 Apr 2024 12:57:52 +0000 Subject: Tentative support for old MacOS with no O_CLOEXEC Also add a prototype for gol, not finished yet. Signed-off-by: Laurent Bercot --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 8ebaf8d..74ffcc8 100755 --- a/configure +++ b/configure @@ -628,6 +628,7 @@ choose cl sopeercred 'SO_PEERCRED' choose cl getpeerucred 'getpeerucred()' choose cl ipv6 'IPv6 support' $socket_lib choose c msgdontwait 'MSG_DONTWAIT' +choose c ocloexec 'O_CLOEXEC' choose c odirectory 'O_DIRECTORY' choose cl openat 'openat()' choose cl linkat 'linkat()' -- cgit 1.4.1