Removed leftover from 2.0.x.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1025499 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Guenter Knauf
2010-10-20 11:08:35 +00:00
parent 2768a20d29
commit aa028df962
2 changed files with 0 additions and 4 deletions

View 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)

View 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@@/ {