Bringing apdf from vendor into main branch.
[AROS-Contrib.git] / apdf / aconf.h.in
blobf844b83f3de6ef4c3408d0fc8e83cbe51ea60c21
1 /*
2 * aconf.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 #undef MULTITHREADED
33 * Enable word list support.
35 #undef TEXTOUT_WORD_LIST
38 * Use fixed point (instead of floating point) arithmetic.
40 #undef USE_FIXEDPOINT
43 * Directory with the Xpdf app-defaults file.
45 #undef APPDEFDIR
48 * Full path for the system-wide xpdfrc file.
50 #undef SYSTEM_XPDFRC
53 * Various include files and functions.
55 #undef HAVE_DIRENT_H
56 #undef HAVE_SYS_NDIR_H
57 #undef HAVE_SYS_DIR_H
58 #undef HAVE_NDIR_H
59 #undef HAVE_SYS_SELECT_H
60 #undef HAVE_SYS_BSDTYPES_H
61 #undef HAVE_STRINGS_H
62 #undef HAVE_BSTRING_H
63 #undef HAVE_POPEN
64 #undef HAVE_MKSTEMP
65 #undef HAVE_MKSTEMPS
66 #undef SELECT_TAKES_INT
67 #undef HAVE_FSEEKO
68 #undef HAVE_FSEEK64
69 #undef _FILE_OFFSET_BITS
70 #undef _LARGE_FILES
71 #undef _LARGEFILE_SOURCE
72 #undef HAVE_XTAPPSETEXITFLAG
75 * This is defined if using libXpm.
77 #undef HAVE_X11_XPM_H
80 * This is defined if using t1lib.
82 #undef HAVE_T1LIB_H
85 * One of these is defined if using FreeType 2.
87 #undef HAVE_FREETYPE_H
88 #undef HAVE_FREETYPE_FREETYPE_H
91 * This is defined if using libpaper.
93 #undef HAVE_PAPER_H
95 #define DISABLE_OUTLINE
98 * Enable support for loading plugins.
100 #undef ENABLE_PLUGINS
103 * Enable support for CMYK output.
105 #undef SPLASH_CMYK
107 #endif