From 193d1c0b742f0298e19e2ae6ede4905e472cce3b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 27 Jan 2005 11:07:23 +0000 Subject: 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) --- source4/build/m4/rewrite.m4 | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source4/build') 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 # -- cgit