Adapt src/pre-tbl (src/preproc/tbl)
[s-roff.git] / src / pre-tbl / tbl-config.h.in
bloba9c244907a02d4bc2b678b4861f67b01aeb7cd6c
1 /*@ Configurable stuff */
2 #ifndef _TBL_CONFIG_H
3 #define _TBL_CONFIG_H
5 #define MAX_POINT_SIZE 99
6 #define MAX_VERTICAL_SPACING 72
8 // PREFIX and PREFIX_CHAR must be the same.
9 #define PREFIX "3"
10 #define PREFIX_CHAR '3'
12 // LEADER and LEADER_CHAR must be the same.
13 #define LEADER "a"
14 #define LEADER_CHAR 'a'
16 #endif // _TBL_CONFIG_H
17 // s-it2-mode