php-src/ext/spl/config.w32

10 lines
252 B
Plaintext
Raw Normal View History

2003-12-06 00:09:55 +00:00
// $Id$
// vim:ft=javascript
ARG_ENABLE("spl", "SPL (Standard PHP Library) support", "yes");
if (PHP_SPL != "no") {
EXTENSION("spl", "php_spl.c spl_functions.c spl_engine.c spl_iterators.c spl_array.c spl_directory.c");
AC_DEFINE('HAVE_SPL', 1);
}