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