Copyright 2017
[s-roff.git] / src / pre-pic / pic-config.h.in
blobbae17da5d8b846ec2fa1c3e1f80a91c8f5ce651c
1 /*@ Configurable stuff */
2 #ifndef _PIC_CONFIG_H
3 #define _PIC_CONFIG_H
5 //#define FIG_SUPPORT 1
6 #define TEX_SUPPORT 1
8 #define FILL_REG "00"
10 // If this register > 0, then pic will generate \X'ps: ...' commands
11 // if the aligned attribute is used.
12 #define L_D_PS_REG "0p"
14 // If this register is defined, geqn won't produce `\x's.
15 #define EQN_NO_EXTRA_SPACE_REG "0x"
17 // First character of the range representing $1-$<MAX_ARG>.
18 // All of them must be invalid input characters.
19 #ifndef IS_EBCDIC_HOST
20 # define ARG1 0x80
21 # define MAX_ARG 32
22 #else
23 # define ARG1 0x30
24 # define MAX_ARG 16
25 #endif
27 /* Maximum number of characters produced by printf("%g") FIXME */
28 #define GDIGITS 14
30 #endif // _PIC_CONFIG_H
31 // s-it2-mode