summaryrefslogtreecommitdiff
path: root/include/ap_config.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2000-12-20 16:44:01 +0000
committerJeff Trawick <trawick@apache.org>2000-12-20 16:44:01 +0000
commit351725e7266964eea4a0de39b6492fe5dfddf12d (patch)
treed47b145d0c624f40f21e2d78885823ff3ca1acd9 /include/ap_config.h
parentefe5ac62bd9c90d5b8f7f8694b581cfa21c9c818 (diff)
downloadhttpd-351725e7266964eea4a0de39b6492fe5dfddf12d.tar.gz
Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87460 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_config.h')
-rw-r--r--include/ap_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_config.h b/include/ap_config.h
index 5c458ba070..f3d79c58fa 100644
--- a/include/ap_config.h
+++ b/include/ap_config.h
@@ -243,7 +243,7 @@ AP_IMPLEMENT_EXTERNAL_HOOK_RUN_FIRST(AP,ret,name,args_decl,args_use,decline)
#define AP_HAVE_RELIABLE_PIPED_LOGS TRUE
#endif
-#if defined(AP_CHARSET_EBCDIC) && !defined(APACHE_XLATE)
+#if APR_CHARSET_EBCDIC && !defined(APACHE_XLATE)
#define APACHE_XLATE
#endif