Issue #12852: Set _POSIX_C_SOURCE to 200809 to get POSIX 2008

configure.in: Set _POSIX_C_SOURCE to 200809L, instead of 200112L, to activate
features from IEEE Stds 1003.1-2008.
This commit is contained in:
Victor Stinner 2011-09-08 00:56:17 +02:00
parent 14d098d3ac
commit d169fdcb63
2 changed files with 308 additions and 287 deletions

592
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -408,8 +408,7 @@ then
AC_DEFINE(_XOPEN_SOURCE_EXTENDED, 1,
Define to activate Unix95-and-earlier features)
AC_DEFINE(_POSIX_C_SOURCE, 200112L, Define to activate features from IEEE Stds 1003.1-2001)
AC_DEFINE(_POSIX_C_SOURCE, 200809L, Define to activate features from IEEE Stds 1003.1-2008)
fi
#