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