1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 17:43:13 +02:00

__USE_GNU should not be defined by an application.

This commit is contained in:
Sascha Schumann
2001-07-09 17:44:07 +00:00
parent 934e10c7dc
commit aee2ff3ec9

View File

@@ -31,7 +31,6 @@
# include <locale.h>
#endif
#ifdef HAVE_LANGINFO_H
#define __USE_GNU
# include <langinfo.h>
#endif
#include "scanf.h"