1 /*@ Configurable stuff */
5 //#define FIG_SUPPORT 1
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
27 /* Maximum number of characters produced by printf("%g") FIXME */
30 #endif // _PIC_CONFIG_H