diff --git a/acinclude.m4 b/acinclude.m4 index d4bb887a3a..852f5333e7 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 2eee7fe720..52858bffc2 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@@/ {