mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
o relocate srclib/libapreq/library/*.c -> server/apreq_${f}.c o relocate srclib/libapreq/include/*.h -> include/*.h o remove apreq_version.[hc] related stuff since its nolonger its own lib o connect modules/apreq to the build under 'most' default comment out in httpd.conf o update make_exports.awk to handle APREQ marcos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201372 13f79535-47bb-0310-9956-ffa450edef68
10 lines
255 B
Plaintext
10 lines
255 B
Plaintext
dnl modules enabled in this directory by default
|
|
|
|
dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
|
|
|
|
APACHE_MODPATH_INIT(apreq)
|
|
|
|
APACHE_MODULE(apreq, Apache Request Filter, filter.lo handle.lo, , most)
|
|
|
|
APACHE_MODPATH_FINISH
|