From aee2ff3ec93f2b511e809a096a3203c4694e374a Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 9 Jul 2001 17:44:07 +0000 Subject: [PATCH] __USE_GNU should not be defined by an application. --- ext/standard/string.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/standard/string.c b/ext/standard/string.c index 9991f8e36d1..fbc6d7b1434 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -31,7 +31,6 @@ # include #endif #ifdef HAVE_LANGINFO_H -#define __USE_GNU # include #endif #include "scanf.h"