diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2005-02-22 06:13:49 +0000 |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2005-02-22 06:13:49 +0000 |
commit | d00a304f0e39d6d88379b34d8b5ec667d56c7671 (patch) | |
tree | f1ae75098a726060502951889ffb767d643ebc5b | |
parent | 295f8d918f03600d0a8942a066ce4d68d6085fe0 (diff) | |
download | php-git-d00a304f0e39d6d88379b34d8b5ec667d56c7671.tar.gz |
NetWare can make use of the configure script generated header file.
-rw-r--r-- | Zend/acconfig.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Zend/acconfig.h b/Zend/acconfig.h index 211a8268be..53eae13e64 100644 --- a/Zend/acconfig.h +++ b/Zend/acconfig.h @@ -23,19 +23,12 @@ #define ZEND_DLEXPORT #define ZEND_DLIMPORT -#ifndef NETWARE -@TOP@ -#endif - #undef uint #undef ulong /* Define if you want to enable memory limit support */ #define MEMORY_LIMIT 0 -#ifndef NETWARE -@BOTTOM@ -#endif #ifndef ZEND_ACCONFIG_H_NO_C_PROTOS |