1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00
Files
archived-php-src/ext/shmop/config.w32
2003-12-03 00:32:19 +00:00

10 lines
186 B
JavaScript

// $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');
}