mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
* Hopefully correctly fudge the NWGNU make files * Add mod_example_ipc (without NWGNU stuff or dsp) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@596093 13f79535-47bb-0310-9956-ffa450edef68
10 lines
360 B
Plaintext
10 lines
360 B
Plaintext
|
|
APACHE_MODPATH_INIT(examples)
|
|
|
|
APACHE_MODULE(example_hooks, Example hook callback handler module, , , no)
|
|
APACHE_MODULE(case_filter, Example uppercase conversion filter, , , no)
|
|
APACHE_MODULE(case_filter_in, Example uppercase conversion input filter, , , no)
|
|
APACHE_MODULE(example_ipc, Example of shared memory and mutex usage, , , no)
|
|
|
|
APACHE_MODPATH_FINISH
|