make font directory moveable
authorDave Slattengren <slatteng@ucbvax.Berkeley.EDU>
Mon, 19 Dec 1983 07:24:16 +0000 (23:24 -0800)
committerDave Slattengren <slatteng@ucbvax.Berkeley.EDU>
Mon, 19 Dec 1983 07:24:16 +0000 (23:24 -0800)
SCCS-vsn: local/ditroff/ditroff.old.okeeffe/driver/dvar.c 1.9
SCCS-vsn: local/ditroff/ditroff.old.okeeffe/driver/dver.c 1.11

usr/src/local/ditroff/ditroff.old.okeeffe/driver/dvar.c
usr/src/local/ditroff/ditroff.old.okeeffe/driver/dver.c

index 0bf3675..b2124c2 100644 (file)
@@ -1,4 +1,4 @@
-/*     dvar.c  1.8     83/11/30
+/*     dvar.c  1.9     83/12/18
  *
  * Varian driver for the new troff
  *
  *
  * Varian driver for the new troff
  *
@@ -70,7 +70,9 @@ x ..\n        device control functions:
 #define ABORT  2               /*     or ABORT */
 #define        FATAL   1               /* type of error */
 #define        BMASK   0377            /* byte grabber */
 #define ABORT  2               /*     or ABORT */
 #define        FATAL   1               /* type of error */
 #define        BMASK   0377            /* byte grabber */
+#ifndef FONTDIR
 #define FONTDIR        "/usr/lib/font" /* default place to find font descriptions */
 #define FONTDIR        "/usr/lib/font" /* default place to find font descriptions */
+#endif
 #define BITDIR "/usr/lib/vfont" /* default place to look for font rasters */
 #define MAXWRIT 4096           /* max characters allowed to write at once */
 
 #define BITDIR "/usr/lib/vfont" /* default place to look for font rasters */
 #define MAXWRIT 4096           /* max characters allowed to write at once */
 
@@ -78,7 +80,7 @@ x ..\n        device control functions:
 #define  vmot(n)       vgoto(vpos + n)
 
 
 #define  vmot(n)       vgoto(vpos + n)
 
 
-char   SccsId[]= "dvar.c       1.8     83/11/30";
+char   SccsId[]= "dvar.c       1.9     83/12/18";
 
 int    output  = 0;    /* do we do output at all? */
 int    nolist  = 0;    /* output page list if > 0 */
 
 int    output  = 0;    /* do we do output at all? */
 int    nolist  = 0;    /* output page list if > 0 */
index fbcc723..a0047f1 100644 (file)
@@ -1,4 +1,4 @@
-/*     dver.c  1.10    83/11/30
+/*     dver.c  1.11    83/12/18
  *
  * Versatec driver for the new troff
  *
  *
  * Versatec driver for the new troff
  *
@@ -70,7 +70,9 @@ x ..\n        device control functions:
 #define ABORT  2               /*     or ABORT */
 #define        FATAL   1               /* type of error */
 #define        BMASK   0377            /* byte grabber */
 #define ABORT  2               /*     or ABORT */
 #define        FATAL   1               /* type of error */
 #define        BMASK   0377            /* byte grabber */
+#ifndef FONTDIR
 #define FONTDIR        "/usr/lib/font" /* default place to find font descriptions */
 #define FONTDIR        "/usr/lib/font" /* default place to find font descriptions */
+#endif
 #define BITDIR "/usr/lib/vfont" /* default place to look for font rasters */
 #define MAXWRIT 4096           /* max characters allowed to write at once */
 
 #define BITDIR "/usr/lib/vfont" /* default place to look for font rasters */
 #define MAXWRIT 4096           /* max characters allowed to write at once */
 
@@ -79,7 +81,7 @@ x ..\n        device control functions:
 #define  vmot(n)       vgoto(vpos + (n))
 
 
 #define  vmot(n)       vgoto(vpos + (n))
 
 
-char   SccsId[]= "dver.c       1.10    83/11/30";
+char   SccsId[]= "dver.c       1.11    83/12/18";
 
 int    output  = 0;    /* do we do output at all? */
 int    nolist  = 0;    /* output page list if > 0 */
 
 int    output  = 0;    /* do we do output at all? */
 int    nolist  = 0;    /* output page list if > 0 */