1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
Files
archived-php-src/sapi/cgi/libfcgi/include/fcgi_config.h
Shane Caraveo 95b4045f48 configure now supports building the cgi-fcgi module
configure --enable-fastcgi
2002-11-26 05:51:16 +00:00

8 lines
132 B
C

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