r18388: remove _XOPEN_SOURCE it causes trouble on BSD and IRIX
authorStefan Metzmacher <metze@samba.org>
Mon, 11 Sep 2006 16:02:36 +0000 (16:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:23 +0000 (14:18 -0500)
I need to find a way to define it only on Tru64 maybe.

metze
(This used to be commit aca8a3f8c0bb3cce0ef8c5fd945011581d19586d)

source4/lib/replace/libreplace.m4

index cbbc16db4e63084cd4ed98a966d3b2e0648fafc4..c21f59e1637938a3602241c4e1b753e8bad11d95 100644 (file)
@@ -24,12 +24,6 @@ AC_PROG_CC_C99
 AC_C_INLINE
 AC_PROG_INSTALL
 
-AH_VERBATIM([_XOPEN_SOURCE],
-[/* Enable XOPEN on systems that have them.  */
-#ifndef _XOPEN_SOURCE
-# define _XOPEN_SOURCE 500
-#endif])
-
 AH_VERBATIM([_XOPEN_SOURCE_EXTENDED],
 [/* Enable XOPEN extensions on systems that have them.  */
 #ifndef _XOPEN_SOURCE_EXTENDED