mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
7 lines
132 B
C
7 lines
132 B
C
/* hack workaround for libfcgi configure */
|
|
#ifdef _WIN32
|
|
#include "fcgi_config_win32.h"
|
|
#else
|
|
#include "main/php_config.h"
|
|
#endif
|
|
|