diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-04-08 06:34:46 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-04-08 06:34:46 +0000 |
commit | 7e0f3484d8cd6eca4abe80d057391d14face5606 (patch) | |
tree | 92570fc98a476ecbf696c2ef16d046412d405995 /Build/source/texk/xdvik/c-auto.in | |
parent | 824f7b0903de8ad7f6ee3d7656005e4c59155e06 (diff) |
xdvik 22.86
git-svn-id: svn://tug.org/texlive/trunk@29732 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/c-auto.in')
-rw-r--r-- | Build/source/texk/xdvik/c-auto.in | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Build/source/texk/xdvik/c-auto.in b/Build/source/texk/xdvik/c-auto.in index 5902786d47b..43242a9321e 100644 --- a/Build/source/texk/xdvik/c-auto.in +++ b/Build/source/texk/xdvik/c-auto.in @@ -30,6 +30,9 @@ /* Define to point to the default command to use for printing (optional). */ #undef DEFAULT_DVIPS_PATH +/* Define to set the default path for ghostscript-style font searching. */ +#undef DEFAULT_GS_LIB_PATH + /* Define to point to the default command to use for printing (optional). */ #undef DEFAULT_PS2PDF_PATH @@ -37,6 +40,9 @@ necessary. */ #undef FLAKY_SIGPOLL +/* Define to compile in the FreeType2 library. */ +#undef FREETYPE + /* Define to enable greyscale anti-aliasing for shrunken bitmaps. */ #undef GREY @@ -305,6 +311,9 @@ /* Define if you have the <X11/xpm.h> header file. */ #undef HAVE_X11_XPM_H +/* Define if your system has XkbBell(). */ +#undef HAVE_XKB_BELL_EXT + /* Define to 1 if you have the <Xm/XpmP.h> header file. */ #undef HAVE_XM_XPMP_H @@ -375,9 +384,6 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* Define to compile in t1lib. */ -#undef T1LIB - /* Define to use Xaw panner. */ #undef USE_XAW_PANNER |