From 7a3dbcd1c45fccc6657c3aba5d00164918224c7d Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 7 Jun 2005 13:36:08 +0000 Subject: - Added the --disable-zend-memory-manager switch to disable the Zend memory manager. #- I discussed this with Dmitry today - we found it useful. --- Zend/zend_alloc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Zend/zend_alloc.h') diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h index 21d7b51052..8b54b13de6 100644 --- a/Zend/zend_alloc.h +++ b/Zend/zend_alloc.h @@ -85,8 +85,6 @@ ZEND_API void *_erealloc(void *ptr, size_t size, int allow_failure ZEND_FILE_LIN ZEND_API char *_estrdup(const char *s ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ZEND_ATTRIBUTE_MALLOC; ZEND_API char *_estrndup(const char *s, unsigned int length ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ZEND_ATTRIBUTE_MALLOC; -#define USE_ZEND_ALLOC 1 - #if USE_ZEND_ALLOC /* Standard wrapper macros */ -- cgit v1.2.1