11#! /bin/sh
2- # From configure.in Revision: 66295 .
2+ # From configure.in Revision: 66764 .
33# Guess values for system-dependent variables and create Makefiles.
44# Generated by GNU Autoconf 2.61 for python 2.7.
55#
@@ -2105,11 +2105,18 @@ _ACEOF
21052105 # but used in struct sockaddr.sa_family. Reported by Tim Rice.
21062106 SCO_SV/3.2)
21072107 define_xopen_source=no;;
2108- # On FreeBSD 4.8 and MacOS X 10.2, a bug in ncurses.h means that
2109- # it craps out if _XOPEN_EXTENDED_SOURCE is defined. Apparently,
2110- # this is fixed in 10.3, which identifies itself as Darwin/7.*
2111- # This should hopefully be fixed in FreeBSD 4.9
2112- FreeBSD/4.8* | Darwin/6* )
2108+ # On FreeBSD 4, the math functions C89 does not cover are never defined
2109+ # with _XOPEN_SOURCE and __BSD_VISIBLE does not re-enable them.
2110+ FreeBSD/4.*)
2111+ define_xopen_source=no;;
2112+ # On MacOS X 10.2, a bug in ncurses.h means that it craps out if
2113+ # _XOPEN_EXTENDED_SOURCE is defined. Apparently, this is fixed in 10.3, which
2114+ # identifies itself as Darwin/7.*
2115+ # On Mac OS X 10.4, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
2116+ # disables platform specific features beyond repair.
2117+ # On Mac OS X 10.3, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
2118+ # has no effect, don't bother defining them
2119+ Darwin/[6789].*)
21132120 define_xopen_source=no;;
21142121 # On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
21152122 # used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
@@ -2121,13 +2128,6 @@ _ACEOF
21212128 define_xopen_source=no
21222129 fi
21232130 ;;
2124- # On Mac OS X 10.4, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
2125- # disables platform specific features beyond repair.
2126- # On Mac OS X 10.3, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
2127- # has no effect, don't bother defining them
2128- Darwin/[789].*)
2129- define_xopen_source=no
2130- ;;
21312131 # On QNX 6.3.2, defining _XOPEN_SOURCE prevents netdb.h from
21322132 # defining NI_NUMERICHOST.
21332133 QNX/6.3.2)
0 commit comments