summaryrefslogtreecommitdiff
path: root/encoding
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2000-04-07 02:45:11 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2000-04-07 02:45:11 +0000
commit6d6cdf2e88a455182b334b839be46a5b7e96af23 (patch)
tree8c5cb4122f2c92de35743a1307ad975b8d74a26b /encoding
parentbb7c2db2ad066a3a87aaf89d999369aad034357f (diff)
downloadlibapr-util-6d6cdf2e88a455182b334b839be46a5b7e96af23.tar.gz
Recognize an EBCDIC platform during configuration and turn on
CHARSET_EBCDIC. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@57795 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'encoding')
-rw-r--r--encoding/ap_base64.c2
-rw-r--r--encoding/apr_base64.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/encoding/ap_base64.c b/encoding/ap_base64.c
index b90d4ac1..592e4b3a 100644
--- a/encoding/ap_base64.c
+++ b/encoding/ap_base64.c
@@ -67,10 +67,10 @@
#include "ap.h"
+#include "ap_config.h"
#ifdef CHARSET_EBCDIC
#include "ebcdic.h"
#endif /* CHARSET_EBCDIC */
-#include "ap_config.h"
/* aaaack but it's fast and const should make it shared text page. */
static const unsigned char pr2six[256] =
diff --git a/encoding/apr_base64.c b/encoding/apr_base64.c
index b90d4ac1..592e4b3a 100644
--- a/encoding/apr_base64.c
+++ b/encoding/apr_base64.c
@@ -67,10 +67,10 @@
#include "ap.h"
+#include "ap_config.h"
#ifdef CHARSET_EBCDIC
#include "ebcdic.h"
#endif /* CHARSET_EBCDIC */
-#include "ap_config.h"
/* aaaack but it's fast and const should make it shared text page. */
static const unsigned char pr2six[256] =