diff options
Diffstat (limited to 'Build/source/libs/xpdf/aconf-win32.h')
-rw-r--r-- | Build/source/libs/xpdf/aconf-win32.h | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Build/source/libs/xpdf/aconf-win32.h b/Build/source/libs/xpdf/aconf-win32.h index 60509334391..0bdc7636623 100644 --- a/Build/source/libs/xpdf/aconf-win32.h +++ b/Build/source/libs/xpdf/aconf-win32.h @@ -7,6 +7,8 @@ #ifndef ACONF_H #define ACONF_H +#include <aconf2.h> + /* * Use A4 paper size instead of Letter for PostScript output. */ @@ -28,6 +30,21 @@ #define MULTITHREADED 1 /* + * Enable C++ exceptions. + */ +#define USE_EXCEPTIONS 1 + +/* + * Enable word list support. + */ +#undef TEXTOUT_WORD_LIST + +/* + * Use fixed point (instead of floating point) arithmetic. + */ +#undef USE_FIXEDPOINT + +/* * Directory with the Xpdf app-defaults file. */ #undef APPDEFDIR @@ -50,8 +67,14 @@ #undef HAVE_BSTRING_H #undef HAVE_POPEN #undef HAVE_MKSTEMP +#undef HAVE_MKSTEMPS #undef SELECT_TAKES_INT +#undef HAVE_FSEEKO #undef HAVE_FSEEK64 +#undef _FILE_OFFSET_BITS +#undef _LARGE_FILES +#undef _LARGEFILE_SOURCE +#undef HAVE_XTAPPSETEXITFLAG /* * This is defined if using libXpm. @@ -79,4 +102,19 @@ */ #undef HAVE_PAPER_H +/* + * Enable support for loading plugins. + */ +#undef ENABLE_PLUGINS + +/* + * Defined if the Splash library is avaiable. + */ +#undef HAVE_SPLASH + +/* + * Enable support for CMYK output. + */ +#undef SPLASH_CMYK + #endif |