disable the unrecognized nls flag
[AROS-Contrib.git] / arospdf / aconf.h
blobf823b7dc5e1c631cf748d9a78881754ca818da51
1 /* aconf.h. Generated by configure. */
2 /*
3 * aconf.h
5 * Copyright 2002-2003 Glyph & Cog, LLC
6 */
8 #ifndef ACONF_H
9 #define ACONF_H
11 #include <aconf2.h>
14 * Use A4 paper size instead of Letter for PostScript output.
16 /* #undef A4_PAPER */
19 * Do not allow text selection.
21 /* #undef NO_TEXT_SELECT */
24 * Include support for OPI comments.
26 /* #undef OPI_SUPPORT */
29 * Enable multithreading support.
31 /* #undef MULTITHREADED */
34 * Enable C++ exceptions.
36 /* #undef USE_EXCEPTIONS */
39 * Enable word list support.
41 /* #undef TEXTOUT_WORD_LIST */
44 * Use fixed point (instead of floating point) arithmetic.
46 /* #undef USE_FIXEDPOINT */
49 * Directory with the Xpdf app-defaults file.
51 /* #undef APPDEFDIR */
54 * Full path for the system-wide xpdfrc file.
56 #define SYSTEM_XPDFRC "PROGDIR:"
59 * Various include files and functions.
61 #define HAVE_DIRENT_H 1
62 /* #undef HAVE_SYS_NDIR_H */
63 /* #undef HAVE_SYS_DIR_H */
64 /* #undef HAVE_NDIR_H */
65 /* #undef HAVE_SYS_SELECT_H */
66 /* #undef HAVE_SYS_BSDTYPES_H */
67 #define HAVE_STRINGS_H 1
68 /* #undef HAVE_BSTRING_H */
69 #define HAVE_POPEN 1
70 #define HAVE_MKSTEMP 1
71 /* #undef HAVE_MKSTEMPS */
72 #define SELECT_TAKES_INT 1
73 /* #undef HAVE_FSEEKO */
74 /* #undef HAVE_FSEEK64 */
75 /* #undef _FILE_OFFSET_BITS */
76 /* #undef _LARGE_FILES */
77 /* #undef _LARGEFILE_SOURCE */
78 /* #undef HAVE_XTAPPSETEXITFLAG */
81 * This is defined if using libXpm.
83 /* #undef HAVE_X11_XPM_H */
86 * This is defined if using t1lib.
88 /* #undef HAVE_T1LIB_H */
89 #define HAVE_T1LIB_H 1
91 * One of these is defined if using FreeType 2.
93 /* #undef HAVE_FREETYPE_H */
94 #define HAVE_FREETYPE_FREETYPE_H 1
97 * This is defined if using libpaper.
99 /* #undef HAVE_PAPER_H */
102 * Enable support for loading plugins.
104 /* #undef ENABLE_PLUGINS */
107 * Defined if the Splash library is avaiable.
109 #define HAVE_SPLASH 1
112 * Enable support for CMYK output.
114 /* #undef SPLASH_CMYK */
116 #endif