home *** CD-ROM | disk | FTP | other *** search
- /* Paths. */
-
- /* The meanings of these paths are described in the man pages. This file is
- created from the defaults in Makefile.in. */
-
- #ifndef BIBINPUTS
- #define BIBINPUTS "$.TeX.BibInputs."
- #endif
-
- #ifndef BSTINPUTS
- #define BSTINPUTS "$.TeX.BstInputs."
- #endif
-
- #ifndef MFBASES
- #define MFBASES "$.TeX.Formats."
- #endif
-
- #ifndef MFINPUTS
- #define MFINPUTS ",$.TeX.MFInputs.."
- #endif
-
- #ifndef MFPOOL
- #define MFPOOL "$.TeX.Formats."
- #endif
-
- #ifndef TEXFONTS
- #define TEXFONTS ",$.TeX.Fonts.."
- #endif
-
- #ifndef TEXFORMATS
- #define TEXFORMATS "$.TeX.Formats."
- #endif
-
- #ifndef TEXINPUTS
- #define TEXINPUTS ",$.TeX.TeXInputs.."
- #endif
-
- #ifndef TEXPOOL
- #define TEXPOOL "$.TeX.Formats."
- #endif
-
- #ifndef GFFONTS
- #define GFFONTS ",$.TeX.Fonts.."
- #endif
-
- #ifndef PKFONTS
- #define PKFONTS ",$.TeX.Fonts.."
- #endif
-
- #ifndef VFFONTS
- #define VFFONTS ",$.TeX.Fonts.."
- #endif
-