home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / tex / texsrc1 / Src / lib / old-h / paths < prev    next >
Text File  |  1993-02-12  |  987b  |  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 "replace-with-bibinputs-path"
  8. #endif
  9.  
  10. #ifndef BSTINPUTS
  11. #define BSTINPUTS "replace-with-bstinputs-path"
  12. #endif
  13.  
  14. #ifndef MFBASES
  15. #define MFBASES "replace-with-mfbases-path"
  16. #endif
  17.  
  18. #ifndef MFINPUTS
  19. #define MFINPUTS "replace-with-mfinputs-path"
  20. #endif
  21.  
  22. #ifndef MFPOOL
  23. #define MFPOOL "replace-with-mfpool-path"
  24. #endif
  25.  
  26. #ifndef TEXFONTS
  27. #define TEXFONTS "replace-with-texfonts-path"
  28. #endif
  29.  
  30. #ifndef TEXFORMATS
  31. #define TEXFORMATS "replace-with-texformats-path"
  32. #endif
  33.  
  34. #ifndef TEXINPUTS
  35. #define TEXINPUTS "replace-with-texinputs-path"
  36. #endif
  37.  
  38. #ifndef TEXPOOL
  39. #define TEXPOOL "replace-with-texpool-path"
  40. #endif
  41.  
  42. #ifndef GFFONTS
  43. #define GFFONTS "replace-with-gffonts-path"
  44. #endif
  45.  
  46. #ifndef PKFONTS
  47. #define PKFONTS "replace-with-pkfonts-path"
  48. #endif
  49.  
  50. #ifndef VFFONTS
  51. #define VFFONTS "replace-with-vffonts-path"
  52. #endif
  53.