From fe273229b79a3efa1f89aeacefe3771b90aba491 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sat, 13 Aug 2005 00:37:08 +0000 Subject: [PATCH] - This might already be defined --- Zend/zend_alloc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h index 63df6f72e4..2496797fc2 100644 --- a/Zend/zend_alloc.h +++ b/Zend/zend_alloc.h @@ -138,6 +138,7 @@ ZEND_API UChar *_eustrndup(const UChar *s, int32_t length ZEND_FILE_LINE_DC ZEND #else +#undef _GNU_SOURCE #define _GNU_SOURCE #include #undef _GNU_SOURCE -- 2.40.0