mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
PR:
Obtained from: Submitted by: Reviewed by: Document the lack of exports so http_main.c stays that way, as suggested by Greg Stein. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85321 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -67,6 +67,12 @@
|
||||
#include "apr_getopt.h"
|
||||
#include "ap_mpm.h"
|
||||
|
||||
/* WARNING: Win32 binds http_main.c dynamically to the server. Please place
|
||||
* extern functions and global data in another appropriate module.
|
||||
*
|
||||
* Most significant main() global data can be found in http_config.c
|
||||
*/
|
||||
|
||||
/* XXX - We should be able to grab the per-MPM settings here too */
|
||||
static void show_compile_settings(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user