summaryrefslogtreecommitdiff
path: root/ext/reflection/config.w32
diff options
context:
space:
mode:
authorMark A. Hershberger <mah@debian.(none)>2009-03-25 00:36:21 -0400
committerMark A. Hershberger <mah@debian.(none)>2009-03-25 00:36:21 -0400
commitd29a4fd2dd3b5d4cf6e80b602544d7b71d794e76 (patch)
treeb38e2e5c6974b9a15f103e5cf884cba9fff90ef4 /ext/reflection/config.w32
parenta88a88d0986a4a32288c102cdbfebd78d7e91d99 (diff)
downloadphp-upstream/5.2.0.tar.gz
Imported Upstream version 5.2.0upstream/5.2.0
Diffstat (limited to 'ext/reflection/config.w32')
-rwxr-xr-xext/reflection/config.w323
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');
}