From 3d757997b04cd1da4a2ebacb83e64921a02b6277 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Wed, 10 Mar 2004 09:21:53 +0000 Subject: [PATCH] Use AC_GNU_SOURCE instead of doing it manually. (Logical change 1.309) --- config.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h.in b/config.h.in index 00c24ccc..f9155955 100644 --- a/config.h.in +++ b/config.h.in @@ -233,9 +233,9 @@ /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS -/* Enable GNU extensions on systems that have them. */ +/* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE -# define _GNU_SOURCE +# undef _GNU_SOURCE #endif /* Define for large files, on AIX-style hosts. */