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