summaryrefslogtreecommitdiffstats
path: root/build/build-modules-c.awk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move more code from the http module into the core server. ThisRyan Bloom2001-03-041-5/+5
| | | | | | | | | | | | | | is core code, basically the default handler, the default input and output filters, and all of the core configuration directives. All of this code is required in order for the server to work, with or without HTTP. The server is closer to working without the HTTP module, although there is still more to do. I tried to fix Windows, but somebody should probably make sure I did it correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88449 13f79535-47bb-0310-9956-ffa450edef68
* Do not automatically add the core module to the modules.c file. ThisRyan Bloom2000-12-051-5/+5
| | | | | | | module will be added when we build it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87194 13f79535-47bb-0310-9956-ffa450edef68
* Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX isRyan Bloom2000-01-281-0/+1
| | | | | | | defined correctly in all C files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84531 13f79535-47bb-0310-9956-ffa450edef68
* Deal with newline at the end of the module list.Ben Laurie1999-12-191-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84319 13f79535-47bb-0310-9956-ffa450edef68
* autoconf: Generate modules.c based on configuration. This is the firstManoj Kasichainula1999-12-051-0/+48
step to supporting selection of modules, and it seems to make --with-mpm actually work now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84223 13f79535-47bb-0310-9956-ffa450edef68