Bringing apdf from vendor into main branch.
[AROS-Contrib.git] / apdf / aconf-dj.h
blobfa92df3b2b40649a73a10530943e06cc1b26eaba
1 /*
2 * aconf-dj.h
4 * Copyright 2002-2003 Glyph & Cog, LLC
5 */
7 #ifndef ACONF_H
8 #define ACONF_H
11 * Use A4 paper size instead of Letter for PostScript output.
13 #undef A4_PAPER
16 * Do not allow text selection.
18 #undef NO_TEXT_SELECT
21 * Include support for OPI comments.
23 #undef OPI_SUPPORT
26 * Directory with the Xpdf app-defaults file.
28 #undef APPDEFDIR
31 * Full path for the system-wide xpdfrc file.
33 #undef SYSTEM_XPDFRC
36 * Various include files and functions.
38 #define HAVE_DIRENT_H 1
39 #undef HAVE_SYS_NDIR_H
40 #undef HAVE_SYS_DIR_H
41 #undef HAVE_NDIR_H
42 #undef HAVE_SYS_SELECT_H
43 #undef HAVE_SYS_BSDTYPES_H
44 #undef HAVE_STRINGS_H
45 #undef HAVE_BSTRING_H
46 #define HAVE_POPEN 1
47 #undef HAVE_MKSTEMP
48 #undef SELECT_TAKES_INT
49 #undef HAVE_FSEEK64
52 * This is defined if using libXpm.
54 #undef HAVE_X11_XPM_H
57 * This is defined if using t1lib.
59 #undef HAVE_T1LIB_H
62 * One of these is defined if using FreeType (version 1 or 2).
64 #undef HAVE_FREETYPE_H
65 #undef HAVE_FREETYPE_FREETYPE_H
68 * This is defined if using FreeType version 2.
70 #undef FREETYPE2
73 * This is defined if using libpaper.
75 #undef HAVE_PAPER_H
77 #endif