summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/config.h.in
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-18 10:31:12 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-18 10:31:12 +0000
commitd6b68e58217ed2971ab581a9c0e4db84b70d0fd6 (patch)
treee9e8ab39b54ef6912f63ab6dbdcadf62d77eca38 /Build/source/texk/dvisvgm/config.h.in
parenta5201d5f8e0880143756513c42537aecc4e98814 (diff)
dvisvgm: enable support for PostScript specials
git-svn-id: svn://tug.org/texlive/trunk@16063 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvisvgm/config.h.in')
-rw-r--r--Build/source/texk/dvisvgm/config.h.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/texk/dvisvgm/config.h.in b/Build/source/texk/dvisvgm/config.h.in
index 09dbb64a9f5..fd209743bf1 100644
--- a/Build/source/texk/dvisvgm/config.h.in
+++ b/Build/source/texk/dvisvgm/config.h.in
@@ -3,7 +3,7 @@
/* Define to 1 if the `closedir' function returns void instead of `int'. */
#undef CLOSEDIR_VOID
-/* Set to 1 if PostScript support should be disabled */
+/* Set to 1 if PostScript support should be disabled. */
#undef DISABLE_GS
/* Define to 1 if you have the <assert.h> header file. */
@@ -49,6 +49,9 @@
/* Define to 1 if you have the `freetype2' library (-lfreetype). */
#undef HAVE_LIBFREETYPE
+/* Define to 1 if you have the `gs' library (-lgs), and to 0 otherwise. */
+#undef HAVE_LIBGS
+
/* Define to 1 if you have the `kpathsea' library (-lkpathsea). */
#undef HAVE_LIBKPATHSEA
@@ -167,7 +170,7 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
-/* The machine triplet of the target system */
+/* The machine triplet of the target system. */
#undef TARGET_SYSTEM
/* Version number of package */