summaryrefslogtreecommitdiff
path: root/src/Type1/t1io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Type1/t1io.c')
-rw-r--r--src/Type1/t1io.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Type1/t1io.c b/src/Type1/t1io.c
index fdf6972..42b8bb6 100644
--- a/src/Type1/t1io.c
+++ b/src/Type1/t1io.c
@@ -53,6 +53,10 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
+#ifdef BUILDCID
+#define XFONT_CID 1
+#endif
+
#ifndef STATIC
#define STATIC static
#endif
@@ -88,7 +92,7 @@ STATIC unsigned char TheBuffer[F_BUFSIZ];
static int T1Decrypt ( unsigned char *p, int len );
static int T1Fill ( F_FILE *f );
-#ifdef BUILDCID
+#if XFONT_CID
void
resetDecrypt(void)
{
@@ -254,7 +258,7 @@ T1eexec(F_FILE *f) /* Stream descriptor */
return (T1Feof(f))?NULL:f;
} /* end eexec */
-#ifdef BUILDCID
+#if XFONT_CID
F_FILE * /* Initialization */
CIDeexec(F_FILE *f) /* Stream descriptor */
{