Bringing apdf from vendor into main branch.
[AROS-Contrib.git] / apdf / aconf-win32.h
blob605093343910ef996664f7206d08b4b95deec284
1 /*
2 * aconf-win32.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 * Enable multithreading support.
28 #define MULTITHREADED 1
31 * Directory with the Xpdf app-defaults file.
33 #undef APPDEFDIR
36 * Full path for the system-wide xpdfrc file.
38 #undef SYSTEM_XPDFRC
41 * Various include files and functions.
43 #undef HAVE_DIRENT_H
44 #undef HAVE_SYS_NDIR_H
45 #undef HAVE_SYS_DIR_H
46 #undef HAVE_NDIR_H
47 #undef HAVE_SYS_SELECT_H
48 #undef HAVE_SYS_BSDTYPES_H
49 #undef HAVE_STRINGS_H
50 #undef HAVE_BSTRING_H
51 #undef HAVE_POPEN
52 #undef HAVE_MKSTEMP
53 #undef SELECT_TAKES_INT
54 #undef HAVE_FSEEK64
57 * This is defined if using libXpm.
59 #undef HAVE_X11_XPM_H
62 * This is defined if using t1lib.
64 #undef HAVE_T1LIB_H
67 * One of these is defined if using FreeType (version 1 or 2).
69 #undef HAVE_FREETYPE_H
70 #define HAVE_FREETYPE_FREETYPE_H 1
73 * This is defined if using FreeType version 2.
75 #define FREETYPE2
78 * This is defined if using libpaper.
80 #undef HAVE_PAPER_H
82 #endif