diff options
author | Paul Green <paulg@samba.org> | 2004-04-06 22:12:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:51:08 -0500 |
commit | 9d458e45c8979bbfa081722b379abba9db922bba (patch) | |
tree | 9a7b0b0ad1a77d4307503edc6a745a147db31666 | |
parent | ddc0716fa88bcef0dfe2396ad4b93a5904629d71 (diff) | |
download | samba-9d458e45c8979bbfa081722b379abba9db922bba.tar.gz samba-9d458e45c8979bbfa081722b379abba9db922bba.tar.bz2 samba-9d458e45c8979bbfa081722b379abba9db922bba.zip |
r93: Update VOS _POSIX_C_SOURCE macro to 200112L.
(This used to be commit 4d1be258a1e0798267eef792ca59cc15695f8057)
-rw-r--r-- | source3/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in index 59b1d062f6..56ba1239bc 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -482,8 +482,8 @@ case "$host_os" in *-D_POSIX_C_SOURCE*) ;; *) - CPPFLAGS="$CPPFLAGS -D_POSIX_C_SOURCE=199506L" - AC_DEFINE(_POSIX_C_SOURCE, 199506L, [Whether to enable POSIX support]) + CPPFLAGS="$CPPFLAGS -D_POSIX_C_SOURCE=200112L" + AC_DEFINE(_POSIX_C_SOURCE, 200112L, [Whether to enable POSIX support]) ;; esac case "$CPPFLAGS" in |