From: foobar Date: Tue, 22 Feb 2005 13:49:52 +0000 (+0000) Subject: Fix build (it was #ifNdef NETWARE..) X-Git-Tag: RELEASE_0_3~259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2926bed9f2652db67f483579a22196b6a9db9198;p=php Fix build (it was #ifNdef NETWARE..) --- 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