]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Move mod_dbd from /experimental/ to /database/
authorNick Kew <niq@apache.org>
Wed, 21 Sep 2005 10:04:00 +0000 (10:04 +0000)
committerNick Kew <niq@apache.org>
Wed, 21 Sep 2005 10:04:00 +0000 (10:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290672 13f79535-47bb-0310-9956-ffa450edef68

modules/database/Makefile.in [new file with mode: 0644]
modules/database/config.m4 [new file with mode: 0644]
modules/database/mod_dbd.c [moved from modules/experimental/mod_dbd.c with 100% similarity]
modules/database/mod_dbd.h [moved from modules/experimental/mod_dbd.h with 100% similarity]

diff --git a/modules/database/Makefile.in b/modules/database/Makefile.in
new file mode 100644 (file)
index 0000000..7c5c149
--- /dev/null
@@ -0,0 +1,3 @@
+# a modules Makefile has no explicit targets -- they will be defined by
+# whatever modules are enabled. just grab special.mk to deal with this.
+include $(top_srcdir)/build/special.mk
diff --git a/modules/database/config.m4 b/modules/database/config.m4
new file mode 100644 (file)
index 0000000..ab2f941
--- /dev/null
@@ -0,0 +1,6 @@
+
+APACHE_MODPATH_INIT(database)
+
+APACHE_MODULE(dbd, Apache DBD Framework, , , most)
+
+APACHE_MODPATH_FINISH