iliaa Tue Dec 2 19:32:19 2003 EDT
Added files:
/php-src/ext/shmop config.w32
Log:
Adding shmop config file for the new build system
Index: php-src/ext/shmop/config.w32
+++ php-src/ext/shmop/config.w32
// $Id: config.w32,v 1.1 2003/12/03 00:32:19 iliaa Exp $
// 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');
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php