diff options
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 |