| Current Path : /hdd/hdd12/install/php/php-7.4.32/ext/shmop/ |
| Current File : //hdd/hdd12/install/php/php-7.4.32/ext/shmop/config.w32 |
// vim:ft=javascript
ARG_ENABLE("shmop", "shmop support", "no");
if (PHP_SHMOP == "yes") {
EXTENSION("shmop", "shmop.c");
AC_DEFINE('HAVE_SHMOP', 1, 'Have SHMOP support');
}