summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-27 11:07:23 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:17 -0500
commit193d1c0b742f0298e19e2ae6ede4905e472cce3b (patch)
treeacac30ba23242a50f5d6d53922263d34654a3efa /source4/build
parent9794a64ab16cdb67c34e54527dc5fa00727f51f4 (diff)
downloadsamba-193d1c0b742f0298e19e2ae6ede4905e472cce3b.tar.gz
samba-193d1c0b742f0298e19e2ae6ede4905e472cce3b.tar.bz2
samba-193d1c0b742f0298e19e2ae6ede4905e472cce3b.zip
r5043: this broke more systems than it helped. Remove it and try to work
around broken solaris headers some other way. (This used to be commit 1333522a6beea8d474aa36390acbd265b63413d3)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/m4/rewrite.m49
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/build/m4/rewrite.m4 b/source4/build/m4/rewrite.m4
index b63b821f38..a6addcf91a 100644
--- a/source4/build/m4/rewrite.m4
+++ b/source4/build/m4/rewrite.m4
@@ -9,15 +9,6 @@ AC_SUBST(SONAMEFLAG)
AC_SUBST(PICFLAG)
AC_DEFINE([_GNU_SOURCE],[],[Pull in GNU extensions])
-
-# The definition of _GNU_SOURCE potentially causes a change of the value
-# of _XOPEN_SOURCE. So define it only conditionally.
-AH_VERBATIM([_XOPEN_SOURCE],
-[/* Define on UNIX to activate XPG/5 features. */
-#if !defined(_XOPEN_SOURCE)
-# define _XOPEN_SOURCE
-#endif])
-
AC_SYS_LARGEFILE
#