diff options
Diffstat (limited to 'ext/reflection/config.w32')
| -rwxr-xr-x | ext/reflection/config.w32 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/reflection/config.w32 b/ext/reflection/config.w32 index 1437c448e..04f101f2d 100755 --- a/ext/reflection/config.w32 +++ b/ext/reflection/config.w32 @@ -1,9 +1,10 @@ -// $Id: config.w32,v 1.2.2.2 2005/11/30 21:52:38 helly Exp $ +// $Id: config.w32,v 1.2.2.2.2.1 2006/09/02 19:13:23 johannes Exp $ // vim:ft=javascript ARG_ENABLE("reflection", "disable reflection support", "yes"); if (PHP_REFLECTION != "no") { EXTENSION("reflection", "php_reflection.c"); + AC_DEFINE('HAVE_REFLECTION', 1, 'Reflection support enabled'); } |
