Index: trunk/utils.h
===================================================================
--- trunk/utils.h	(revision 88)
+++ trunk/utils.h	(revision 95)
@@ -26,4 +26,7 @@
 
 /* installer */
+#ifdef HAVE_XCACHE_CONSTANT
+void xc_install_constant(char *filename, zend_constant *constant, zend_uchar type, void *key, uint len TSRMLS_DC);
+#endif
 void xc_install_function(char *filename, zend_function *func, zend_uchar type, void *key, uint len TSRMLS_DC);
 ZESW(xc_cest_t *, void) xc_install_class(char *filename, xc_cest_t *cest, zend_uchar type, void *key, uint len TSRMLS_DC);
@@ -39,4 +42,8 @@
 	zend_llist *tmp_open_files;
 
+#ifdef HAVE_XCACHE_CONSTANT
+	HashTable *orig_zend_constants;
+	HashTable tmp_zend_constants;
+#endif
 	HashTable *orig_function_table;
 	HashTable *orig_class_table;
