build time (MAXLINE).
PR: 27793
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103060
13f79535-47bb-0310-9956-
ffa450edef68
[Remove entries to the current 2.0 section below, when backported]
+ *) logresolve: Allow size of log line buffer to be overridden at
+ build time (MAXLINE). PR 27793. [Jeff Trawick]
+
*) Fix crash when Apache was started with no Listen directives.
[Michael Corcoran <mcorcoran warpsolutions.com>]
/* maximum line length */
+#ifndef MAXLINE
#define MAXLINE 1024
+#endif
/* maximum length of a domain name */
#ifndef MAXDNAME