From 553f9f3e25cf3dbc41c6861f4791c40ec343ab51 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sat, 27 May 2000 23:53:45 +0000 Subject: [PATCH] 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 --- server/main.c | 6 ++++++ 1 file changed, 6 insertions(+) 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) { -- 2.50.1