mirror of https://github.com/python/cpython
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:
parent
14d098d3ac
commit
d169fdcb63
|
@ -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
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue