mirror of
https://github.com/apache/httpd.git
synced 2025-08-03 16:33:59 +00:00
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:
@ -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)
|
||||
|
@ -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@@/ {
|
||||
|
Reference in New Issue
Block a user