mirror of
https://github.com/apache/httpd.git
synced 2026-01-26 19:01:35 +03:00
*) simplify by removing the extra AC_DEFUN() in each file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87247 13f79535-47bb-0310-9956-ffa450edef68
13 lines
358 B
Plaintext
13 lines
358 B
Plaintext
dnl modules enabled in this directory by default
|
|
|
|
dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
|
|
|
|
dnl XXX - Need to add help text to --enable-module flags
|
|
dnl XXX - Need to allow --enable-module to fail if optional config fails
|
|
|
|
APACHE_MODPATH_INIT(proxy)
|
|
|
|
APACHE_MODULE(proxy, proxy handling, , , no)
|
|
|
|
APACHE_MODPATH_FINISH
|