home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / octa21fs.zip / octave / kpathsea / paths.h < prev    next >
C/C++ Source or Header  |  2000-01-15  |  5KB  |  247 lines

  1. /* paths.h.in: fallback paths for TeX file searching.  Kpathsea doesn't
  2.    provide format-specific routines for all these, but it still
  3.    seems best to centralize the definitions.
  4.    
  5.    The meanings of all these paths are described in the various
  6.    programs' documentation.  Various environment variables override these.
  7.  
  8.    By the way, // means to search subdirectories (recursively). A
  9.    leading %% means to look only in the ls-R db, not on the disk. See the
  10.    Kpathsea manual for full details.
  11.    
  12.    See kpathsea/INSTALL for a description of how the various
  13.    path-related files are used and created, and how to change the
  14.    default paths.  */
  15.  
  16. /* TeX and MF inputs, and the default for eps figures.  */
  17.  
  18. /* Modified by Klaus Gebhardt, 1996 - 1999 */
  19.  
  20. #ifndef DEFAULT_TEX_PATH
  21. #define DEFAULT_TEX_PATH "."
  22. #endif
  23.  
  24. #ifndef DEFAULT_MF_PATH
  25. #define DEFAULT_MF_PATH "."
  26. #endif
  27.  
  28. #ifndef DEFAULT_FMT_PATH
  29. #define DEFAULT_FMT_PATH "."
  30. #endif
  31.  
  32. #ifndef DEFAULT_BASE_PATH
  33. #define DEFAULT_BASE_PATH "."
  34. #endif
  35.  
  36. #ifndef DEFAULT_TEXPOOL_PATH
  37. #define DEFAULT_TEXPOOL_PATH "."
  38. #endif
  39.  
  40. #ifndef DEFAULT_MFPOOL_PATH
  41. #define DEFAULT_MFPOOL_PATH "."
  42. #endif
  43.  
  44. #ifndef DEFAULT_TFM_PATH
  45. #define DEFAULT_TFM_PATH "."
  46. #endif
  47.  
  48. #ifndef DEFAULT_VF_PATH
  49. #define DEFAULT_VF_PATH "."
  50. #endif
  51.  
  52. #ifndef DEFAULT_GLYPH_PATH
  53. #define DEFAULT_GLYPH_PATH "."
  54. #endif
  55.  
  56. #ifndef DEFAULT_GF_PATH
  57. #define DEFAULT_GF_PATH "."
  58. #endif
  59.  
  60. #ifndef DEFAULT_PK_PATH
  61. #define DEFAULT_PK_PATH "."
  62. #endif
  63.  
  64. #ifndef DEFAULT_BIB_PATH
  65. #define DEFAULT_BIB_PATH "."
  66. #endif
  67.  
  68. #ifndef DEFAULT_BST_PATH
  69. #define DEFAULT_BST_PATH "."
  70. #endif
  71.  
  72. #ifndef DEFAULT_CONFIG_PATH
  73. #define DEFAULT_CONFIG_PATH "."
  74. #endif
  75.  
  76. #ifndef DEFAULT_HEADER_PATH
  77. #define DEFAULT_HEADER_PATH "."
  78. #endif
  79.  
  80. #ifndef DEFAULT_FIG_PATH
  81. #define DEFAULT_FIG_PATH DEFAULT_TEX_PATH
  82. #endif
  83.  
  84. #ifndef DEFAULT_PICT_PATH
  85. #define DEFAULT_PICT_PATH DEFAULT_FIG_PATH
  86. #endif
  87.  
  88. #ifndef DEFAULT_GFFONTS
  89. #define DEFAULT_GFFONTS "."
  90. #endif
  91.  
  92. #ifndef DEFAULT_PKFONTS
  93. #define DEFAULT_PKFONTS "."
  94. #endif
  95.  
  96. #ifndef DEFAULT_GLYPHFONTS
  97. #define DEFAULT_GLYPHFONTS "."
  98. #endif
  99.  
  100. #ifndef DEFAULT_MFBASES
  101. #define DEFAULT_MFBASES "."
  102. #endif
  103.  
  104. #ifndef DEFAULT_BIBINPUTS
  105. #define DEFAULT_BIBINPUTS "."
  106. #endif
  107.  
  108. #ifndef DEFAULT_BSTINPUTS
  109. #define DEFAULT_BSTINPUTS "."
  110. #endif
  111.  
  112. #ifndef DEFAULT_TEXMF
  113. #define DEFAULT_TEXMF "."
  114. #endif
  115.  
  116. #ifndef DEFAULT_TEXMFCNF
  117. #define DEFAULT_TEXMFCNF "."
  118. #endif
  119.  
  120. #ifndef DEFAULT_TEXFORMATS
  121. #define DEFAULT_TEXFORMATS "."
  122. #endif
  123.  
  124. #ifndef DEFAULT_MFINPUTS
  125. #define DEFAULT_MFINPUTS "."
  126. #endif
  127.  
  128. #ifndef DEFAULT_MFPOOL
  129. #define DEFAULT_MFPOOL "."
  130. #endif
  131.  
  132. #ifndef DEFAULT_TEXINPUTS
  133. #define DEFAULT_TEXINPUTS "."
  134. #endif
  135.  
  136. #ifndef DEFAULT_TEXPOOL
  137. #define DEFAULT_TEXPOOL "."
  138. #endif
  139.  
  140. #ifndef DEFAULT_TFMFONTS
  141. #define DEFAULT_TFMFONTS "."
  142. #endif
  143.  
  144. #ifndef DEFAULT_VFFONTS
  145. #define DEFAULT_VFFONTS "."
  146. #endif
  147.  
  148. #ifndef DEFAULT_TEXCONFIG
  149. #define DEFAULT_TEXCONFIG "."
  150. #endif
  151.  
  152. #ifndef DEFAULT_DVIPSHEADERS
  153. #define DEFAULT_DVIPSHEADERS "."
  154. #endif
  155.  
  156. #ifndef DEFAULT_AFMFONTS
  157. #define DEFAULT_AFMFONTS "."
  158. #endif
  159.  
  160. #ifndef DEFAULT_TEXMFDBS
  161. #define DEFAULT_TEXMFDBS "."
  162. #endif
  163.  
  164. #ifndef DEFAULT_TEXFONTMAPS
  165. #define DEFAULT_TEXFONTMAPS "."
  166. #endif
  167.  
  168. #ifndef DEFAULT_MPMEMS
  169. #define DEFAULT_MPMEMS "."
  170. #endif
  171.  
  172. #ifndef DEFAULT_MFTINPUTS
  173. #define DEFAULT_MFTINPUTS "."
  174. #endif
  175.  
  176. #ifndef DEFAULT_MPINPUTS
  177. #define DEFAULT_MPINPUTS "."
  178. #endif
  179.  
  180. #ifndef DEFAULT_MPPOOL
  181. #define DEFAULT_MPPOOL "."
  182. #endif
  183.  
  184. #ifndef DEFAULT_MPSUPPORT
  185. #define DEFAULT_MPSUPPORT "."
  186. #endif
  187.  
  188. #ifndef DEFAULT_OCPINPUTS
  189. #define DEFAULT_OCPINPUTS "."
  190. #endif
  191.  
  192. #ifndef DEFAULT_OFMFONTS
  193. #define DEFAULT_OFMFONTS "."
  194. #endif
  195.  
  196. #ifndef DEFAULT_OPLFONTS
  197. #define DEFAULT_OPLFONTS "."
  198. #endif
  199.  
  200. #ifndef DEFAULT_OTPINPUTS
  201. #define DEFAULT_OTPINPUTS "."
  202. #endif
  203.  
  204. #ifndef DEFAULT_OVFFONTS
  205. #define DEFAULT_OVFFONTS "."
  206. #endif
  207.  
  208. #ifndef DEFAULT_OVPFONTS
  209. #define DEFAULT_OVPFONTS "."
  210. #endif
  211.  
  212. #ifndef DEFAULT_TEXPSHEADERS
  213. #define DEFAULT_TEXPSHEADERS "."
  214. #endif
  215.  
  216. #ifndef DEFAULT_TEXDOCS
  217. #define DEFAULT_TEXDOCS "."
  218. #endif
  219.  
  220. #ifndef DEFAULT_TEXSOURCES
  221. #define DEFAULT_TEXSOURCES "."
  222. #endif
  223.  
  224. #ifndef DEFAULT_TRFONTS
  225. #define DEFAULT_TRFONTS "."
  226. #endif
  227.  
  228. #ifndef DEFAULT_T1FONTS
  229. #define DEFAULT_T1FONTS "."
  230. #endif
  231.  
  232. #ifndef DEFAULT_INDEXSTYLE
  233. #define DEFAULT_INDEXSTYLE "."
  234. #endif
  235.  
  236. #ifndef DEFAULT_TTFONTS
  237. #define DEFAULT_TTFONTS "."
  238. #endif
  239.  
  240. #ifndef DEFAULT_T42FONTS
  241. #define DEFAULT_T42FONTS "."
  242. #endif
  243.  
  244. #ifndef DEFAULT_WEB2C
  245. #define DEFAULT_WEB2C "."
  246. #endif
  247.