Changeset 95 for trunk/config.w32
- Timestamp:
- 07/16/2006 11:07:57 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/config.w32 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/config.w32
r37 r95 5 5 6 6 if (PHP_XCACHE != "no") { 7 // {{{ check for xcache-constant 8 ARG_ENABLE("xcache-constant", "XCache: Handle new constants made by php compiler (e.g.: for __halt_compiler)", "yes"); 9 if (PHP_XCACHE_CONSTANT != "no") { 10 AC_DEFINE("HAVE_XCACHE_CONSTANT", 1, "Define to enable XCache handling of compile time constants"); 11 } 12 // }}} 13 7 14 var xcache_sources = "processor.c \ 8 15 xcache.c \

