diff options
author | Sascha Schumann <sas@php.net> | 2000-10-23 14:04:54 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-10-23 14:04:54 +0000 |
commit | 2d7860edc758d7a4586da0021846dc5358080bd1 (patch) | |
tree | 6d09e2fd9c81b7caae73dd996ae98a76d79d043b /ext/zlib | |
parent | 6911ee5b9947a0cbd8de858a9717b892f23cc37a (diff) | |
download | php-git-2d7860edc758d7a4586da0021846dc5358080bd1.tar.gz |
__USE_GNU shall not be defined by application
Diffstat (limited to 'ext/zlib')
-rw-r--r-- | ext/zlib/zlib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index d9c7d68236..b17a8da709 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -25,7 +25,6 @@ #if HAVE_FOPENCOOKIE #define _GNU_SOURCE -#define __USE_GNU #include <stdio.h> #endif |