summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkarl <karl>2004-07-03 12:47:02 +0000
committerkarl <karl>2004-07-03 12:47:02 +0000
commit442f7fcbecc724bc161a160f66bc6a2d7d762984 (patch)
tree3aa4586d2e20aa0425bdab47d172904475e0aec0
parente2fea0fc69dd57796e4ceda5c268ae723f948d18 (diff)
downloadfontutils-442f7fcbecc724bc161a160f66bc6a2d7d762984.tar.gz
remove paths.h, since it is generated.
-rw-r--r--include/paths.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/include/paths.h b/include/paths.h
deleted file mode 100644
index 25f9606..0000000
--- a/include/paths.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* Generated from paths.h.in (Wed Jun 9 19:59:13 EDT 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 ".:/home/mjflick/projects/font/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