]> granicus.if.org Git - apache/commitdiff
Removed leftover from 2.0.x.
authorGuenter Knauf <fuankg@apache.org>
Wed, 20 Oct 2010 11:08:35 +0000 (11:08 +0000)
committerGuenter Knauf <fuankg@apache.org>
Wed, 20 Oct 2010 11:08:35 +0000 (11:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1025499 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4
build/mkconfNW.awk

index d4bb887a3ae8b82777babdf9d3764cfe517d9c70..852f5333e789c5b0491327b70a967f1453a59963 100644 (file)
@@ -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)
index 2eee7fe720260b4252d2536e8bbcf5f2932d72ff..52858bffc25d548b9f8625d17a252f281594f498 100644 (file)
@@ -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@@/ {