home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / tex / texsrc1 / Src / lib / h / paths < prev    next >
Encoding:
Text File  |  1993-05-01  |  855 b   |  53 lines

  1. /* Paths.  */
  2.  
  3. /* The meanings of these paths are described in the man pages. This file is
  4.    created from the defaults in Makefile.in.  */
  5.  
  6. #ifndef BIBINPUTS
  7. #define BIBINPUTS "$.TeX.BibInputs."
  8. #endif
  9.  
  10. #ifndef BSTINPUTS
  11. #define BSTINPUTS "$.TeX.BstInputs."
  12. #endif
  13.  
  14. #ifndef MFBASES
  15. #define MFBASES "$.TeX.Formats."
  16. #endif
  17.  
  18. #ifndef MFINPUTS
  19. #define MFINPUTS ",$.TeX.MFInputs.."
  20. #endif
  21.  
  22. #ifndef MFPOOL
  23. #define MFPOOL "$.TeX.Formats."
  24. #endif
  25.  
  26. #ifndef TEXFONTS
  27. #define TEXFONTS ",$.TeX.Fonts.."
  28. #endif
  29.  
  30. #ifndef TEXFORMATS
  31. #define TEXFORMATS "$.TeX.Formats."
  32. #endif
  33.  
  34. #ifndef TEXINPUTS
  35. #define TEXINPUTS ",$.TeX.TeXInputs.."
  36. #endif
  37.  
  38. #ifndef TEXPOOL
  39. #define TEXPOOL "$.TeX.Formats."
  40. #endif
  41.  
  42. #ifndef GFFONTS
  43. #define GFFONTS ",$.TeX.Fonts.."
  44. #endif
  45.  
  46. #ifndef PKFONTS
  47. #define PKFONTS ",$.TeX.Fonts.."
  48. #endif
  49.  
  50. #ifndef VFFONTS
  51. #define VFFONTS ",$.TeX.Fonts.."
  52. #endif
  53.