1 /*
2  * aconf-dj.h
3  *
4  * Copyright 2002-2003 Glyph & Cog, LLC
5  */
6 
7 #ifndef ACONF_H
8 #define ACONF_H
9 
10 /*
11  * Use A4 paper size instead of Letter for PostScript output.
12  */
13 #undef A4_PAPER
14 
15 /*
16  * Do not allow text selection.
17  */
18 #undef NO_TEXT_SELECT
19 
20 /*
21  * Include support for OPI comments.
22  */
23 #undef OPI_SUPPORT
24 
25 /*
26  * Directory with the Xpdf app-defaults file.
27  */
28 #undef APPDEFDIR
29 
30 /*
31  * Full path for the system-wide xpdfrc file.
32  */
33 #undef SYSTEM_XPDFRC
34 
35 /*
36  * Various include files and functions.
37  */
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 #define HAVE_STD_SORT 1
50 #undef HAVE_FSEEK64
51 
52 /*
53  * This is defined if using libXpm.
54  */
55 #undef HAVE_X11_XPM_H
56 
57 /*
58  * One of these is defined if using FreeType (version 1 or 2).
59  */
60 #undef HAVE_FREETYPE_H
61 #undef HAVE_FREETYPE_FREETYPE_H
62 
63 /*
64  * This is defined if using FreeType version 2.
65  */
66 #undef FREETYPE2
67 
68 /*
69  * This is defined if using libpaper.
70  */
71 #undef HAVE_PAPER_H
72 
73 #endif
74