]> granicus.if.org Git - apache/commit
* Move the Example modules to the newly created examples subdirectory
authorSander Temme <sctemme@apache.org>
Sun, 18 Nov 2007 15:41:03 +0000 (15:41 +0000)
committerSander Temme <sctemme@apache.org>
Sun, 18 Nov 2007 15:41:03 +0000 (15:41 +0000)
commitdf96b77cf2c5b0a70aeb6b24ea0dff6faec35efc
tree72eea2e4e354262b483aa5da62eb73e3c55c45b2
parentf9aa316d035820ad8f2a5f5efebf3f9a60b2dca4
* Move the Example modules to the newly created examples subdirectory
* 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
16 files changed:
modules/README
modules/examples/Makefile.in [new file with mode: 0644]
modules/examples/NWGNUcase_flt [moved from modules/experimental/NWGNUcase_flt with 100% similarity]
modules/examples/NWGNUcase_flt_in [moved from modules/experimental/NWGNUcase_flt_in with 100% similarity]
modules/examples/NWGNUhooks [moved from modules/experimental/NWGNUexample with 95% similarity]
modules/examples/NWGNUmakefile [new file with mode: 0644]
modules/examples/config.m4 [new file with mode: 0644]
modules/examples/mod_case_filter.c [moved from modules/experimental/mod_case_filter.c with 100% similarity]
modules/examples/mod_case_filter.dsp [moved from modules/experimental/mod_case_filter.dsp with 100% similarity]
modules/examples/mod_case_filter_in.c [moved from modules/experimental/mod_case_filter_in.c with 100% similarity]
modules/examples/mod_case_filter_in.dsp [moved from modules/experimental/mod_case_filter_in.dsp with 100% similarity]
modules/examples/mod_example_hooks.c [moved from modules/experimental/mod_example.c with 98% similarity]
modules/examples/mod_example_hooks.dsp [moved from modules/experimental/mod_example.dsp with 100% similarity]
modules/examples/mod_example_ipc.c [new file with mode: 0644]
modules/experimental/NWGNUmakefile
modules/experimental/config.m4