summaryrefslogtreecommitdiff
path: root/server/main.c
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 /server/main.c
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 'server/main.c')
-rw-r--r--server/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/main.c b/server/main.c
index 5cc84f86af..c404c06467 100644
--- a/server/main.c
+++ b/server/main.c
@@ -195,10 +195,6 @@ static void show_compile_settings(void)
printf(" -D APR_CHARSET_EBCDIC\n");
#endif
-#ifdef APACHE_XLATE
- printf(" -D APACHE_XLATE\n");
-#endif
-
#ifdef NEED_HASHBANG_EMUL
printf(" -D NEED_HASHBANG_EMUL\n");
#endif