1 diff -ur httpd-2.0.49-orig/configure.in httpd-2.0.49/configure.in
2 --- httpd-2.0.49-orig/configure.in 2004-04-02 15:04:49.000000000 -0700
3 +++ httpd-2.0.49/configure.in 2004-04-02 15:07:26.319486516 -0700
5 APR_EXPAND_VAR(ap_prefix, $prefix)
6 AC_DEFINE_UNQUOTED(HTTPD_ROOT, "${ap_prefix}",
7 [Root directory of the Apache install area])
8 -AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${rel_sysconfdir}/${progname}.conf",
9 +AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${exp_sysconfdir}/apache.conf",
10 [Location of the config file, relative to the Apache root directory])
11 -AC_DEFINE_UNQUOTED(AP_TYPES_CONFIG_FILE, "${rel_sysconfdir}/mime.types",
12 +AC_DEFINE_UNQUOTED(AP_TYPES_CONFIG_FILE, "${exp_sysconfdir}/mime.types",
13 [Location of the MIME types config file, relative to the Apache root directory])
14 AC_DEFINE_UNQUOTED(APACHE_MPM_DIR, "$MPM_DIR",
15 [Location of the source for the current MPM])