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