]> granicus.if.org Git - apache/commitdiff
Make the mime types configuration file path relative to {sysconfdir},
authorSander Striker <striker@apache.org>
Thu, 4 Jul 2002 15:08:40 +0000 (15:08 +0000)
committerSander Striker <striker@apache.org>
Thu, 4 Jul 2002 15:08:40 +0000 (15:08 +0000)
just like the other config files.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95953 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 5bfbdaffdae2becf69a9f60a9b2cc6e5a319198c..ff4e615970c1efa17aa8432557beb2d93e859b27 100644 (file)
@@ -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])