source: trunk/third/gpdf/aconf.h.in @ 21437

Revision 21437, 4.2 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21436, which included commits to RCS files with non-trunk default branches.
Line 
1/* aconf.h.in.  Generated from configure.in by autoheader.  */
2
3#include <aconf2.h>
4
5/* Use A4 paper size instead of Letter for PostScript output. */
6#undef A4_PAPER
7
8/* Directory with the Xpdf app-defaults file. */
9#undef APPDEFDIR
10
11/* Use Native Language Support. */
12#undef ENABLE_NLS
13
14/* foo */
15#undef GETTEXT_PACKAGE
16
17/* Define to 1 if you have the `bind_textdomain_codeset' function. */
18#undef HAVE_BIND_TEXTDOMAIN_CODESET
19
20/* Have bstring.h. */
21#undef HAVE_BSTRING_H
22
23/* Use catgets functions. */
24#undef HAVE_CATGETS
25
26/* Define to 1 if you have the `dcgettext' function. */
27#undef HAVE_DCGETTEXT
28
29/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
30   */
31#undef HAVE_DIRENT_H
32
33/* Define to 1 if `gnome-font-private.h' is usable. */
34#undef HAVE_FONT_EMBEDDING
35
36/* Define to 1 if your system has the freetype library 2.1.7 or older */
37#undef HAVE_FREETYPE_217_OR_OLDER
38
39/* Have fseek64(). */
40#undef HAVE_FSEEK64
41
42/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
43#undef HAVE_FSEEKO
44
45/* Define to 1 if you have the `ftell64' function. */
46#undef HAVE_FTELL64
47
48/* Use gettext functions. */
49#undef HAVE_GETTEXT
50
51/* Define to 1 if you have the <inttypes.h> header file. */
52#undef HAVE_INTTYPES_H
53
54/* Define if your <locale.h> file defines LC_MESSAGES. */
55#undef HAVE_LC_MESSAGES
56
57/* Define to 1 if you have the `cposix' library (-lcposix). */
58#undef HAVE_LIBCPOSIX
59
60/* Define to 1 if you have session management. */
61#undef HAVE_LIBSM
62
63/* Define to 1 if you have the <locale.h> header file. */
64#undef HAVE_LOCALE_H
65
66/* Define to 1 if you have the <memory.h> header file. */
67#undef HAVE_MEMORY_H
68
69/* Have mkstemp(). */
70#undef HAVE_MKSTEMP
71
72/* Have mkstemps(). */
73#undef HAVE_MKSTEMPS
74
75/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
76#undef HAVE_NDIR_H
77
78/* Define to 1 if you have the <paper.h> header file. */
79#undef HAVE_PAPER_H
80
81/* Define to 1 if you have the `popen' function. */
82#undef HAVE_POPEN
83
84/* Define to 1 if you have the `rewinddir' function. */
85#undef HAVE_REWINDDIR
86
87/* Define to 1 if you have the <stdint.h> header file. */
88#undef HAVE_STDINT_H
89
90/* Define to 1 if you have the <stdlib.h> header file. */
91#undef HAVE_STDLIB_H
92
93/* Have strings.h. */
94#undef HAVE_STRINGS_H
95
96/* Define to 1 if you have the <string.h> header file. */
97#undef HAVE_STRING_H
98
99/* Have sys/bsdtypes.h. */
100#undef HAVE_SYS_BSDTYPES_H
101
102/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
103   */
104#undef HAVE_SYS_DIR_H
105
106/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
107   */
108#undef HAVE_SYS_NDIR_H
109
110/* Have sys/select.h. */
111#undef HAVE_SYS_SELECT_H
112
113/* Define to 1 if you have the <sys/stat.h> header file. */
114#undef HAVE_SYS_STAT_H
115
116/* Define to 1 if you have the <sys/types.h> header file. */
117#undef HAVE_SYS_TYPES_H
118
119/* Define to 1 if you have the <unistd.h> header file. */
120#undef HAVE_UNISTD_H
121
122/* Enable multithreading support. */
123#undef MULTITHREADED
124
125/* Do not allow text selection. */
126#undef NO_TEXT_SELECT
127
128/* Include support for OPI comments. */
129#undef OPI_SUPPORT
130
131/* Name of package */
132#undef PACKAGE
133
134/* Define to the address where bug reports for this package should be sent. */
135#undef PACKAGE_BUGREPORT
136
137/* Define to the full name of this package. */
138#undef PACKAGE_NAME
139
140/* Define to the full name and version of this package. */
141#undef PACKAGE_STRING
142
143/* Define to the one symbol short name of this package. */
144#undef PACKAGE_TARNAME
145
146/* Define to the version of this package. */
147#undef PACKAGE_VERSION
148
149/* select() takes int, not fd_set arguments. */
150#undef SELECT_TAKES_INT
151
152/* Define to 1 if you have the ANSI C header files. */
153#undef STDC_HEADERS
154
155/* Full path for the system-wide xpdfrc file. */
156#undef SYSTEM_XPDFRC
157
158/* Enable word list support. */
159#undef TEXTOUT_WORD_LIST
160
161/* Enable/Disable Annotations view in GPdf sidebar */
162#undef USE_ANNOTS_VIEW
163
164/* Version number of package */
165#undef VERSION
166
167/* Number of bits in a file offset, on hosts where this is settable. */
168#undef _FILE_OFFSET_BITS
169
170/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
171#undef _LARGEFILE_SOURCE
172
173/* Define for large files, on AIX-style hosts. */
174#undef _LARGE_FILES
175
176/* Define to 1 on HP-UX with gcc 3.3 */
177#undef __STDC_EXT__
Note: See TracBrowser for help on using the repository browser.