]> granicus.if.org Git - php/commitdiff
added define for force cgi redirect
authorDaniel Beulshausen <dbeu@php.net>
Thu, 14 Dec 2000 11:46:10 +0000 (11:46 +0000)
committerDaniel Beulshausen <dbeu@php.net>
Thu, 14 Dec 2000 11:46:10 +0000 (11:46 +0000)
main/config.w32.h

index 74a1b8630db137c4e16f2a9b8ed4f75695bd8fb9..8bac9868c8d7cbd7237b5aff92372a125affca3d 100644 (file)
@@ -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