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