From b2d2ce84b27ef0f6af23f7b32cdb47631ea85325 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Tue, 5 Dec 2000 03:51:41 +0000 Subject: Add a couple of files that I missed earlier today. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87196 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/Makefile.in | 3 +++ modules/http/config.m4 | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 modules/http/Makefile.in create mode 100644 modules/http/config.m4 (limited to 'modules/http') diff --git a/modules/http/Makefile.in b/modules/http/Makefile.in new file mode 100644 index 0000000000..167b343d0d --- /dev/null +++ b/modules/http/Makefile.in @@ -0,0 +1,3 @@ + +include $(top_srcdir)/build/special.mk + diff --git a/modules/http/config.m4 b/modules/http/config.m4 new file mode 100644 index 0000000000..4a5c9b06e8 --- /dev/null +++ b/modules/http/config.m4 @@ -0,0 +1,11 @@ +dnl modules enabled in this directory by default + +APACHE_MODPATH_INIT(http) + +http_objects="http_core.lo http_protocol.lo http_request.lo" + +APACHE_MODULE(core, HTTP protocol handling, $http_objects, , yes) +APACHE_MODULE(mime, mapping of file-extension to MIME, , , yes) + + +APACHE_MODPATH_FINISH -- cgit v1.2.3