php-src/ext/reflection/config.w32

6 lines
164 B
Plaintext
Raw Normal View History

2005-11-17 22:42:00 +00:00
// $Id$
// vim:ft=javascript
2008-05-02 14:10:05 +00:00
EXTENSION("reflection", "php_reflection.c", false /* never shared */);
AC_DEFINE('HAVE_REFLECTION', 1, 'Reflection support enabled');