that support charsets other than just EBCDIC
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101718
13f79535-47bb-0310-9956-
ffa450edef68
# These defines will come after DEFINES
#
XDEFINES += \
+ -DAP_WANT_DIR_TRANSLATION \
$(EOLIST)
#
*/
if (strncasecmp(mime_type, "text/", 5) &&
-#if APR_CHARSET_EBCDIC
+#if APR_CHARSET_EBCDIC || AP_WANT_DIR_TRANSLATION
/* On an EBCDIC machine, be willing to translate mod_autoindex-
* generated output. Otherwise, it doesn't look too cool.
*