summaryrefslogtreecommitdiff
path: root/src/Type1/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Type1/util.h')
-rw-r--r--src/Type1/util.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Type1/util.h b/src/Type1/util.h
index ad4ad14..a1a8b3e 100644
--- a/src/Type1/util.h
+++ b/src/Type1/util.h
@@ -49,6 +49,9 @@
#ifndef UTIL_H
#define UTIL_H
+#ifdef BUILDCID
+#define XFONT_CID 1
+#endif
#ifndef boolean
typedef int boolean;
@@ -80,7 +83,7 @@ typedef int boolean;
/* this is the size of memory allocated for reading fonts */
-#ifdef BUILDCID
+#if XFONT_CID
#define VM_SIZE (100*1024)
#else
#define VM_SIZE (50*1024)