mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
*) remove some obsolete/unused defines from httpd.h.
*) remove DEFAULT_XFERLOG from main.c; it is never set/used *) move ap_get_max_daemons() to ap_mpm.h *) move DEFAULT_LISTENBACKLOG to mpm_common.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88103 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -185,9 +185,6 @@ static void show_compile_settings(void)
|
||||
#ifdef DEFAULT_LOCKFILE
|
||||
printf(" -D DEFAULT_LOCKFILE=\"" DEFAULT_LOCKFILE "\"\n");
|
||||
#endif
|
||||
#ifdef DEFAULT_XFERLOG
|
||||
printf(" -D DEFAULT_XFERLOG=\"" DEFAULT_XFERLOG "\"\n");
|
||||
#endif
|
||||
#ifdef DEFAULT_ERRORLOG
|
||||
printf(" -D DEFAULT_ERRORLOG=\"" DEFAULT_ERRORLOG "\"\n");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user