mirror of https://github.com/python/cpython
It's unlikely that future versions will require _POSIX_C_SOURCE
This commit is contained in:
parent
51fc8c456e
commit
c95f7569e8
|
@ -1588,7 +1588,7 @@ case $ac_sys_system/$ac_sys_release in
|
|||
# disables platform specific features beyond repair.
|
||||
# On Mac OS X 10.3, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
|
||||
# has no effect, don't bother defining them
|
||||
Darwin/[78].*)
|
||||
Darwin/[789].*)
|
||||
define_xopen_source=no
|
||||
;;
|
||||
|
||||
|
|
|
@ -236,7 +236,7 @@ case $ac_sys_system/$ac_sys_release in
|
|||
# disables platform specific features beyond repair.
|
||||
# On Mac OS X 10.3, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
|
||||
# has no effect, don't bother defining them
|
||||
Darwin/@<:@78@:>@.*)
|
||||
Darwin/@<:@789@:>@.*)
|
||||
define_xopen_source=no
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in New Issue