[comp.windows.x] contrib: fonts/utils/vf2bdf

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

mv vf2bf.1 vf2bdf.man

           SRCS = vf2bdf.c
           OBJS = vf2bdf.o

ComplexProgramTarget(vf2bdf)

*** fonts/utils/vf2bdf/vf2bdf.c-dist	Thu Dec  8 09:22:05 1988
--- fonts/utils/vf2bdf/vf2bdf.c	Thu Jan  5 04:05:17 1989
***************
*** 2,7 ****
--- 2,14 ----
  #include	<vfont.h>
  #include	<sys/types.h>
  
+ #ifndef VFONT_MAGIC
+ #define	VFONT_MAGIC	0436
+ #endif
+ #ifndef NUM_DISPATCH
+ #define	NUM_DISPATCH	256
+ #endif
+ 
  #define		RESOLUTION	80
  
  /*