summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-05-14 15:18:46 +0200
committerStefan Metzmacher <metze@samba.org>2010-05-14 15:21:45 +0200
commit3b8d9cd87e88ad454322b82eb2490477dbc82d8f (patch)
tree0f217fa93d96990aaad18c2273e48914efcff601 /buildtools/wafsamba/wscript
parent3edb95a487b3330408392cb856ae42cde5f679f9 (diff)
downloadsamba-3b8d9cd87e88ad454322b82eb2490477dbc82d8f.tar.gz
samba-3b8d9cd87e88ad454322b82eb2490477dbc82d8f.tar.bz2
samba-3b8d9cd87e88ad454322b82eb2490477dbc82d8f.zip
Revert "wafsamba: use -D_XOPEN_SOURCE=700 for the build"
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
Diffstat (limited to 'buildtools/wafsamba/wscript')
-rw-r--r--buildtools/wafsamba/wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript
index 88a19fe914..56f2e60a5b 100644
--- a/buildtools/wafsamba/wscript
+++ b/buildtools/wafsamba/wscript
@@ -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',