From 9d458e45c8979bbfa081722b379abba9db922bba Mon Sep 17 00:00:00 2001 From: Paul Green Date: Tue, 6 Apr 2004 22:12:21 +0000 Subject: r93: Update VOS _POSIX_C_SOURCE macro to 200112L. (This used to be commit 4d1be258a1e0798267eef792ca59cc15695f8057) --- source3/configure.in | 4 ++-- 1 file 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 -- cgit