From: Ilia Alshanetsky Date: Wed, 3 Dec 2003 00:32:19 +0000 (+0000) Subject: Adding shmop config file for the new build system X-Git-Tag: php-5.0.0b3RC1~399 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e483f9d351069230927a6f6bda73fa1981abb39;p=php Adding shmop config file for the new build system --- diff --git a/ext/shmop/config.w32 b/ext/shmop/config.w32 new file mode 100644 index 0000000000..9302184af6 --- /dev/null +++ b/ext/shmop/config.w32 @@ -0,0 +1,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'); +}