From 0d70d054586cf2e718aacd5fccfc47e32975b092 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 19 Jun 2000 21:22:44 +0000 Subject: * Various fixes for problems in the 3.79.0.1 pretest. --- make.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'make.h') diff --git a/make.h b/make.h index c7fc4b6..8ddbb94 100644 --- a/make.h +++ b/make.h @@ -39,6 +39,11 @@ Boston, MA 02111-1307, USA. */ # define PARAMS(protos) () #endif /* C++ or ANSI C. */ +/* Specify we want GNU source code. This must be defined before any + system headers are included. */ + +#define _GNU_SOURCE 1 + /* Include libintl.h, if it was found: we don't even look for it unless we want to use the system's gettext(). If not, use the included gettext.h. */ @@ -77,7 +82,6 @@ Boston, MA 02111-1307, USA. */ # define __NO_STRING_INLINES #endif -#define _GNU_SOURCE 1 #include #include #include -- cgit v1.2.3