]> granicus.if.org Git - php/commitdiff
- Need zend_Compile.h for struct _zend_arg_info definiton (thanks to Joe
authorAndi Gutmans <andi@php.net>
Thu, 24 Feb 2005 03:11:29 +0000 (03:11 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 24 Feb 2005 03:11:29 +0000 (03:11 +0000)
Orton)

Zend/zend_modules.h

index dd152507cea27dde662d0aba5e03c09f1d68e214..f41f10eed6ac5466b93ad0f01b6b505be016bd55 100644 (file)
 #define MODULES_H
 
 #include "zend.h"
-
-#ifdef NETWARE
 #include "zend_compile.h"
-#endif
+
 #define INIT_FUNC_ARGS         int type, int module_number TSRMLS_DC
 #define INIT_FUNC_ARGS_PASSTHRU        type, module_number TSRMLS_CC
 #define SHUTDOWN_FUNC_ARGS     int type, int module_number TSRMLS_DC