php-src/ext/spl/config.w32

7 lines
284 B
Plaintext
Raw Normal View History

2003-12-06 00:09:55 +00:00
// $Id$
// vim:ft=javascript
EXTENSION("spl", "php_spl.c spl_functions.c spl_engine.c spl_iterators.c spl_array.c spl_directory.c spl_sxe.c spl_exceptions.c spl_observer.c spl_dllist.c spl_heap.c spl_fixedarray.c", false /* never shared */);
2008-05-02 14:10:05 +00:00
AC_DEFINE('HAVE_SPL', 1);
2008-07-21 16:12:28 +00:00
PHP_SPL="yes";