From 4e483f9d351069230927a6f6bda73fa1981abb39 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 3 Dec 2003 00:32:19 +0000 Subject: [PATCH] Adding shmop config file for the new build system --- ext/shmop/config.w32 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ext/shmop/config.w32 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'); +} -- 2.50.1