php-src/sapi/cgi/libfcgi/include/fcgi_config.h
Ilia Alshanetsky 9c1be88844 Fixed win32 build.
Fixed building of libfcgi when PHP is built from another directory.
Added missing headers needed for wait().
Removed duplicate signal.h header.
Removed unneeded variables.
2004-02-10 17:44:31 +00:00

8 lines
127 B
C

/* hack workaround for libfcgi configure */
#ifdef _WIN32
#include "fcgi_config_win32.h"
#else
#include "php_config.h"
#endif