1// $Id$ 2// vim:ft=javascript 3 4ARG_ENABLE("shmop", "shmop support", "no"); 5 6if (PHP_SHMOP == "yes") { 7 EXTENSION("shmop", "shmop.c"); 8 AC_DEFINE('HAVE_SHMOP', 1, 'Have SHMOP support'); 9} 10