summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.h
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2005-06-07 13:36:08 +0000
committerDerick Rethans <derick@php.net>2005-06-07 13:36:08 +0000
commit7a3dbcd1c45fccc6657c3aba5d00164918224c7d (patch)
tree6ec7d5764eb5a7c2dd722c9653ddae2d98bffb44 /Zend/zend_alloc.h
parent401902b8a58bc07eabba45edd5b0a15752277e87 (diff)
downloadphp-git-7a3dbcd1c45fccc6657c3aba5d00164918224c7d.tar.gz
- Added the --disable-zend-memory-manager switch to disable the Zend memory
manager. #- I discussed this with Dmitry today - we found it useful.
Diffstat (limited to 'Zend/zend_alloc.h')
-rw-r--r--Zend/zend_alloc.h2
1 files changed, 0 insertions, 2 deletions
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 */