mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00

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.
7 lines
138 B
Text
7 lines
138 B
Text
/* Define if you want System V semaphore support.
|
|
*/
|
|
#define HAVE_SYSVSEM 0
|
|
|
|
/* Define if you have union semun.
|
|
*/
|
|
#define HAVE_SEMUN 0
|