]> granicus.if.org Git - apache/commitdiff
PR:
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 27 May 2000 23:53:45 +0000 (23:53 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 27 May 2000 23:53:45 +0000 (23:53 +0000)
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

index 6e2d2a19c495a85006eac52d6fd4b3f9872d71d1..7e9ec6f122b73e278f241ca6d5b9a32a93caeca4 100644 (file)
 #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)
 {