1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Files
archived-php-src/sapi/cgi/libfcgi/include/fcgi_config.h
Sascha Schumann 092b805de5 Fix VPATH builds
2003-05-29 14:55:07 +00:00

8 lines
128 B
C

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