disable the unrecognized nls flag
[AROS-Contrib.git] / arospdf / aconf-win32.h
blob0bdc7636623f71526cd19f7be1559470993870e1
1 /*
2 * aconf-win32.h
4 * Copyright 2002-2003 Glyph & Cog, LLC
5 */
7 #ifndef ACONF_H
8 #define ACONF_H
10 #include <aconf2.h>
13 * Use A4 paper size instead of Letter for PostScript output.
15 #undef A4_PAPER
18 * Do not allow text selection.
20 #undef NO_TEXT_SELECT
23 * Include support for OPI comments.
25 #undef OPI_SUPPORT
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.
45 #undef USE_FIXEDPOINT
48 * Directory with the Xpdf app-defaults file.
50 #undef APPDEFDIR
53 * Full path for the system-wide xpdfrc file.
55 #undef SYSTEM_XPDFRC
58 * Various include files and functions.
60 #undef HAVE_DIRENT_H
61 #undef HAVE_SYS_NDIR_H
62 #undef HAVE_SYS_DIR_H
63 #undef HAVE_NDIR_H
64 #undef HAVE_SYS_SELECT_H
65 #undef HAVE_SYS_BSDTYPES_H
66 #undef HAVE_STRINGS_H
67 #undef HAVE_BSTRING_H
68 #undef HAVE_POPEN
69 #undef HAVE_MKSTEMP
70 #undef HAVE_MKSTEMPS
71 #undef SELECT_TAKES_INT
72 #undef HAVE_FSEEKO
73 #undef HAVE_FSEEK64
74 #undef _FILE_OFFSET_BITS
75 #undef _LARGE_FILES
76 #undef _LARGEFILE_SOURCE
77 #undef HAVE_XTAPPSETEXITFLAG
80 * This is defined if using libXpm.
82 #undef HAVE_X11_XPM_H
85 * This is defined if using t1lib.
87 #undef HAVE_T1LIB_H
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.
98 #define FREETYPE2
101 * This is defined if using libpaper.
103 #undef HAVE_PAPER_H
106 * Enable support for loading plugins.
108 #undef ENABLE_PLUGINS
111 * Defined if the Splash library is avaiable.
113 #undef HAVE_SPLASH
116 * Enable support for CMYK output.
118 #undef SPLASH_CMYK
120 #endif