Path: utzoo!attcan!uunet!lll-winken!lll-crg.llnl.gov!casey From: casey@lll-crg.llnl.gov (Casey Leedom) Newsgroups: comp.windows.x Subject: contrib: fonts/utils/vf2bdf Summary: Missing Imakefile, misnamed man page, missing definitions Message-ID: <16565@lll-winken.LLNL.GOV> Date: 13 Jan 89 05:49:06 GMT Sender: usenet@lll-winken.LLNL.GOV Reply-To: casey@lll-crg.llnl.gov (Casey Leedom) Organization: Lawrence Livermore National Laboratory Lines: 25 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 #include + #ifndef VFONT_MAGIC + #define VFONT_MAGIC 0436 + #endif + #ifndef NUM_DISPATCH + #define NUM_DISPATCH 256 + #endif + #define RESOLUTION 80 /*