#include "param.h"

#ifndef PRLOAD
#define PRLOAD "/usr/spool/tex/dvi_preload"
#endif

/* Information about preloaded fonts
 * The preload file contains a number of this records
 * One for each font that has been loaded
 * The preload file is read when the driver starts
 * and the information about fonts loaded is dumped on
 vi printing on Kyocera laser pri
 */
struct preload_info {
  short          pr_kyonumber;
  char           pr_name[MAXFNTNAMLEN];
  long           pr_mag;
  long           pr_words_used;
  long           pr_tfm_checksum;
  unsigned long  pr_charvec[4];
};