config.h.in revision b09479dc
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* The normal alignment of `double', in bytes. */
7#undef ALIGNOF_DOUBLE
8
9/* Use libxml2 instead of Expat */
10#undef ENABLE_LIBXML2
11
12/* Additional font directories */
13#undef FC_ADD_FONTS
14
15/* Architecture prefix to use for cache file names */
16#undef FC_ARCHITECTURE
17
18/* System font directory */
19#undef FC_DEFAULT_FONTS
20
21/* Define to nothing if C supports flexible array members, and to 1 if it does
22   not. That way, with a declaration like `struct s { int n; double
23   d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
24   compilers. When computing the size of such an object, don't use 'sizeof
25   (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
26   instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
27   MSVC and with C++ compilers. */
28#undef FLEXIBLE_ARRAY_MEMBER
29
30/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
31   */
32#undef HAVE_DIRENT_H
33
34/* Define to 1 if you have the <dlfcn.h> header file. */
35#undef HAVE_DLFCN_H
36
37/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
38#undef HAVE_DOPRNT
39
40/* Define to 1 if you have the <fcntl.h> header file. */
41#undef HAVE_FCNTL_H
42
43/* Define to 1 if you have the `fstatfs' function. */
44#undef HAVE_FSTATFS
45
46/* Define to 1 if you have the `fstatvfs' function. */
47#undef HAVE_FSTATVFS
48
49/* FT_Bitmap_Size structure includes y_ppem field */
50#undef HAVE_FT_BITMAP_SIZE_Y_PPEM
51
52/* Define to 1 if you have the `FT_Get_BDF_Property' function. */
53#undef HAVE_FT_GET_BDF_PROPERTY
54
55/* Define to 1 if you have the `FT_Get_Next_Char' function. */
56#undef HAVE_FT_GET_NEXT_CHAR
57
58/* Define to 1 if you have the `FT_Get_PS_Font_Info' function. */
59#undef HAVE_FT_GET_PS_FONT_INFO
60
61/* Define to 1 if you have the `FT_Get_X11_Font_Format' function. */
62#undef HAVE_FT_GET_X11_FONT_FORMAT
63
64/* Define to 1 if you have the `FT_Has_PS_Glyph_Names' function. */
65#undef HAVE_FT_HAS_PS_GLYPH_NAMES
66
67/* Define to 1 if you have the `FT_Select_Size' function. */
68#undef HAVE_FT_SELECT_SIZE
69
70/* Define to 1 if you have the `getexecname' function. */
71#undef HAVE_GETEXECNAME
72
73/* Define to 1 if you have the `getopt' function. */
74#undef HAVE_GETOPT
75
76/* Define to 1 if you have the `getopt_long' function. */
77#undef HAVE_GETOPT_LONG
78
79/* Define to 1 if you have the `getpagesize' function. */
80#undef HAVE_GETPAGESIZE
81
82/* Define to 1 if you have the `getprogname' function. */
83#undef HAVE_GETPROGNAME
84
85/* Have Intel __sync_* atomic primitives */
86#undef HAVE_INTEL_ATOMIC_PRIMITIVES
87
88/* Define to 1 if you have the <inttypes.h> header file. */
89#undef HAVE_INTTYPES_H
90
91/* Define to 1 if you have the `link' function. */
92#undef HAVE_LINK
93
94/* Define to 1 if you have the `lrand48' function. */
95#undef HAVE_LRAND48
96
97/* Define to 1 if you have the `lstat' function. */
98#undef HAVE_LSTAT
99
100/* Define to 1 if you have the <memory.h> header file. */
101#undef HAVE_MEMORY_H
102
103/* Define to 1 if you have the `mkdtemp' function. */
104#undef HAVE_MKDTEMP
105
106/* Define to 1 if you have the `mkostemp' function. */
107#undef HAVE_MKOSTEMP
108
109/* Define to 1 if you have the `mkstemp' function. */
110#undef HAVE_MKSTEMP
111
112/* Define to 1 if you have a working `mmap' system call. */
113#undef HAVE_MMAP
114
115/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
116#undef HAVE_NDIR_H
117
118/* Define to 1 if you have the 'posix_fadivse' function. */
119#undef HAVE_POSIX_FADVISE
120
121/* Have POSIX threads */
122#undef HAVE_PTHREAD
123
124/* Have PTHREAD_PRIO_INHERIT. */
125#undef HAVE_PTHREAD_PRIO_INHERIT
126
127/* Define to 1 if you have the `rand' function. */
128#undef HAVE_RAND
129
130/* Define to 1 if you have the `random' function. */
131#undef HAVE_RANDOM
132
133/* Define to 1 if you have the `random_r' function. */
134#undef HAVE_RANDOM_R
135
136/* Define to 1 if you have the `rand_r' function. */
137#undef HAVE_RAND_R
138
139/* Define to 1 if you have the `readlink' function. */
140#undef HAVE_READLINK
141
142/* Define to 1 if you have the `regcomp' function. */
143#undef HAVE_REGCOMP
144
145/* Define to 1 if you have the `regerror' function. */
146#undef HAVE_REGERROR
147
148/* Define to 1 if you have the `regexec' function. */
149#undef HAVE_REGEXEC
150
151/* Define to 1 if you have the <regex.h> header file. */
152#undef HAVE_REGEX_H
153
154/* Define to 1 if you have the `regfree' function. */
155#undef HAVE_REGFREE
156
157/* Define to 1 if you have the 'scandir' function. */
158#undef HAVE_SCANDIR
159
160/* Define to 1 if you have the 'scandir' function with int (* compar)(const
161   void *, const void *) */
162#undef HAVE_SCANDIR_VOID_P
163
164/* Define to 1 if you have the <sched.h> header file. */
165#undef HAVE_SCHED_H
166
167/* Have sched_yield */
168#undef HAVE_SCHED_YIELD
169
170/* Have Solaris __machine_*_barrier and atomic_* operations */
171#undef HAVE_SOLARIS_ATOMIC_OPS
172
173/* Define to 1 if you have the <stdint.h> header file. */
174#undef HAVE_STDINT_H
175
176/* Define to 1 if you have the <stdlib.h> header file. */
177#undef HAVE_STDLIB_H
178
179/* Define to 1 if you have the <strings.h> header file. */
180#undef HAVE_STRINGS_H
181
182/* Define to 1 if you have the <string.h> header file. */
183#undef HAVE_STRING_H
184
185/* Define to 1 if `d_type' is a member of `struct dirent'. */
186#undef HAVE_STRUCT_DIRENT_D_TYPE
187
188/* Define to 1 if `f_flags' is a member of `struct statfs'. */
189#undef HAVE_STRUCT_STATFS_F_FLAGS
190
191/* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
192#undef HAVE_STRUCT_STATFS_F_FSTYPENAME
193
194/* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
195#undef HAVE_STRUCT_STATVFS_F_BASETYPE
196
197/* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */
198#undef HAVE_STRUCT_STATVFS_F_FSTYPENAME
199
200/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
201   */
202#undef HAVE_SYS_DIR_H
203
204/* Define to 1 if you have the <sys/mount.h> header file. */
205#undef HAVE_SYS_MOUNT_H
206
207/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
208   */
209#undef HAVE_SYS_NDIR_H
210
211/* Define to 1 if you have the <sys/param.h> header file. */
212#undef HAVE_SYS_PARAM_H
213
214/* Define to 1 if you have the <sys/statfs.h> header file. */
215#undef HAVE_SYS_STATFS_H
216
217/* Define to 1 if you have the <sys/statvfs.h> header file. */
218#undef HAVE_SYS_STATVFS_H
219
220/* Define to 1 if you have the <sys/stat.h> header file. */
221#undef HAVE_SYS_STAT_H
222
223/* Define to 1 if you have the <sys/types.h> header file. */
224#undef HAVE_SYS_TYPES_H
225
226/* Define to 1 if you have the <sys/vfs.h> header file. */
227#undef HAVE_SYS_VFS_H
228
229/* Define to 1 if you have the <unistd.h> header file. */
230#undef HAVE_UNISTD_H
231
232/* Define to 1 if you have the `vprintf' function. */
233#undef HAVE_VPRINTF
234
235/* Can use #warning in C files */
236#undef HAVE_WARNING_CPP_DIRECTIVE
237
238/* Use xmlparse.h instead of expat.h */
239#undef HAVE_XMLPARSE_H
240
241/* Define to 1 if you have the `XML_SetDoctypeDeclHandler' function. */
242#undef HAVE_XML_SETDOCTYPEDECLHANDLER
243
244/* Define to 1 if you have the `_mktemp_s' function. */
245#undef HAVE__MKTEMP_S
246
247/* Define to the sub-directory in which libtool stores uninstalled libraries.
248   */
249#undef LT_OBJDIR
250
251/* Name of package */
252#undef PACKAGE
253
254/* Define to the address where bug reports for this package should be sent. */
255#undef PACKAGE_BUGREPORT
256
257/* Define to the full name of this package. */
258#undef PACKAGE_NAME
259
260/* Define to the full name and version of this package. */
261#undef PACKAGE_STRING
262
263/* Define to the one symbol short name of this package. */
264#undef PACKAGE_TARNAME
265
266/* Define to the home page for this package. */
267#undef PACKAGE_URL
268
269/* Define to the version of this package. */
270#undef PACKAGE_VERSION
271
272/* Define to necessary symbol if this constant uses a non-standard name on
273   your system. */
274#undef PTHREAD_CREATE_JOINABLE
275
276/* The size of `char', as computed by sizeof. */
277#undef SIZEOF_CHAR
278
279/* The size of `int', as computed by sizeof. */
280#undef SIZEOF_INT
281
282/* The size of `long', as computed by sizeof. */
283#undef SIZEOF_LONG
284
285/* The size of `short', as computed by sizeof. */
286#undef SIZEOF_SHORT
287
288/* The size of `void*', as computed by sizeof. */
289#undef SIZEOF_VOIDP
290
291/* The size of `void *', as computed by sizeof. */
292#undef SIZEOF_VOID_P
293
294/* Define to 1 if you have the ANSI C header files. */
295#undef STDC_HEADERS
296
297/* Use iconv. */
298#undef USE_ICONV
299
300/* Use regex */
301#undef USE_REGEX
302
303/* Enable extensions on AIX 3, Interix.  */
304#ifndef _ALL_SOURCE
305# undef _ALL_SOURCE
306#endif
307/* Enable GNU extensions on systems that have them.  */
308#ifndef _GNU_SOURCE
309# undef _GNU_SOURCE
310#endif
311/* Enable threading extensions on Solaris.  */
312#ifndef _POSIX_PTHREAD_SEMANTICS
313# undef _POSIX_PTHREAD_SEMANTICS
314#endif
315/* Enable extensions on HP NonStop.  */
316#ifndef _TANDEM_SOURCE
317# undef _TANDEM_SOURCE
318#endif
319/* Enable general extensions on Solaris.  */
320#ifndef __EXTENSIONS__
321# undef __EXTENSIONS__
322#endif
323
324
325/* Version number of package */
326#undef VERSION
327
328/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
329   significant byte first (like Motorola and SPARC, unlike Intel). */
330#if defined AC_APPLE_UNIVERSAL_BUILD
331# if defined __BIG_ENDIAN__
332#  define WORDS_BIGENDIAN 1
333# endif
334#else
335# ifndef WORDS_BIGENDIAN
336#  undef WORDS_BIGENDIAN
337# endif
338#endif
339
340/* Enable large inode numbers on Mac OS X 10.5.  */
341#ifndef _DARWIN_USE_64_BIT_INODE
342# define _DARWIN_USE_64_BIT_INODE 1
343#endif
344
345/* Number of bits in a file offset, on hosts where this is settable. */
346#undef _FILE_OFFSET_BITS
347
348/* Define for large files, on AIX-style hosts. */
349#undef _LARGE_FILES
350
351/* Define to 1 if on MINIX. */
352#undef _MINIX
353
354/* Define to 2 if the system does not provide POSIX.1 features except with
355   this defined. */
356#undef _POSIX_1_SOURCE
357
358/* Define to 1 if you need to in order for `stat' and other things to work. */
359#undef _POSIX_SOURCE
360
361/* Define to empty if `const' does not conform to ANSI C. */
362#undef const
363
364/* Define to `__inline__' or `__inline' if that's what the C compiler
365   calls it, or to nothing if 'inline' is not supported under any name.  */
366#ifndef __cplusplus
367#undef inline
368#endif
369
370/* Define to `int' if <sys/types.h> does not define. */
371#undef pid_t
372
373#include "config-fixups.h"
374