diff options
author | Sascha Schumann <sas@php.net> | 2001-07-09 17:44:07 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-07-09 17:44:07 +0000 |
commit | aee2ff3ec93f2b511e809a096a3203c4694e374a (patch) | |
tree | 48c393399f5cc5ec90d7c3cdbaae9e8fbd0ca36c /ext/standard/string.c | |
parent | 934e10c7dc797300e5d10ccda4b6c8c43ccc3e8a (diff) | |
download | php-git-aee2ff3ec93f2b511e809a096a3203c4694e374a.tar.gz |
__USE_GNU should not be defined by an application.
Diffstat (limited to 'ext/standard/string.c')
-rw-r--r-- | ext/standard/string.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/string.c b/ext/standard/string.c index 9991f8e36d..fbc6d7b143 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -31,7 +31,6 @@ # include <locale.h> #endif #ifdef HAVE_LANGINFO_H -#define __USE_GNU # include <langinfo.h> #endif #include "scanf.h" |