]> granicus.if.org Git - php/commitdiff
Moved HAVE_ROXEN to sapi/roxen/config.h.stub
authorDavid Hedbor <neotron@php.net>
Wed, 24 Nov 1999 00:25:14 +0000 (00:25 +0000)
committerDavid Hedbor <neotron@php.net>
Wed, 24 Nov 1999 00:25:14 +0000 (00:25 +0000)
acconfig.h.in
sapi/roxen/config.h.stub [new file with mode: 0644]

index 9f8fdd5ffd6341d916afa71e4e980c625ffad65a..a35e2e4a1bc2131b974efae4b65a4c9f105b7126 100644 (file)
@@ -5,7 +5,6 @@
 #undef VERSION
 
 #undef HAVE_AOLSERVER
-#undef HAVE_ROXEN
 
 #undef HAVE_STRUCT_FLOCK
 #undef HAVE_TM_GMTOFF
diff --git a/sapi/roxen/config.h.stub b/sapi/roxen/config.h.stub
new file mode 100644 (file)
index 0000000..b3d717c
--- /dev/null
@@ -0,0 +1,5 @@
+
+/* Define this if you want to build the Roxen PHP module
+ * It is currently VERY EXPERIMENTAL and not finished.
+ */
+#undef HAVE_ROXEN
\ No newline at end of file