[PHP-DEV] Re: ZEND_API undefined

2002-12-18 Thread Patrick Welche
On Mon, Dec 16, 2002 at 03:27:45PM +, Patrick Welche wrote: > I just tried the cvs source, and essentially get stuck compiling it because > zend_globals_macros.h needs ZEND_API to be defined. This is defined in > Zend/acconfig.h. acconfig.h is only inclued if defined NETWARE. &g

[PHP-DEV] ZEND_API undefined

2002-12-16 Thread Patrick Welche
I just tried the cvs source, and essentially get stuck compiling it because zend_globals_macros.h needs ZEND_API to be defined. This is defined in Zend/acconfig.h. acconfig.h is only inclued if defined NETWARE. Now, I tried to include acconfig.h, but this fails too as it contains @TOP@ and @BOTTO