mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
8 lines
128 B
C
8 lines
128 B
C
/* hack workaround for libfcgi configure */
|
|
#ifdef _WIN32
|
|
#include "fcgi_config_win32.h"
|
|
#else
|
|
#include "php_config.h"
|
|
#endif
|
|
|