summaryrefslogtreecommitdiff
path: root/include/ap_config.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2003-11-26 02:09:25 +0000
committerJeff Trawick <trawick@apache.org>2003-11-26 02:09:25 +0000
commit1dc6636640d9da366889f6017b2f873cdc8bd38c (patch)
tree15cd6c4ead1c866284695aa04dce115e46eb8f48 /include/ap_config.h
parent91aa761bab89b787aed1ecea80ba59e85bbb53d9 (diff)
downloadhttpd-1dc6636640d9da366889f6017b2f873cdc8bd38c.tar.gz
tidy up some charset recoding issues
the "need" for APACHE_XLATE went away some years ago when BUFF went POOF and charset recoding (translation) of non-protocol data could no longer be performed by the core... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101894 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_config.h')
-rw-r--r--include/ap_config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ap_config.h b/include/ap_config.h
index 86ec5dc224..a951d0fbd5 100644
--- a/include/ap_config.h
+++ b/include/ap_config.h
@@ -284,8 +284,4 @@
#define AP_HAVE_RELIABLE_PIPED_LOGS TRUE
#endif
-#if APR_CHARSET_EBCDIC && !defined(APACHE_XLATE)
-#define APACHE_XLATE
-#endif
-
#endif /* AP_CONFIG_H */