Revert "wafsamba: use -D_XOPEN_SOURCE=700 for the build"
authorStefan Metzmacher <metze@samba.org>
Fri, 14 May 2010 13:18:46 +0000 (15:18 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 14 May 2010 13:21:45 +0000 (15:21 +0200)
This reverts commit 3408c942ab09387c399dad03e22233e33fe1e2fc.

This seems to cause more problems than it tries to solve.

And Mac OS 10.4 doesn't need it anymore
(after commit bd6d76d77621c1dc92262c48204b65455a214b62).

metze

buildtools/wafsamba/wscript

index 88a19fe914945c4423ac839c7248c5a7c755ba2d..56f2e60a5beb4a4431625520c649806d22651ce9 100644 (file)
@@ -229,7 +229,6 @@ def configure(conf):
 
     conf.DEFINE('_GNU_SOURCE', 1, add_to_cflags=True)
     conf.DEFINE('_XOPEN_SOURCE_EXTENDED', 1, add_to_cflags=True)
-    conf.DEFINE('_XOPEN_SOURCE', 700, add_to_cflags=True)
 
     # get the base headers we'll use for the rest of the tests
     conf.CHECK_HEADERS('stdio.h sys/types.h sys/stat.h stdlib.h stddef.h memory.h string.h',