From b855148c9b6d28fedfd083d037bcf246f1913d92 Mon Sep 17 00:00:00 2001 From: wkj Date: Sun, 16 May 2004 07:54:22 +0000 Subject: Checkpoint. --- src/cmd/postscript/tr2post/tr2post.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/cmd/postscript/tr2post/tr2post.h') diff --git a/src/cmd/postscript/tr2post/tr2post.h b/src/cmd/postscript/tr2post/tr2post.h index b07e0b13..68299ccb 100644 --- a/src/cmd/postscript/tr2post/tr2post.h +++ b/src/cmd/postscript/tr2post/tr2post.h @@ -1,6 +1,9 @@ #define MAXSPECHARS 512 #define MAXTOKENSIZE 128 -#define CHARLIB "#9/sys/lib/troff/font/devutf/charlib" +#define CHARLIB FONTDIR "/devutf/charlib" + +/* devname clashes with libc on *BSD */ +#define devname troff_devname extern int debug; extern int fontsize; -- cgit v1.2.3