From: William A. Rowe Jr Date: Sat, 27 May 2000 23:53:45 +0000 (+0000) Subject: PR: X-Git-Tag: APACHE_2_0_ALPHA_4~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=553f9f3e25cf3dbc41c6861f4791c40ec343ab51;p=apache 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 --- diff --git a/server/main.c b/server/main.c index 6e2d2a19c4..7e9ec6f122 100644 --- a/server/main.c +++ b/server/main.c @@ -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) {