Index: trunk/config.w32
===================================================================
--- trunk/config.w32	(revision 37)
+++ trunk/config.w32	(revision 95)
@@ -5,4 +5,11 @@
 
 if (PHP_XCACHE != "no") {
+	// {{{ check for xcache-constant 
+	ARG_ENABLE("xcache-constant", "XCache: Handle new constants made by php compiler (e.g.: for __halt_compiler)", "yes");
+	if (PHP_XCACHE_CONSTANT != "no") {
+		AC_DEFINE("HAVE_XCACHE_CONSTANT", 1, "Define to enable XCache handling of compile time constants");
+	}
+	// }}}
+
 	var xcache_sources = "processor.c \
 	                      xcache.c \
