config.w32 178 B

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