mirror of
https://github.com/php/php-src.git
synced 2024-12-04 23:34:25 +08:00
8 lines
138 B
Plaintext
8 lines
138 B
Plaintext
|
/* Define if you want System V semaphore support.
|
||
|
*/
|
||
|
#define HAVE_SYSVSEM 0
|
||
|
|
||
|
/* Define if you have union semun.
|
||
|
*/
|
||
|
#define HAVE_SEMUN 0
|