gbenson 01/10/22 03:46:36
Modified: perl-framework/c-modules/echo_post mod_echo_post.c
perl-framework/c-modules/test_rwrite mod_test_rwrite.c
Log:
these work with 1.x, so enable them
Revision Changes Path
1.5 +0 -2
httpd-test/perl-framework/c-modules/echo_post/mod_echo_post.c
Index: mod_echo_post.c
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/c-modules/echo_post/mod_echo_post.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mod_echo_post.c 2001/09/08 22:07:14 1.4
+++ mod_echo_post.c 2001/10/22 10:46:35 1.5
@@ -1,5 +1,3 @@
-#define HTTPD_TEST_REQUIRE_APACHE 2
-
#if CONFIG_FOR_HTTPD_TEST
<Location /echo_post>
1.4 +0 -2
httpd-test/perl-framework/c-modules/test_rwrite/mod_test_rwrite.c
Index: mod_test_rwrite.c
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/c-modules/test_rwrite/mod_test_rwrite.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mod_test_rwrite.c 2001/09/08 22:07:14 1.3
+++ mod_test_rwrite.c 2001/10/22 10:46:36 1.4
@@ -1,5 +1,3 @@
-#define HTTPD_TEST_REQUIRE_APACHE 2
-
#if CONFIG_FOR_HTTPD_TEST
<Location /test_rwrite>