4 * Copyright 2002-2003 Glyph & Cog, LLC
13 * Use A4 paper size instead of Letter for PostScript output.
18 * Do not allow text selection.
23 * Include support for OPI comments.
28 * Enable multithreading support.
30 #define MULTITHREADED 1
33 * Enable C++ exceptions.
35 #define USE_EXCEPTIONS 1
38 * Enable word list support.
40 #undef TEXTOUT_WORD_LIST
43 * Use fixed point (instead of floating point) arithmetic.
48 * Directory with the Xpdf app-defaults file.
53 * Full path for the system-wide xpdfrc file.
58 * Various include files and functions.
61 #undef HAVE_SYS_NDIR_H
64 #undef HAVE_SYS_SELECT_H
65 #undef HAVE_SYS_BSDTYPES_H
71 #undef SELECT_TAKES_INT
74 #undef _FILE_OFFSET_BITS
76 #undef _LARGEFILE_SOURCE
77 #undef HAVE_XTAPPSETEXITFLAG
80 * This is defined if using libXpm.
85 * This is defined if using t1lib.
90 * One of these is defined if using FreeType (version 1 or 2).
92 #undef HAVE_FREETYPE_H
93 #define HAVE_FREETYPE_FREETYPE_H 1
96 * This is defined if using FreeType version 2.
101 * This is defined if using libpaper.
106 * Enable support for loading plugins.
108 #undef ENABLE_PLUGINS
111 * Defined if the Splash library is avaiable.
116 * Enable support for CMYK output.