Commit c34fa568 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

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
parent d031142b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line

include $(top_srcdir)/build/special.mk

modules/http/config.m4

0 → 100644
+11 −0
Original line number Diff line number Diff line
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