1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if the `closedir' function returns void instead of `int'. */
4#undef CLOSEDIR_VOID
5
6/* Set to 1 if PostScript support should be disabled. */
7#undef DISABLE_GS
8
9/* Define to 1 if you have the <assert.h> header file. */
10#undef HAVE_ASSERT_H
11
12/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
13   */
14#undef HAVE_DIRENT_H
15
16/* Define to 1 if you have the <dlfcn.h> header file. */
17#undef HAVE_DLFCN_H
18
19/* Define to 1 if you have the <float.h> header file. */
20#undef HAVE_FLOAT_H
21
22/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
23#undef HAVE_FSEEKO
24
25/* Define to 1 if you have the `ftime' function. */
26#undef HAVE_FTIME
27
28/* Define to 1 if you have the `getcwd' function. */
29#undef HAVE_GETCWD
30
31/* Define to 1 if you have the `gettimeofday' function. */
32#undef HAVE_GETTIMEOFDAY
33
34/* Define to 1 if you have the `getwd' function. */
35#undef HAVE_GETWD
36
37/* Define to 1 if you have the <inttypes.h> header file. */
38#undef HAVE_INTTYPES_H
39
40/* Define to 1 if you have the <iostream> header file. */
41#undef HAVE_IOSTREAM
42
43/* Define to 1 if you have the `freetype2' library (-lfreetype). */
44#undef HAVE_LIBFREETYPE
45
46/* Define to 1 if you have the `gs' library (-lgs). */
47#undef HAVE_LIBGS
48
49/* Define to 1 if you have the `kpathsea' library (-lkpathsea). */
50#undef HAVE_LIBKPATHSEA
51
52/* Define to 1 if you have the `z' library (-lz). */
53#undef HAVE_LIBZ
54
55/* Define to 1 if you have the <limits.h> header file. */
56#undef HAVE_LIMITS_H
57
58/* Define to 1 if you have the `memcmp' function. */
59#undef HAVE_MEMCMP
60
61/* Define to 1 if you have the `memcpy' function. */
62#undef HAVE_MEMCPY
63
64/* Define to 1 if you have the <memory.h> header file. */
65#undef HAVE_MEMORY_H
66
67/* Define to 1 if you have the `mkstemp' function. */
68#undef HAVE_MKSTEMP
69
70/* Define to 1 if you have the `mktemp' function. */
71#undef HAVE_MKTEMP
72
73/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
74#undef HAVE_NDIR_H
75
76/* Define to 1 if you have the `putenv' function. */
77#undef HAVE_PUTENV
78
79/* Define to 1 if you have the <pwd.h> header file. */
80#undef HAVE_PWD_H
81
82/* Define to 1 if you have the <stdint.h> header file. */
83#undef HAVE_STDINT_H
84
85/* Define to 1 if you have the <stdlib.h> header file. */
86#undef HAVE_STDLIB_H
87
88/* Define to 1 if you have the `strchr' function. */
89#undef HAVE_STRCHR
90
91/* Define to 1 if you have the <strings.h> header file. */
92#undef HAVE_STRINGS_H
93
94/* Define to 1 if you have the <string.h> header file. */
95#undef HAVE_STRING_H
96
97/* Define to 1 if you have the `strrchr' function. */
98#undef HAVE_STRRCHR
99
100/* Define to 1 if `st_mtim' is a member of `struct stat'. */
101#undef HAVE_STRUCT_STAT_ST_MTIM
102
103/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
104   */
105#undef HAVE_SYS_DIR_H
106
107/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
108   */
109#undef HAVE_SYS_NDIR_H
110
111/* Define to 1 if you have the <sys/param.h> header file. */
112#undef HAVE_SYS_PARAM_H
113
114/* Define to 1 if you have the <sys/stat.h> header file. */
115#undef HAVE_SYS_STAT_H
116
117/* Define to 1 if you have the <sys/timeb.h> header file. */
118#undef HAVE_SYS_TIMEB_H
119
120/* Define to 1 if you have the <sys/time.h> header file. */
121#undef HAVE_SYS_TIME_H
122
123/* Define to 1 if you have the <sys/types.h> header file. */
124#undef HAVE_SYS_TYPES_H
125
126/* Define to 1 if you have the <unistd.h> header file. */
127#undef HAVE_UNISTD_H
128
129/* Define to 1 if the kpathsea headers are not C++ safe. */
130#undef KPSE_CXX_UNSAFE
131
132/* Define to the sub-directory where libtool stores uninstalled libraries. */
133#undef LT_OBJDIR
134
135/* Name of package */
136#undef PACKAGE
137
138/* Define to the address where bug reports for this package should be sent. */
139#undef PACKAGE_BUGREPORT
140
141/* Define to the full name of this package. */
142#undef PACKAGE_NAME
143
144/* Define to the full name and version of this package. */
145#undef PACKAGE_STRING
146
147/* Define to the one symbol short name of this package. */
148#undef PACKAGE_TARNAME
149
150/* Define to the home page for this package. */
151#undef PACKAGE_URL
152
153/* Define to the version of this package. */
154#undef PACKAGE_VERSION
155
156/* Define to 1 if you have the ANSI C header files. */
157#undef STDC_HEADERS
158
159/* The machine triplet of the target system. */
160#undef TARGET_SYSTEM
161
162/* Version number of package */
163#undef VERSION
164
165/* Define to 1 if <zlib.h> declares 'z_const'. */
166#undef ZLIB_CONST
167
168/* Enable large inode numbers on Mac OS X 10.5.  */
169#ifndef _DARWIN_USE_64_BIT_INODE
170# define _DARWIN_USE_64_BIT_INODE 1
171#endif
172
173/* Number of bits in a file offset, on hosts where this is settable. */
174#undef _FILE_OFFSET_BITS
175
176/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
177#undef _LARGEFILE_SOURCE
178
179/* Define for large files, on AIX-style hosts. */
180#undef _LARGE_FILES
181
182/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
183   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
184   #define below would cause a syntax error. */
185#undef _UINT64_T
186
187/* Define to empty if `const' does not conform to ANSI C. */
188#undef const
189
190/* Define to `__inline__' or `__inline' if that's what the C compiler
191   calls it, or to nothing if 'inline' is not supported under any name.  */
192#ifndef __cplusplus
193#undef inline
194#endif
195
196/* Define to the type of a signed integer type of width exactly 64 bits if
197   such a type exists and the standard includes do not define it. */
198#undef int64_t
199
200/* Define to `unsigned int' if <sys/types.h> does not define. */
201#undef size_t
202
203/* Define to the type of an unsigned integer type of width exactly 64 bits if
204   such a type exists and the standard includes do not define it. */
205#undef uint64_t
206
207/* Define as empty if not declared in <zlib.h>. */
208#undef z_const
209