mirror of
https://github.com/php/php-src.git
synced 2024-12-12 03:15:29 +08:00
2c0ad3ee25
fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works.
10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
#ifndef HAVE_IFX
|
|
#define HAVE_IFX 0
|
|
#endif
|
|
#ifndef HAVE_IFX_IUS
|
|
#define HAVE_IFX_IUS 0
|
|
#endif
|
|
#ifndef IFX_VERSION
|
|
#define IFX_VERSION 0
|
|
#endif
|