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:
@@ -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');
|
||||
}
|
||||
Reference in New Issue
Block a user