diff options
-rw-r--r-- | Zend/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Zend/acconfig.h b/Zend/acconfig.h index 53eae13e64..6df692ca49 100644 --- a/Zend/acconfig.h +++ b/Zend/acconfig.h @@ -23,12 +23,15 @@ #define ZEND_DLEXPORT #define ZEND_DLIMPORT +@TOP@ + #undef uint #undef ulong /* Define if you want to enable memory limit support */ #define MEMORY_LIMIT 0 +@BOTTOM@ #ifndef ZEND_ACCONFIG_H_NO_C_PROTOS |