xref: /PHP-5.5/ext/shmop/config.w32 (revision 4e483f9d)
1// $Id$
2// vim:ft=javascript
3
4ARG_ENABLE("shmop", "shmop support", "no");
5
6if (PHP_SHMOP == "yes") {
7	EXTENSION("shmop", "shmop.c");
8	AC_DEFINE('HAVE_SHMOP', 1, 'Have SHMOP support');
9}
10