summaryrefslogtreecommitdiff
path: root/apps/gperf/src/Vectors.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gperf/src/Vectors.h')
-rw-r--r--apps/gperf/src/Vectors.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/gperf/src/Vectors.h b/apps/gperf/src/Vectors.h
index e6eec45d355..236ff0986eb 100644
--- a/apps/gperf/src/Vectors.h
+++ b/apps/gperf/src/Vectors.h
@@ -32,6 +32,18 @@
#if defined (ACE_HAS_GPERF)
+// Do not change these values wantonly since GPERF depends on them..
+#define ACE_ASCII_SIZE 128
+#define ACE_EBCDIC_SIZE 256
+
+#if 'a' < 'A'
+#define ACE_HAS_EBCDIC
+#define ACE_STANDARD_CHARACTER_SET_SIZE 256
+#else
+#define ACE_HAS_ASCII
+#define ACE_STANDARD_CHARACTER_SET_SIZE 128
+#endif /* 'a' < 'A' */
+
class Vectors
{
// = TITLE