summaryrefslogtreecommitdiff
path: root/ext/shmop/config.w32
blob: f4b6885e781d5a1865c7ab568a61d23354909a8a (plain)
1
2
3
4
5
6
7
8
// 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');
}