From fa1059df0c34a771ddd200d869b2a5ecce44b70c Mon Sep 17 00:00:00 2001 From: dgaudet Date: Sun, 12 Mar 2000 19:50:56 +0000 Subject: [PATCH] more post-old-style Configure cleanup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84747 13f79535-47bb-0310-9956-ffa450edef68 --- modules/aaa/mod_auth_db.module | 1 + modules/aaa/mod_auth_dbm.c | 1 + modules/aaa/mod_auth_digest.c | 1 + modules/mappers/mod_rewrite.c | 1 + 4 files changed, 4 insertions(+) diff --git a/modules/aaa/mod_auth_db.module b/modules/aaa/mod_auth_db.module index 5508e290a7..618ee6a3d5 100644 --- a/modules/aaa/mod_auth_db.module +++ b/modules/aaa/mod_auth_db.module @@ -1,5 +1,6 @@ Name: db_auth_module ConfigStart + # XXX: this needs updating for apache-2.0 configuration method DB_VERSION='' DB_LIB='' if ./helpers/TestCompile func db_open; then diff --git a/modules/aaa/mod_auth_dbm.c b/modules/aaa/mod_auth_dbm.c index 5cc6094fff..8bb2b0fd22 100644 --- a/modules/aaa/mod_auth_dbm.c +++ b/modules/aaa/mod_auth_dbm.c @@ -86,6 +86,7 @@ * lines below is used by Configure. This could be stored in a separate * instead. * + * XXX: this needs updating for apache-2.0 configuration method * MODULE-DEFINITION-START * Name: auth_dbm_module * ConfigStart diff --git a/modules/aaa/mod_auth_digest.c b/modules/aaa/mod_auth_digest.c index 586cea0151..c285d80fc1 100644 --- a/modules/aaa/mod_auth_digest.c +++ b/modules/aaa/mod_auth_digest.c @@ -83,6 +83,7 @@ */ /* The section for the Configure script: +* XXX: this needs updating for apache-2.0 configuration method * MODULE-DEFINITION-START * Name: digest_auth_module * ConfigStart diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index 4011aa0227..789378b903 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -154,6 +154,7 @@ */ /* The section for the Configure script: + * XXX: this needs updating for apache-2.0 configuration method * MODULE-DEFINITION-START * Name: rewrite_module * ConfigStart -- 2.50.1