From: Guenter Knauf Date: Wed, 20 Oct 2010 11:08:35 +0000 (+0000) Subject: Removed leftover from 2.0.x. X-Git-Tag: 2.3.9~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa028df9622d91818991e4b6dd06a8cf99e47eda;p=thirdparty%2Fapache%2Fhttpd.git Removed leftover from 2.0.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1025499 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/acinclude.m4 b/acinclude.m4 index d4bb887a3ae..852f5333e78 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -80,8 +80,6 @@ AC_DEFUN(APACHE_GEN_CONFIG_VARS,[ APACHE_SUBST(MODULE_CLEANDIRS) APACHE_SUBST(PORT) APACHE_SUBST(SSLPORT) - APACHE_SUBST(nonssl_listen_stmt_1) - APACHE_SUBST(nonssl_listen_stmt_2) APACHE_SUBST(CORE_IMPLIB_FILE) APACHE_SUBST(CORE_IMPLIB) APACHE_SUBST(SH_LIBS) diff --git a/build/mkconfNW.awk b/build/mkconfNW.awk index 2eee7fe7202..52858bffc25 100644 --- a/build/mkconfNW.awk +++ b/build/mkconfNW.awk @@ -37,8 +37,6 @@ BEGIN { B["logfiledir"] = A["logfiledir"] B["sysconfdir"] = A["sysconfdir"] B["runtimedir"] = A["runtimedir"] - B["listen_stmt_1"] = "Listen "A["Port"] - B["listen_stmt_2"] = "" } /@@LoadModule@@/ {