blob: f504452c0a7d172f885851355a8e5ef717cc6999 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/* These are the symbols not moved to c-auto.in for some reason or
other. The file is here for reference. - janl
*/
/* Define to enable support for a configuration file. Its value must be a
colon-separated list of paths to search. */
#undef DEFAULT_CONFIG_PATH
/* Define to enable support for a configuration file (as above), including
support for the variables $SELFAUTODIR and $SELFAUTOPARENT. */
#undef SELFAUTO
/* Define to enable support for a configuration file and self-auto support
(as above), plus setting of certain resources via the configuration file. */
#undef CFG2RES
/* Define to enable right-to-left typesetting. */
#undef TEXXET
/* Define to set a default mfmode and resolution. */
#undef MFMODE
|