From 9967b2e1491df3b02ae5b480ca33ab6d4e1df358 Mon Sep 17 00:00:00 2001 From: Daniel Beulshausen Date: Thu, 14 Dec 2000 11:46:10 +0000 Subject: [PATCH] added define for force cgi redirect --- main/config.w32.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main/config.w32.h b/main/config.w32.h index 74a1b8630db..8bac9868c8d 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -21,7 +21,6 @@ /* set to enable FTP support */ #define HAVE_FTP 1 - /* set to enable bundled PCRE library */ #define HAVE_BUNDLED_PCRE 1 @@ -35,6 +34,9 @@ /* set to enable trans sid */ #define TRANS_SID 1 +/* set to enable force cgi redirect */ +#define FORCE_CGI_REDIRECT 0 + /* should be added to runtime config*/ #define PHP_URL_FOPEN 1