From 497ca8527f3a729e81563397f2b92a9652c55e54 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 11 Sep 2006 16:02:36 +0000 Subject: r18388: remove _XOPEN_SOURCE it causes trouble on BSD and IRIX 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 | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source4/lib') diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4 index cbbc16db4e..c21f59e163 100644 --- a/source4/lib/replace/libreplace.m4 +++ b/source4/lib/replace/libreplace.m4 @@ -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 -- cgit