Add smack rules for default font config pathes.
[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 `strerror' function. */
183 #undef HAVE_STRERROR
184
185 /* Define to 1 if you have the `strerror_r' function. */
186 #undef HAVE_STRERROR_R
187
188 /* Define to 1 if you have the <strings.h> header file. */
189 #undef HAVE_STRINGS_H
190
191 /* Define to 1 if you have the <string.h> header file. */
192 #undef HAVE_STRING_H
193
194 /* Define to 1 if `d_type' is a member of `struct dirent'. */
195 #undef HAVE_STRUCT_DIRENT_D_TYPE
196
197 /* Define to 1 if `f_flags' is a member of `struct statfs'. */
198 #undef HAVE_STRUCT_STATFS_F_FLAGS
199
200 /* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
201 #undef HAVE_STRUCT_STATFS_F_FSTYPENAME
202
203 /* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
204 #undef HAVE_STRUCT_STATVFS_F_BASETYPE
205
206 /* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */
207 #undef HAVE_STRUCT_STATVFS_F_FSTYPENAME
208
209 /* Define to 1 if `st_mtim' is a member of `struct stat'. */
210 #undef HAVE_STRUCT_STAT_ST_MTIM
211
212 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
213    */
214 #undef HAVE_SYS_DIR_H
215
216 /* Define to 1 if you have the <sys/mount.h> header file. */
217 #undef HAVE_SYS_MOUNT_H
218
219 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
220    */
221 #undef HAVE_SYS_NDIR_H
222
223 /* Define to 1 if you have the <sys/param.h> header file. */
224 #undef HAVE_SYS_PARAM_H
225
226 /* Define to 1 if you have the <sys/statfs.h> header file. */
227 #undef HAVE_SYS_STATFS_H
228
229 /* Define to 1 if you have the <sys/statvfs.h> header file. */
230 #undef HAVE_SYS_STATVFS_H
231
232 /* Define to 1 if you have the <sys/stat.h> header file. */
233 #undef HAVE_SYS_STAT_H
234
235 /* Define to 1 if you have the <sys/types.h> header file. */
236 #undef HAVE_SYS_TYPES_H
237
238 /* Define to 1 if you have the <sys/vfs.h> header file. */
239 #undef HAVE_SYS_VFS_H
240
241 /* Define to 1 if you have the <unistd.h> header file. */
242 #undef HAVE_UNISTD_H
243
244 /* Define to 1 if you have the `vprintf' function. */
245 #undef HAVE_VPRINTF
246
247 /* Can use #warning in C files */
248 #undef HAVE_WARNING_CPP_DIRECTIVE
249
250 /* Use xmlparse.h instead of expat.h */
251 #undef HAVE_XMLPARSE_H
252
253 /* Define to 1 if you have the `XML_SetDoctypeDeclHandler' function. */
254 #undef HAVE_XML_SETDOCTYPEDECLHANDLER
255
256 /* Define to 1 if you have the `_mktemp_s' function. */
257 #undef HAVE__MKTEMP_S
258
259 /* Define to the sub-directory where libtool stores uninstalled libraries. */
260 #undef LT_OBJDIR
261
262 /* Name of package */
263 #undef PACKAGE
264
265 /* Define to the address where bug reports for this package should be sent. */
266 #undef PACKAGE_BUGREPORT
267
268 /* Define to the full name of this package. */
269 #undef PACKAGE_NAME
270
271 /* Define to the full name and version of this package. */
272 #undef PACKAGE_STRING
273
274 /* Define to the one symbol short name of this package. */
275 #undef PACKAGE_TARNAME
276
277 /* Define to the home page for this package. */
278 #undef PACKAGE_URL
279
280 /* Define to the version of this package. */
281 #undef PACKAGE_VERSION
282
283 /* Define to necessary symbol if this constant uses a non-standard name on
284    your system. */
285 #undef PTHREAD_CREATE_JOINABLE
286
287 /* The size of `char', as computed by sizeof. */
288 #undef SIZEOF_CHAR
289
290 /* The size of `int', as computed by sizeof. */
291 #undef SIZEOF_INT
292
293 /* The size of `long', as computed by sizeof. */
294 #undef SIZEOF_LONG
295
296 /* The size of `short', as computed by sizeof. */
297 #undef SIZEOF_SHORT
298
299 /* The size of `void*', as computed by sizeof. */
300 #undef SIZEOF_VOIDP
301
302 /* The size of `void *', as computed by sizeof. */
303 #undef SIZEOF_VOID_P
304
305 /* Define to 1 if you have the ANSI C header files. */
306 #undef STDC_HEADERS
307
308 /* Use iconv. */
309 #undef USE_ICONV
310
311 /* Enable extensions on AIX 3, Interix.  */
312 #ifndef _ALL_SOURCE
313 # undef _ALL_SOURCE
314 #endif
315 /* Enable GNU extensions on systems that have them.  */
316 #ifndef _GNU_SOURCE
317 # undef _GNU_SOURCE
318 #endif
319 /* Enable threading extensions on Solaris.  */
320 #ifndef _POSIX_PTHREAD_SEMANTICS
321 # undef _POSIX_PTHREAD_SEMANTICS
322 #endif
323 /* Enable extensions on HP NonStop.  */
324 #ifndef _TANDEM_SOURCE
325 # undef _TANDEM_SOURCE
326 #endif
327 /* Enable general extensions on Solaris.  */
328 #ifndef __EXTENSIONS__
329 # undef __EXTENSIONS__
330 #endif
331
332
333 /* Version number of package */
334 #undef VERSION
335
336 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
337    significant byte first (like Motorola and SPARC, unlike Intel). */
338 #if defined AC_APPLE_UNIVERSAL_BUILD
339 # if defined __BIG_ENDIAN__
340 #  define WORDS_BIGENDIAN 1
341 # endif
342 #else
343 # ifndef WORDS_BIGENDIAN
344 #  undef WORDS_BIGENDIAN
345 # endif
346 #endif
347
348 /* Enable large inode numbers on Mac OS X 10.5.  */
349 #ifndef _DARWIN_USE_64_BIT_INODE
350 # define _DARWIN_USE_64_BIT_INODE 1
351 #endif
352
353 /* Number of bits in a file offset, on hosts where this is settable. */
354 #undef _FILE_OFFSET_BITS
355
356 /* Define for large files, on AIX-style hosts. */
357 #undef _LARGE_FILES
358
359 /* Define to 1 if on MINIX. */
360 #undef _MINIX
361
362 /* Define to 2 if the system does not provide POSIX.1 features except with
363    this defined. */
364 #undef _POSIX_1_SOURCE
365
366 /* Define to 1 if you need to in order for `stat' and other things to work. */
367 #undef _POSIX_SOURCE
368
369 /* Define to empty if `const' does not conform to ANSI C. */
370 #undef const
371
372 /* Define to `__inline__' or `__inline' if that's what the C compiler
373    calls it, or to nothing if 'inline' is not supported under any name.  */
374 #ifndef __cplusplus
375 #undef inline
376 #endif
377
378 /* Define to `int' if <sys/types.h> does not define. */
379 #undef pid_t
380
381 #include "config-fixups.h"