summaryrefslogtreecommitdiff
path: root/src/Type1/t1stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Type1/t1stdio.h')
-rw-r--r--src/Type1/t1stdio.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Type1/t1stdio.h b/src/Type1/t1stdio.h
index cc4ba9d..2ed0832 100644
--- a/src/Type1/t1stdio.h
+++ b/src/Type1/t1stdio.h
@@ -29,6 +29,10 @@
*/
/* $XFree86: xc/lib/font/Type1/t1stdio.h,v 1.9 2001/01/17 19:43:24 dawes Exp $ */
/* T1IO FILE structure and related stuff */
+#ifdef BUILDCID
+#define XFONT_CID 1
+#endif
+
#ifdef XFree86LOADER
#undef FILE
#endif
@@ -68,7 +72,7 @@ typedef struct F_FILE {
#define T1Feof(f) (((f)->flags & FIOEOF) && ((f)->b_cnt==0))
-#ifdef BUILDCID
+#if XFONT_CID
extern F_FILE *CIDeexec ( FILE *f );
#endif