diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-12-03 00:32:19 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-12-03 00:32:19 +0000 |
commit | 4e483f9d351069230927a6f6bda73fa1981abb39 (patch) | |
tree | 4e4a763c2b6fd848a17e234a21d3fd1b39b80f60 | |
parent | a829089e25668980f335c8c4fd639ca26c451349 (diff) | |
download | php-git-4e483f9d351069230927a6f6bda73fa1981abb39.tar.gz |
Adding shmop config file for the new build system
-rw-r--r-- | ext/shmop/config.w32 | 9 |
1 files changed, 9 insertions, 0 deletions
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'); +} |