summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorPaul Green <paulg@samba.org>2004-08-21 12:23:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:15 -0500
commit0be0e8effc47b45c85023e3628b45543c14972cb (patch)
tree194f5519f4cce418c6e6924c640dacc6ce1896a7 /source4/build
parentef7c734976dfcf2f7abcc43ce44b9253d3974cec (diff)
downloadsamba-0be0e8effc47b45c85023e3628b45543c14972cb.tar.gz
samba-0be0e8effc47b45c85023e3628b45543c14972cb.tar.bz2
samba-0be0e8effc47b45c85023e3628b45543c14972cb.zip
r1988: Let Samba use all POSIX features available on VOS.
paulg (This used to be commit a489ea5ebec852c33c4d659893144b0577ee8af1)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/m4/rewrite.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/m4/rewrite.m4 b/source4/build/m4/rewrite.m4
index 10eb025876..5afcfa687c 100644
--- a/source4/build/m4/rewrite.m4
+++ b/source4/build/m4/rewrite.m4
@@ -110,8 +110,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