From: David Hedbor Date: Wed, 24 Nov 1999 00:25:14 +0000 (+0000) Subject: Moved HAVE_ROXEN to sapi/roxen/config.h.stub X-Git-Tag: PRE_RETURN_REF_PATCH~277 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1973990286dcb61ded0e299aa713c7701082e7f1;p=php Moved HAVE_ROXEN to sapi/roxen/config.h.stub --- diff --git a/acconfig.h.in b/acconfig.h.in index 9f8fdd5ffd..a35e2e4a1b 100644 --- a/acconfig.h.in +++ b/acconfig.h.in @@ -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 index 0000000000..b3d717ce78 --- /dev/null +++ b/sapi/roxen/config.h.stub @@ -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