From 7378db636b1c0fa8b39f6d29dad3d3317078390a Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 18 Jan 2000 21:11:03 +0000 Subject: [PATCH] Move _GNU_SOURCE into config_h.SH awaay from Configure as suggested by Andy. p4raw-id: //depot/cfgperl@4815 --- Configure | 4 +--- config_h.SH | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Configure b/Configure index 6618d9e..759e201 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Jan 18 21:42:31 EET 2000 [metaconfig 3.0 PL70] +# Generated on Tue Jan 18 23:09:49 EET 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- * the GNU C library is being used. */ #$d_gnulibc HAS_GNULIBC /**/ +#if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE) +# define _GNU_SOURCE +#endif /* HAS_HASMNTOPT: * This symbol, if defined, indicates that the hasmntopt routine is * available to query the mount options of file systems. -- 2.7.4