summaryrefslogtreecommitdiff
path: root/include/paths.h
blob: c82235ad8e3918f60589c5968f808fdbddaa7763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* Generated from paths.h.in (Sat Apr 24 17:56:29 PDT 2004).  */
/* Paths.  */

/* If the environment variable `FONTUTIL_LIB' isn't set, use this
   path instead to search for auxiliary files.  */ 
#ifndef DEFAULT_LIB_PATH
#define DEFAULT_LIB_PATH ".:/u/karl/gnu/src/fontutils/data:/usr/local/lib/fontutil"
#endif

/* The meanings of these paths are described in `filename.h'.  They are
   exactly the same as those in the TeX distribution.  */

/* The directories listed in these paths are searched for the various
   font files.  The current directory is always searched first.  */
#ifndef DEFAULT_TFM_PATH
#define DEFAULT_TFM_PATH ".:/usr/local/lib/tex/fonts//"
#endif

#ifndef DEFAULT_PK_PATH
#define DEFAULT_PK_PATH ".:/usr/local/lib/tex/fonts//"
#endif

#ifndef DEFAULT_GF_PATH
#define DEFAULT_GF_PATH ".:/usr/local/lib/tex/fonts//"
#endif