file(s) added by xpdf 1.01.
[swftools.git] / pdf2swf / xpdf / aconf.h
1 /* aconf.h.  Generated by configure.  */
2 /*
3  * aconf.h
4  *
5  * Copyright 2002 Glyph & Cog, LLC
6  */
7
8 #ifndef ACONF_H
9 #define ACONF_H
10
11 /*
12  * Use A4 paper size instead of Letter for PostScript output.
13  */
14 /* #undef A4_PAPER */
15
16 /*
17  * Do not allow text selection.
18  */
19 /* #undef NO_TEXT_SELECT */
20
21 /*
22  * Include support for OPI comments.
23  */
24 /* #undef OPI_SUPPORT */
25
26 /*
27  * Use gzip instead of uncompress.
28  */
29 /* #undef USE_GZIP */
30
31 /*
32  * Directory with the Xpdf app-defaults file.
33  */
34 /* #undef APPDEFDIR */
35
36 /*
37  * Full path for the system-wide xpdfrc file.
38  */
39 #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
40
41 /*
42  * Various include files and functions.
43  */
44 #define HAVE_DIRENT_H 1
45 /* #undef HAVE_SYS_NDIR_H */
46 /* #undef HAVE_SYS_DIR_H */
47 /* #undef HAVE_NDIR_H */
48 /* #undef HAVE_SYS_SELECT_H */
49 /* #undef HAVE_SYS_BSDTYPES_H */
50 #define HAVE_STRINGS_H 1
51 /* #undef HAVE_BSTRING_H */
52 #define HAVE_POPEN 1
53 #define HAVE_MKSTEMP 1
54 /* #undef HAVE_MKSTEMPS */
55 /* #undef SELECT_TAKES_INT */
56 /* #undef HAVE_FSEEK64 */
57
58 /*
59  * This is defined if using libXpm.
60  */
61 #define HAVE_X11_XPM_H 1
62
63 /*
64  * This is defined if using t1lib.
65  */
66 #define HAVE_T1LIB_H 1
67
68 /*
69  * One of these is defined if using FreeType (version 1 or 2).
70  */
71 /* #undef HAVE_FREETYPE_H */
72 /* #undef HAVE_FREETYPE_FREETYPE_H */
73
74 /*
75  * This is defined if using FreeType version 2.
76  */
77 /* #undef FREETYPE2 */
78
79 /*
80  * This is defined if using libpaper.
81  */
82 /* #undef HAVE_PAPER_H */
83
84 #endif