2 24737747 Need to allow mixing older POSIX/SUS versions with C99/C11 compilers
4 Can't send upstream as is without breaking builds on Solaris 11.3 & older
5 systems that don't support XPG7 - need to find better solution for there.
7 diff --git a/configure.ac b/configure.ac
8 index d0e48d8c..5b9f5f2e 100644
11 @@ -1434,7 +1434,7 @@ case $host_os in
12 # ... this opt-in to get sockaddr_in6 and sockaddr_storage...
13 CFLAGS="$CFLAGS -D__EXTENSIONS__"
14 # ... and this opt-in to get file descriptor passing support
15 - CFLAGS="$CFLAGS -D_XOPEN_SOURCE=500"
16 + CFLAGS="$CFLAGS -D_XOPEN_SOURCE=700"