]> granicus.if.org Git - php/commitdiff
Adding shmop config file for the new build system
authorIlia Alshanetsky <iliaa@php.net>
Wed, 3 Dec 2003 00:32:19 +0000 (00:32 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 3 Dec 2003 00:32:19 +0000 (00:32 +0000)
ext/shmop/config.w32 [new file with mode: 0644]

diff --git a/ext/shmop/config.w32 b/ext/shmop/config.w32
new file mode 100644 (file)
index 0000000..9302184
--- /dev/null
@@ -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');
+}