summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-12-08 17:54:40 +0000
committerKevin E Martin <kem@kem.org>2005-12-08 17:54:40 +0000
commit17f2dc9d447ae523d0ce5b1ab986383d1ceec34c (patch)
tree940ce8a66d9e8a279d98197c5c7d75ff1ae0dd27
parent2faf5adb90986cec8fb7b7c57af09cdadc2e1abf (diff)
Allow hard-coded paths to be configurable.
-rw-r--r--mkcfm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkcfm.c b/mkcfm.c
index e847723..3f87379 100644
--- a/mkcfm.c
+++ b/mkcfm.c
@@ -37,7 +37,9 @@
static void CIDFillVals(FontScalablePtr);
static Bool DoDirectory(char *dirName);
+#ifndef DEFAULTCID
#define DEFAULTCID "/usr/X11R6/lib/X11/fonts/CID"
+#endif
#define DECIPOINTSPERINCH 722.7
#define DEFAULTRES 75
#define DEFAULTPOINTSIZE 120