fontconfig/config.h
Go to the documentation of this file.
1 /*
2  * Copyright 2018 The Cartographer Authors
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 
17 /* Define if building universal (internal helper macro) */
18 /* #undef AC_APPLE_UNIVERSAL_BUILD */
19 
20 /* The normal alignment of `double', in bytes. */
21 #define ALIGNOF_DOUBLE 8
22 
23 /* The normal alignment of `void *', in bytes. */
24 #define ALIGNOF_VOID_P 8
25 
26 /* Use libxml2 instead of Expat */
27 /* #undef ENABLE_LIBXML2 */
28 
29 /* Additional font directories */
30 #define FC_ADD_FONTS "yes"
31 
32 /* Architecture prefix to use for cache file names */
33 #define FC_ARCHITECTURE "elf64-x86-64"
34 
35 /* System font directory */
36 #define FC_DEFAULT_FONTS "/usr/share/fonts"
37 
38 /* The type of len parameter of the gperf hash/lookup function */
39 #define FC_GPERF_SIZE_T unsigned int
40 
41 /* Define to nothing if C supports flexible array members, and to 1 if it does
42  not. That way, with a declaration like `struct s { int n; double
43  d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
44  compilers. When computing the size of such an object, don't use 'sizeof
45  (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
46  instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
47  MSVC and with C++ compilers. */
48 #define FLEXIBLE_ARRAY_MEMBER
49 
50 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
51  */
52 #define HAVE_DIRENT_H 1
53 
54 /* Define to 1 if you have the <dlfcn.h> header file. */
55 #define HAVE_DLFCN_H 1
56 
57 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
58 /* #undef HAVE_DOPRNT */
59 
60 /* Define to 1 if you have the <fcntl.h> header file. */
61 #define HAVE_FCNTL_H 1
62 
63 /* Define to 1 if you have the `fstatfs' function. */
64 #define HAVE_FSTATFS 1
65 
66 /* Define to 1 if you have the `fstatvfs' function. */
67 #define HAVE_FSTATVFS 1
68 
69 /* FT_Bitmap_Size structure includes y_ppem field */
70 #define HAVE_FT_BITMAP_SIZE_Y_PPEM 1
71 
72 /* Define to 1 if you have the `FT_Get_BDF_Property' function. */
73 #define HAVE_FT_GET_BDF_PROPERTY 1
74 
75 /* Define to 1 if you have the `FT_Get_Next_Char' function. */
76 #define HAVE_FT_GET_NEXT_CHAR 1
77 
78 /* Define to 1 if you have the `FT_Get_PS_Font_Info' function. */
79 #define HAVE_FT_GET_PS_FONT_INFO 1
80 
81 /* Define to 1 if you have the `FT_Get_X11_Font_Format' function. */
82 #define HAVE_FT_GET_X11_FONT_FORMAT 1
83 
84 /* Define to 1 if you have the `FT_Has_PS_Glyph_Names' function. */
85 #define HAVE_FT_HAS_PS_GLYPH_NAMES 1
86 
87 /* Define to 1 if you have the `FT_Select_Size' function. */
88 #define HAVE_FT_SELECT_SIZE 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 /* Have Intel __sync_* atomic primitives */
106 #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
107 
108 /* Define to 1 if you have the <inttypes.h> header file. */
109 #define HAVE_INTTYPES_H 1
110 
111 /* Define to 1 if you have the `link' function. */
112 #define HAVE_LINK 1
113 
114 /* Define to 1 if you have the `lrand48' function. */
115 #define HAVE_LRAND48 1
116 
117 /* Define to 1 if you have the `lstat' function. */
118 #define HAVE_LSTAT 1
119 
120 /* Define to 1 if you have the <memory.h> header file. */
121 #define HAVE_MEMORY_H 1
122 
123 /* Define to 1 if you have the `mkdtemp' function. */
124 #define HAVE_MKDTEMP 1
125 
126 /* Define to 1 if you have the `mkostemp' function. */
127 #define HAVE_MKOSTEMP 1
128 
129 /* Define to 1 if you have the `mkstemp' function. */
130 #define HAVE_MKSTEMP 1
131 
132 /* Define to 1 if you have a working `mmap' system call. */
133 #define HAVE_MMAP 1
134 
135 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
136 /* #undef HAVE_NDIR_H */
137 
138 /* Define to 1 if you have the 'posix_fadvise' function. */
139 #define HAVE_POSIX_FADVISE 1
140 
141 /* Have POSIX threads */
142 #define HAVE_PTHREAD 1
143 
144 /* Have PTHREAD_PRIO_INHERIT. */
145 #define HAVE_PTHREAD_PRIO_INHERIT 1
146 
147 /* Define to 1 if you have the `rand' function. */
148 #define HAVE_RAND 1
149 
150 /* Define to 1 if you have the `random' function. */
151 #define HAVE_RANDOM 1
152 
153 /* Define to 1 if you have the `random_r' function. */
154 #define HAVE_RANDOM_R 1
155 
156 /* Define to 1 if you have the `rand_r' function. */
157 #define HAVE_RAND_R 1
158 
159 /* Define to 1 if you have the `readlink' function. */
160 #define HAVE_READLINK 1
161 
162 /* Define to 1 if you have the <sched.h> header file. */
163 /* #undef HAVE_SCHED_H */
164 
165 /* Have sched_yield */
166 /* #undef HAVE_SCHED_YIELD */
167 
168 /* Have Solaris __machine_*_barrier and atomic_* operations */
169 /* #undef HAVE_SOLARIS_ATOMIC_OPS */
170 
171 /* Define to 1 if you have the <stdint.h> header file. */
172 #define HAVE_STDINT_H 1
173 
174 /* Define to 1 if you have the <stdlib.h> header file. */
175 #define HAVE_STDLIB_H 1
176 
177 /* Define to 1 if you have the <strings.h> header file. */
178 #define HAVE_STRINGS_H 1
179 
180 /* Define to 1 if you have the <string.h> header file. */
181 #define HAVE_STRING_H 1
182 
183 /* Define to 1 if `d_type' is a member of `struct dirent'. */
184 #define HAVE_STRUCT_DIRENT_D_TYPE 1
185 
186 /* Define to 1 if `f_flags' is a member of `struct statfs'. */
187 #define HAVE_STRUCT_STATFS_F_FLAGS 1
188 
189 /* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
190 /* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
191 
192 /* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
193 /* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
194 
195 /* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */
196 /* #undef HAVE_STRUCT_STATVFS_F_FSTYPENAME */
197 
198 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
199  */
200 /* #undef HAVE_SYS_DIR_H */
201 
202 /* Define to 1 if you have the <sys/mount.h> header file. */
203 #define HAVE_SYS_MOUNT_H 1
204 
205 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
206  */
207 /* #undef HAVE_SYS_NDIR_H */
208 
209 /* Define to 1 if you have the <sys/param.h> header file. */
210 #define HAVE_SYS_PARAM_H 1
211 
212 /* Define to 1 if you have the <sys/statfs.h> header file. */
213 #define HAVE_SYS_STATFS_H 1
214 
215 /* Define to 1 if you have the <sys/statvfs.h> header file. */
216 #define HAVE_SYS_STATVFS_H 1
217 
218 /* Define to 1 if you have the <sys/stat.h> header file. */
219 #define HAVE_SYS_STAT_H 1
220 
221 /* Define to 1 if you have the <sys/types.h> header file. */
222 #define HAVE_SYS_TYPES_H 1
223 
224 /* Define to 1 if you have the <sys/vfs.h> header file. */
225 #define HAVE_SYS_VFS_H 1
226 
227 /* Define to 1 if `usLowerOpticalPointSize' is a member of `TT_OS2'. */
228 #define HAVE_TT_OS2_USLOWEROPTICALPOINTSIZE 1
229 
230 /* Define to 1 if `usUpperOpticalPointSize' is a member of `TT_OS2'. */
231 #define HAVE_TT_OS2_USUPPEROPTICALPOINTSIZE 1
232 
233 /* Define to 1 if you have the <unistd.h> header file. */
234 #define HAVE_UNISTD_H 1
235 
236 /* Define to 1 if you have the `vprintf' function. */
237 #define HAVE_VPRINTF 1
238 
239 /* Can use #warning in C files */
240 #define HAVE_WARNING_CPP_DIRECTIVE 1
241 
242 /* Use xmlparse.h instead of expat.h */
243 /* #undef HAVE_XMLPARSE_H */
244 
245 /* Define to 1 if you have the `XML_SetDoctypeDeclHandler' function. */
246 #define HAVE_XML_SETDOCTYPEDECLHANDLER 1
247 
248 /* Define to 1 if you have the `_mktemp_s' function. */
249 /* #undef HAVE__MKTEMP_S */
250 
251 /* Define to the sub-directory in which libtool stores uninstalled libraries.
252  */
253 #define LT_OBJDIR ".libs/"
254 
255 /* Name of package */
256 #define PACKAGE "fontconfig"
257 
258 /* Define to the address where bug reports for this package should be sent. */
259 #define PACKAGE_BUGREPORT \
260  "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.94"
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.94"
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 /* Enable extensions on AIX 3, Interix. */
306 #ifndef _ALL_SOURCE
307 #define _ALL_SOURCE 1
308 #endif
309 /* Enable GNU extensions on systems that have them. */
310 #ifndef _GNU_SOURCE
311 #define _GNU_SOURCE 1
312 #endif
313 /* Enable threading extensions on Solaris. */
314 #ifndef _POSIX_PTHREAD_SEMANTICS
315 #define _POSIX_PTHREAD_SEMANTICS 1
316 #endif
317 /* Enable extensions on HP NonStop. */
318 #ifndef _TANDEM_SOURCE
319 #define _TANDEM_SOURCE 1
320 #endif
321 /* Enable general extensions on Solaris. */
322 #ifndef __EXTENSIONS__
323 #define __EXTENSIONS__ 1
324 #endif
325 
326 /* Version number of package */
327 #define VERSION "2.11.94"
328 
329 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
330  significant byte first (like Motorola and SPARC, unlike Intel). */
331 #if defined AC_APPLE_UNIVERSAL_BUILD
332 #if defined __BIG_ENDIAN__
333 #define WORDS_BIGENDIAN 1
334 #endif
335 #else
336 #ifndef WORDS_BIGENDIAN
337 /* # undef WORDS_BIGENDIAN */
338 #endif
339 #endif
340 
341 /* Enable large inode numbers on Mac OS X 10.5. */
342 #ifndef _DARWIN_USE_64_BIT_INODE
343 #define _DARWIN_USE_64_BIT_INODE 1
344 #endif
345 
346 /* Number of bits in a file offset, on hosts where this is settable. */
347 /* #undef _FILE_OFFSET_BITS */
348 
349 /* Define for large files, on AIX-style hosts. */
350 /* #undef _LARGE_FILES */
351 
352 /* Define to 1 if on MINIX. */
353 /* #undef _MINIX */
354 
355 /* Define to 2 if the system does not provide POSIX.1 features except with
356  this defined. */
357 /* #undef _POSIX_1_SOURCE */
358 
359 /* Define to 1 if you need to in order for `stat' and other things to work. */
360 /* #undef _POSIX_SOURCE */
361 
362 /* Define to empty if `const' does not conform to ANSI C. */
363 /* #undef const */
364 
365 /* Define to `__inline__' or `__inline' if that's what the C compiler
366  calls it, or to nothing if 'inline' is not supported under any name. */
367 #ifndef __cplusplus
368 /* #undef inline */
369 #endif
370 
371 /* Define to `int' if <sys/types.h> does not define. */
372 /* #undef pid_t */


cartographer
Author(s): The Cartographer Authors
autogenerated on Mon Feb 28 2022 22:00:58