Adapt src/dev-ps (src/devices/grops)
[s-roff.git] / src / dev-ps / ps-config.h.in
blob3e5271ac4e1d0859f863a92f6e9424adbe32eb6e
1 /*@ Configurable stuff */
2 #ifndef _PS_CONFIG_H
3 #define _PS_CONFIG_H
5 #define DEFAULT_LINEWIDTH 40 // in ems/1000
6 #define MAX_LINE_LENGTH 72
7 #define FILL_MAX 1000
9 #define DICT_NAME "grops"
10 #define DEFS_DICT_NAME "DEFS"
11 #define DEFS_DICT_SPARE 50
13 #define PS_MAGIC "%!PS-Adobe-"
14 #define PROLOGUE_DEFAULT "prologue"
16 #endif // _PS_CONFIG_H
17 // s-it2-mode