It's unlikely that future versions will require _POSIX_C_SOURCE

This commit is contained in:
Ronald Oussoren 2006-08-09 14:56:33 +00:00
parent 51fc8c456e
commit c95f7569e8
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -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
;;

View File

@ -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
;;