1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00
Files
archived-php-src/ext/reflection/config.w32
2008-07-21 16:12:28 +00:00

6 lines
185 B
JavaScript
Executable File

// $Id$
// vim:ft=javascript
EXTENSION("reflection", "php_reflection.c", false /* never shared */);
AC_DEFINE('HAVE_REFLECTION', 1, 'Reflection support enabled');
PHP_REFLECTION="yes";