From: Antony Dovgal Date: Fri, 16 Dec 2005 22:29:34 +0000 (+0000) Subject: fix compile warning with Apache2 and Zend VM disabled X-Git-Tag: php-5.1.2RC1~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dfcc155c761a9b90bd9b1e7502083a8514f5a639;p=php fix compile warning with Apache2 and Zend VM disabled (someone forgot to do MFH) --- diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h index 6d4b58192f..f6bd570c99 100644 --- a/Zend/zend_alloc.h +++ b/Zend/zend_alloc.h @@ -125,6 +125,7 @@ ZEND_API char *_estrndup(const char *s, unsigned int length ZEND_FILE_LINE_DC ZE #else +#undef _GNU_SOURCE #define _GNU_SOURCE #include #undef _GNU_SOURCE