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:
William A. Rowe Jr
2000-05-27 23:53:45 +00:00
parent d82e6e26e3
commit 553f9f3e25

View File

@ -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)
{