From: Sander Striker Date: Thu, 4 Jul 2002 15:08:40 +0000 (+0000) Subject: Make the mime types configuration file path relative to {sysconfdir}, X-Git-Tag: 2.0.40~321 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a036054d5986a389adf411655eb4d14733bf5ccc;p=apache Make the mime types configuration file path relative to {sysconfdir}, just like the other config files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95953 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 5bfbdaffda..ff4e615970 100644 --- a/configure.in +++ b/configure.in @@ -477,6 +477,8 @@ AC_DEFINE_UNQUOTED(HTTPD_ROOT, "${ap_prefix}", [Root directory of the Apache install area]) AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${rel_sysconfdir}/${progname}.conf", [Location of the config file, relative to the Apache root directory]) +AC_DEFINE_UNQUOTED(AP_TYPES_CONFIG_FILE, "${rel_sysconfdir}/mime.types", + [Location of the MIME types config file, relative to the Apache root directory]) AC_DEFINE_UNQUOTED(APACHE_MPM_DIR, "$MPM_DIR", [Location of the source for the current MPM])