1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/sapi/cgi/libfcgi/include/fcgi_config.h
Shane Caraveo c16d330371 MFH
2002-12-01 23:15:31 +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