config.h.in revision 953daeba
1ca08ab68Smrg/* config.h.in.  Generated from configure.ac by autoheader.  */
22c393a42Smrg
3ca08ab68Smrg/* Define if building universal (internal helper macro) */
4ca08ab68Smrg#undef AC_APPLE_UNIVERSAL_BUILD
5ca08ab68Smrg
6ca08ab68Smrg/* The normal alignment of `double', in bytes. */
7ca08ab68Smrg#undef ALIGNOF_DOUBLE
82c393a42Smrg
9953daebaSmrg/* The normal alignment of `void *', in bytes. */
10953daebaSmrg#undef ALIGNOF_VOID_P
11953daebaSmrg
122c393a42Smrg/* Use libxml2 instead of Expat */
132c393a42Smrg#undef ENABLE_LIBXML2
142c393a42Smrg
152c393a42Smrg/* Additional font directories */
162c393a42Smrg#undef FC_ADD_FONTS
172c393a42Smrg
18ca08ab68Smrg/* Architecture prefix to use for cache file names */
19ca08ab68Smrg#undef FC_ARCHITECTURE
20ca08ab68Smrg
212c393a42Smrg/* System font directory */
222c393a42Smrg#undef FC_DEFAULT_FONTS
232c393a42Smrg
24953daebaSmrg/* The type of len parameter of the gperf hash/lookup function */
25953daebaSmrg#undef FC_GPERF_SIZE_T
26953daebaSmrg
27ca08ab68Smrg/* Define to nothing if C supports flexible array members, and to 1 if it does
28ca08ab68Smrg   not. That way, with a declaration like `struct s { int n; double
29ca08ab68Smrg   d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
30ca08ab68Smrg   compilers. When computing the size of such an object, don't use 'sizeof
31ca08ab68Smrg   (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
32ca08ab68Smrg   instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
33ca08ab68Smrg   MSVC and with C++ compilers. */
34ca08ab68Smrg#undef FLEXIBLE_ARRAY_MEMBER
35ca08ab68Smrg
362c393a42Smrg/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
372c393a42Smrg   */
382c393a42Smrg#undef HAVE_DIRENT_H
392c393a42Smrg
402c393a42Smrg/* Define to 1 if you have the <dlfcn.h> header file. */
412c393a42Smrg#undef HAVE_DLFCN_H
422c393a42Smrg
432c393a42Smrg/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
442c393a42Smrg#undef HAVE_DOPRNT
452c393a42Smrg
462c393a42Smrg/* Define to 1 if you have the <fcntl.h> header file. */
472c393a42Smrg#undef HAVE_FCNTL_H
482c393a42Smrg
49ca08ab68Smrg/* Define to 1 if you have the `fstatfs' function. */
50ca08ab68Smrg#undef HAVE_FSTATFS
51ca08ab68Smrg
52ca08ab68Smrg/* Define to 1 if you have the `fstatvfs' function. */
53ca08ab68Smrg#undef HAVE_FSTATVFS
54ca08ab68Smrg
552c393a42Smrg/* FT_Bitmap_Size structure includes y_ppem field */
562c393a42Smrg#undef HAVE_FT_BITMAP_SIZE_Y_PPEM
572c393a42Smrg
582c393a42Smrg/* Define to 1 if you have the `FT_Get_BDF_Property' function. */
592c393a42Smrg#undef HAVE_FT_GET_BDF_PROPERTY
602c393a42Smrg
612c393a42Smrg/* Define to 1 if you have the `FT_Get_Next_Char' function. */
622c393a42Smrg#undef HAVE_FT_GET_NEXT_CHAR
632c393a42Smrg
642c393a42Smrg/* Define to 1 if you have the `FT_Get_PS_Font_Info' function. */
652c393a42Smrg#undef HAVE_FT_GET_PS_FONT_INFO
662c393a42Smrg
672c393a42Smrg/* Define to 1 if you have the `FT_Get_X11_Font_Format' function. */
682c393a42Smrg#undef HAVE_FT_GET_X11_FONT_FORMAT
692c393a42Smrg
702c393a42Smrg/* Define to 1 if you have the `FT_Has_PS_Glyph_Names' function. */
712c393a42Smrg#undef HAVE_FT_HAS_PS_GLYPH_NAMES
722c393a42Smrg
73a6844aabSmrg/* Define to 1 if you have the `FT_Select_Size' function. */
74a6844aabSmrg#undef HAVE_FT_SELECT_SIZE
75a6844aabSmrg
76c9710b42Smrg/* Define to 1 if you have the `getexecname' function. */
77c9710b42Smrg#undef HAVE_GETEXECNAME
782c393a42Smrg
792c393a42Smrg/* Define to 1 if you have the `getopt' function. */
802c393a42Smrg#undef HAVE_GETOPT
812c393a42Smrg
822c393a42Smrg/* Define to 1 if you have the `getopt_long' function. */
832c393a42Smrg#undef HAVE_GETOPT_LONG
842c393a42Smrg
852c393a42Smrg/* Define to 1 if you have the `getpagesize' function. */
862c393a42Smrg#undef HAVE_GETPAGESIZE
872c393a42Smrg
88c9710b42Smrg/* Define to 1 if you have the `getprogname' function. */
89c9710b42Smrg#undef HAVE_GETPROGNAME
90c9710b42Smrg
91c9710b42Smrg/* Have Intel __sync_* atomic primitives */
92c9710b42Smrg#undef HAVE_INTEL_ATOMIC_PRIMITIVES
932c393a42Smrg
942c393a42Smrg/* Define to 1 if you have the <inttypes.h> header file. */
952c393a42Smrg#undef HAVE_INTTYPES_H
962c393a42Smrg
972c393a42Smrg/* Define to 1 if you have the `link' function. */
982c393a42Smrg#undef HAVE_LINK
992c393a42Smrg
1002c393a42Smrg/* Define to 1 if you have the `lrand48' function. */
1012c393a42Smrg#undef HAVE_LRAND48
1022c393a42Smrg
103c9710b42Smrg/* Define to 1 if you have the `lstat' function. */
104c9710b42Smrg#undef HAVE_LSTAT
1052c393a42Smrg
1062c393a42Smrg/* Define to 1 if you have the <memory.h> header file. */
1072c393a42Smrg#undef HAVE_MEMORY_H
1082c393a42Smrg
109b09479dcSmrg/* Define to 1 if you have the `mkdtemp' function. */
110b09479dcSmrg#undef HAVE_MKDTEMP
111b09479dcSmrg
112c9710b42Smrg/* Define to 1 if you have the `mkostemp' function. */
113c9710b42Smrg#undef HAVE_MKOSTEMP
1142c393a42Smrg
1152c393a42Smrg/* Define to 1 if you have the `mkstemp' function. */
1162c393a42Smrg#undef HAVE_MKSTEMP
1172c393a42Smrg
1182c393a42Smrg/* Define to 1 if you have a working `mmap' system call. */
1192c393a42Smrg#undef HAVE_MMAP
1202c393a42Smrg
1212c393a42Smrg/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
1222c393a42Smrg#undef HAVE_NDIR_H
1232c393a42Smrg
124953daebaSmrg/* Define to 1 if you have the 'posix_fadvise' function. */
125ca08ab68Smrg#undef HAVE_POSIX_FADVISE
126ca08ab68Smrg
127c9710b42Smrg/* Have POSIX threads */
128c9710b42Smrg#undef HAVE_PTHREAD
129c9710b42Smrg
130c9710b42Smrg/* Have PTHREAD_PRIO_INHERIT. */
131c9710b42Smrg#undef HAVE_PTHREAD_PRIO_INHERIT
132c9710b42Smrg
1332c393a42Smrg/* Define to 1 if you have the `rand' function. */
1342c393a42Smrg#undef HAVE_RAND
1352c393a42Smrg
1362c393a42Smrg/* Define to 1 if you have the `random' function. */
1372c393a42Smrg#undef HAVE_RANDOM
1382c393a42Smrg
139ca08ab68Smrg/* Define to 1 if you have the `random_r' function. */
140ca08ab68Smrg#undef HAVE_RANDOM_R
141ca08ab68Smrg
142ca08ab68Smrg/* Define to 1 if you have the `rand_r' function. */
143ca08ab68Smrg#undef HAVE_RAND_R
144ca08ab68Smrg
145b09479dcSmrg/* Define to 1 if you have the `readlink' function. */
146b09479dcSmrg#undef HAVE_READLINK
147b09479dcSmrg
148c9710b42Smrg/* Define to 1 if you have the <sched.h> header file. */
149c9710b42Smrg#undef HAVE_SCHED_H
150c9710b42Smrg
151c9710b42Smrg/* Have sched_yield */
152c9710b42Smrg#undef HAVE_SCHED_YIELD
153c9710b42Smrg
154c9710b42Smrg/* Have Solaris __machine_*_barrier and atomic_* operations */
155c9710b42Smrg#undef HAVE_SOLARIS_ATOMIC_OPS
156c9710b42Smrg
1572c393a42Smrg/* Define to 1 if you have the <stdint.h> header file. */
1582c393a42Smrg#undef HAVE_STDINT_H
1592c393a42Smrg
1602c393a42Smrg/* Define to 1 if you have the <stdlib.h> header file. */
1612c393a42Smrg#undef HAVE_STDLIB_H
1622c393a42Smrg
1632c393a42Smrg/* Define to 1 if you have the <strings.h> header file. */
1642c393a42Smrg#undef HAVE_STRINGS_H
1652c393a42Smrg
1662c393a42Smrg/* Define to 1 if you have the <string.h> header file. */
1672c393a42Smrg#undef HAVE_STRING_H
1682c393a42Smrg
169ca08ab68Smrg/* Define to 1 if `d_type' is a member of `struct dirent'. */
170ca08ab68Smrg#undef HAVE_STRUCT_DIRENT_D_TYPE
171ca08ab68Smrg
172ca08ab68Smrg/* Define to 1 if `f_flags' is a member of `struct statfs'. */
173ca08ab68Smrg#undef HAVE_STRUCT_STATFS_F_FLAGS
174ca08ab68Smrg
175ca08ab68Smrg/* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
176ca08ab68Smrg#undef HAVE_STRUCT_STATFS_F_FSTYPENAME
177ca08ab68Smrg
178ca08ab68Smrg/* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
179ca08ab68Smrg#undef HAVE_STRUCT_STATVFS_F_BASETYPE
180ca08ab68Smrg
181ca08ab68Smrg/* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */
182ca08ab68Smrg#undef HAVE_STRUCT_STATVFS_F_FSTYPENAME
183ca08ab68Smrg
184953daebaSmrg/* Define to 1 if `st_mtim' is a member of `struct stat'. */
185953daebaSmrg#undef HAVE_STRUCT_STAT_ST_MTIM
186953daebaSmrg
1872c393a42Smrg/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1882c393a42Smrg   */
1892c393a42Smrg#undef HAVE_SYS_DIR_H
1902c393a42Smrg
191ca08ab68Smrg/* Define to 1 if you have the <sys/mount.h> header file. */
192ca08ab68Smrg#undef HAVE_SYS_MOUNT_H
193ca08ab68Smrg
1942c393a42Smrg/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1952c393a42Smrg   */
1962c393a42Smrg#undef HAVE_SYS_NDIR_H
1972c393a42Smrg
198ca08ab68Smrg/* Define to 1 if you have the <sys/param.h> header file. */
199ca08ab68Smrg#undef HAVE_SYS_PARAM_H
200ca08ab68Smrg
201ca08ab68Smrg/* Define to 1 if you have the <sys/statfs.h> header file. */
202ca08ab68Smrg#undef HAVE_SYS_STATFS_H
203ca08ab68Smrg
204b09479dcSmrg/* Define to 1 if you have the <sys/statvfs.h> header file. */
205b09479dcSmrg#undef HAVE_SYS_STATVFS_H
206b09479dcSmrg
2072c393a42Smrg/* Define to 1 if you have the <sys/stat.h> header file. */
2082c393a42Smrg#undef HAVE_SYS_STAT_H
2092c393a42Smrg
2102c393a42Smrg/* Define to 1 if you have the <sys/types.h> header file. */
2112c393a42Smrg#undef HAVE_SYS_TYPES_H
2122c393a42Smrg
213ca08ab68Smrg/* Define to 1 if you have the <sys/vfs.h> header file. */
214ca08ab68Smrg#undef HAVE_SYS_VFS_H
215ca08ab68Smrg
216953daebaSmrg/* Define to 1 if `usLowerOpticalPointSize' is a member of `TT_OS2'. */
217953daebaSmrg#undef HAVE_TT_OS2_USLOWEROPTICALPOINTSIZE
218953daebaSmrg
219953daebaSmrg/* Define to 1 if `usUpperOpticalPointSize' is a member of `TT_OS2'. */
220953daebaSmrg#undef HAVE_TT_OS2_USUPPEROPTICALPOINTSIZE
221953daebaSmrg
2222c393a42Smrg/* Define to 1 if you have the <unistd.h> header file. */
2232c393a42Smrg#undef HAVE_UNISTD_H
2242c393a42Smrg
2252c393a42Smrg/* Define to 1 if you have the `vprintf' function. */
2262c393a42Smrg#undef HAVE_VPRINTF
2272c393a42Smrg
2282c393a42Smrg/* Can use #warning in C files */
2292c393a42Smrg#undef HAVE_WARNING_CPP_DIRECTIVE
2302c393a42Smrg
2312c393a42Smrg/* Use xmlparse.h instead of expat.h */
2322c393a42Smrg#undef HAVE_XMLPARSE_H
2332c393a42Smrg
2342c393a42Smrg/* Define to 1 if you have the `XML_SetDoctypeDeclHandler' function. */
2352c393a42Smrg#undef HAVE_XML_SETDOCTYPEDECLHANDLER
2362c393a42Smrg
237c9710b42Smrg/* Define to 1 if you have the `_mktemp_s' function. */
238c9710b42Smrg#undef HAVE__MKTEMP_S
239c9710b42Smrg
240953daebaSmrg/* Define to the sub-directory where libtool stores uninstalled libraries. */
241a6844aabSmrg#undef LT_OBJDIR
242a6844aabSmrg
2432c393a42Smrg/* Name of package */
2442c393a42Smrg#undef PACKAGE
2452c393a42Smrg
2462c393a42Smrg/* Define to the address where bug reports for this package should be sent. */
2472c393a42Smrg#undef PACKAGE_BUGREPORT
2482c393a42Smrg
2492c393a42Smrg/* Define to the full name of this package. */
2502c393a42Smrg#undef PACKAGE_NAME
2512c393a42Smrg
2522c393a42Smrg/* Define to the full name and version of this package. */
2532c393a42Smrg#undef PACKAGE_STRING
2542c393a42Smrg
2552c393a42Smrg/* Define to the one symbol short name of this package. */
2562c393a42Smrg#undef PACKAGE_TARNAME
2572c393a42Smrg
258ca08ab68Smrg/* Define to the home page for this package. */
259ca08ab68Smrg#undef PACKAGE_URL
260ca08ab68Smrg
2612c393a42Smrg/* Define to the version of this package. */
2622c393a42Smrg#undef PACKAGE_VERSION
2632c393a42Smrg
264c9710b42Smrg/* Define to necessary symbol if this constant uses a non-standard name on
265c9710b42Smrg   your system. */
266c9710b42Smrg#undef PTHREAD_CREATE_JOINABLE
267c9710b42Smrg
268c9710b42Smrg/* The size of `char', as computed by sizeof. */
269c9710b42Smrg#undef SIZEOF_CHAR
270c9710b42Smrg
271c9710b42Smrg/* The size of `int', as computed by sizeof. */
272c9710b42Smrg#undef SIZEOF_INT
273c9710b42Smrg
274c9710b42Smrg/* The size of `long', as computed by sizeof. */
275c9710b42Smrg#undef SIZEOF_LONG
276c9710b42Smrg
277c9710b42Smrg/* The size of `short', as computed by sizeof. */
278c9710b42Smrg#undef SIZEOF_SHORT
279c9710b42Smrg
280c9710b42Smrg/* The size of `void*', as computed by sizeof. */
281c9710b42Smrg#undef SIZEOF_VOIDP
282c9710b42Smrg
283ca08ab68Smrg/* The size of `void *', as computed by sizeof. */
284ca08ab68Smrg#undef SIZEOF_VOID_P
285ca08ab68Smrg
2862c393a42Smrg/* Define to 1 if you have the ANSI C header files. */
2872c393a42Smrg#undef STDC_HEADERS
2882c393a42Smrg
2892c393a42Smrg/* Use iconv. */
2902c393a42Smrg#undef USE_ICONV
2912c393a42Smrg
292c9710b42Smrg/* Enable extensions on AIX 3, Interix.  */
293c9710b42Smrg#ifndef _ALL_SOURCE
294c9710b42Smrg# undef _ALL_SOURCE
295c9710b42Smrg#endif
296c9710b42Smrg/* Enable GNU extensions on systems that have them.  */
297c9710b42Smrg#ifndef _GNU_SOURCE
298c9710b42Smrg# undef _GNU_SOURCE
299c9710b42Smrg#endif
300c9710b42Smrg/* Enable threading extensions on Solaris.  */
301c9710b42Smrg#ifndef _POSIX_PTHREAD_SEMANTICS
302c9710b42Smrg# undef _POSIX_PTHREAD_SEMANTICS
303c9710b42Smrg#endif
304c9710b42Smrg/* Enable extensions on HP NonStop.  */
305c9710b42Smrg#ifndef _TANDEM_SOURCE
306c9710b42Smrg# undef _TANDEM_SOURCE
307c9710b42Smrg#endif
308c9710b42Smrg/* Enable general extensions on Solaris.  */
309c9710b42Smrg#ifndef __EXTENSIONS__
310c9710b42Smrg# undef __EXTENSIONS__
311c9710b42Smrg#endif
312c9710b42Smrg
313c9710b42Smrg
3142c393a42Smrg/* Version number of package */
3152c393a42Smrg#undef VERSION
3162c393a42Smrg
317ca08ab68Smrg/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
318ca08ab68Smrg   significant byte first (like Motorola and SPARC, unlike Intel). */
319ca08ab68Smrg#if defined AC_APPLE_UNIVERSAL_BUILD
320ca08ab68Smrg# if defined __BIG_ENDIAN__
321ca08ab68Smrg#  define WORDS_BIGENDIAN 1
322ca08ab68Smrg# endif
323ca08ab68Smrg#else
324ca08ab68Smrg# ifndef WORDS_BIGENDIAN
325ca08ab68Smrg#  undef WORDS_BIGENDIAN
326ca08ab68Smrg# endif
327ca08ab68Smrg#endif
328ca08ab68Smrg
329c9710b42Smrg/* Enable large inode numbers on Mac OS X 10.5.  */
330c9710b42Smrg#ifndef _DARWIN_USE_64_BIT_INODE
331c9710b42Smrg# define _DARWIN_USE_64_BIT_INODE 1
332c9710b42Smrg#endif
333c9710b42Smrg
334c9710b42Smrg/* Number of bits in a file offset, on hosts where this is settable. */
335c9710b42Smrg#undef _FILE_OFFSET_BITS
336c9710b42Smrg
337c9710b42Smrg/* Define for large files, on AIX-style hosts. */
338c9710b42Smrg#undef _LARGE_FILES
339c9710b42Smrg
340c9710b42Smrg/* Define to 1 if on MINIX. */
341c9710b42Smrg#undef _MINIX
342c9710b42Smrg
343c9710b42Smrg/* Define to 2 if the system does not provide POSIX.1 features except with
344c9710b42Smrg   this defined. */
345c9710b42Smrg#undef _POSIX_1_SOURCE
346c9710b42Smrg
347c9710b42Smrg/* Define to 1 if you need to in order for `stat' and other things to work. */
348c9710b42Smrg#undef _POSIX_SOURCE
349c9710b42Smrg
3502c393a42Smrg/* Define to empty if `const' does not conform to ANSI C. */
3512c393a42Smrg#undef const
3522c393a42Smrg
3532c393a42Smrg/* Define to `__inline__' or `__inline' if that's what the C compiler
3542c393a42Smrg   calls it, or to nothing if 'inline' is not supported under any name.  */
3552c393a42Smrg#ifndef __cplusplus
3562c393a42Smrg#undef inline
3572c393a42Smrg#endif
3582c393a42Smrg
3592c393a42Smrg/* Define to `int' if <sys/types.h> does not define. */
3602c393a42Smrg#undef pid_t
361ca08ab68Smrg
362ca08ab68Smrg#include "config-fixups.h"
363