[comp.windows.x] fonts/utils/bdf2vf

casey@lll-crg.llnl.gov (Casey Leedom) (01/13/89)

  On a quick side note, bdf2vf, mac2bdf, and vf2bdf should all be renamed
to be consistent with bdftosnf, replacing the "2"s with "to"s.  I've done
that here, but I'll use their distribution names for these postings.

           SRCS = bdftovf.c dumpvfont.c
           OBJS = bdftovf.o dumpvfont.o

ComplexProgramTarget(bdftovf)

*** fonts/utils/bdf2vf/dumpvfont.c-dist	Thu Jan  5 04:01:04 1989
--- fonts/utils/bdf2vf/dumpvfont.c	Thu Jan  5 04:00:39 1989
***************
*** 2,7 ****
--- 2,11 ----
  #include	<vfont.h>
  #include	<sys/types.h>
  
+ #ifndef VFONT_MAGIC
+ #define	VFONT_MAGIC	0436
+ #endif
+ 
  #define		NCHARS	256
  
  struct header	vhdr;