1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00

Adding shmop config file for the new build system

This commit is contained in:
Ilia Alshanetsky
2003-12-03 00:32:19 +00:00
parent a829089e25
commit 4e483f9d35
+9
View File
@@ -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');
}