xref: /PHP-8.4/ext/shmop/config.w32 (revision f66feaec)
1// vim:ft=javascript
2
3ARG_ENABLE("shmop", "shmop support", "no");
4
5if (PHP_SHMOP == "yes") {
6	EXTENSION("shmop", "shmop.c");
7	AC_DEFINE('HAVE_SHMOP', 1, "Define to 1 if the PHP extension 'shmop' is available.");
8}
9