From: Sascha Schumann Date: Mon, 23 Oct 2000 14:04:54 +0000 (+0000) Subject: __USE_GNU shall not be defined by application X-Git-Tag: php-4.0.4RC3~541 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d7860edc758d7a4586da0021846dc5358080bd1;p=php __USE_GNU shall not be defined by application --- 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 #endif