Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(507)

Side by Side Diff: third_party/fontconfig/config/mac/config.h.template

Issue 294683003: Since we're only using it on Linux now, just require poppler as a system dependency. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: set -e Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3
4 /* Manually added template defines */
5 #define FC_CACHEDIR "@FC_CACHEDIR@"
6 #define FONTCONFIG_PATH "@FONTCONFIG_PATH@"
7
8 /* Define if building universal (internal helper macro) */
9 /* #undef AC_APPLE_UNIVERSAL_BUILD */
10
11 /* The normal alignment of `double', in bytes. */
12 #define ALIGNOF_DOUBLE 8
13
14 /* Use libxml2 instead of Expat */
15 /* #undef ENABLE_LIBXML2 */
16
17 /* Additional font directories */
18 #define FC_ADD_FONTS "/System/Library/Fonts,/Library/Fonts"
19
20 /* Architecture prefix to use for cache file names */
21 /* #undef FC_ARCHITECTURE */
22
23 /* System font directory */
24 #define FC_DEFAULT_FONTS "/usr/share/fonts"
25
26 /* Define to nothing if C supports flexible array members, and to 1 if it does
27 not. That way, with a declaration like `struct s { int n; double
28 d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
29 compilers. When computing the size of such an object, don't use 'sizeof
30 (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
31 instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
32 MSVC and with C++ compilers. */
33 #define FLEXIBLE_ARRAY_MEMBER /**/
34
35 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
36 */
37 #define HAVE_DIRENT_H 1
38
39 /* Define to 1 if you have the <dlfcn.h> header file. */
40 #define HAVE_DLFCN_H 1
41
42 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
43 /* #undef HAVE_DOPRNT */
44
45 /* Define to 1 if you have the <fcntl.h> header file. */
46 #define HAVE_FCNTL_H 1
47
48 /* Define to 1 if you have the `fstatfs' function. */
49 #define HAVE_FSTATFS 1
50
51 /* Define to 1 if you have the `fstatvfs' function. */
52 #define HAVE_FSTATVFS 1
53
54 /* FT_Bitmap_Size structure includes y_ppem field */
55 #define HAVE_FT_BITMAP_SIZE_Y_PPEM 1
56
57 /* Define to 1 if you have the `FT_Get_BDF_Property' function. */
58 #define HAVE_FT_GET_BDF_PROPERTY 1
59
60 /* Define to 1 if you have the `FT_Get_Next_Char' function. */
61 #define HAVE_FT_GET_NEXT_CHAR 1
62
63 /* Define to 1 if you have the `FT_Get_PS_Font_Info' function. */
64 #define HAVE_FT_GET_PS_FONT_INFO 1
65
66 /* Define to 1 if you have the `FT_Get_X11_Font_Format' function. */
67 #define HAVE_FT_GET_X11_FONT_FORMAT 1
68
69 /* Define to 1 if you have the `FT_Has_PS_Glyph_Names' function. */
70 #define HAVE_FT_HAS_PS_GLYPH_NAMES 1
71
72 /* Define to 1 if you have the `FT_Select_Size' function. */
73 #define HAVE_FT_SELECT_SIZE 1
74
75 /* Define to 1 if you have the `getexecname' function. */
76 /* #undef HAVE_GETEXECNAME */
77
78 /* Define to 1 if you have the `getopt' function. */
79 #define HAVE_GETOPT 1
80
81 /* Define to 1 if you have the `getopt_long' function. */
82 #define HAVE_GETOPT_LONG 1
83
84 /* Define to 1 if you have the `getpagesize' function. */
85 #define HAVE_GETPAGESIZE 1
86
87 /* Define to 1 if you have the `getprogname' function. */
88 #define HAVE_GETPROGNAME 1
89
90 /* Have Intel __sync_* atomic primitives */
91 #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
92
93 /* Define to 1 if you have the <inttypes.h> header file. */
94 #define HAVE_INTTYPES_H 1
95
96 /* Define to 1 if you have the `link' function. */
97 #define HAVE_LINK 1
98
99 /* Define to 1 if you have the `lrand48' function. */
100 #define HAVE_LRAND48 1
101
102 /* Define to 1 if you have the `lstat' function. */
103 #define HAVE_LSTAT 1
104
105 /* Define to 1 if you have the <memory.h> header file. */
106 #define HAVE_MEMORY_H 1
107
108 /* Define to 1 if you have the `mkostemp' function. */
109 /* #undef HAVE_MKOSTEMP */
110
111 /* Define to 1 if you have the `mkstemp' function. */
112 #define HAVE_MKSTEMP 1
113
114 /* Define to 1 if you have a working `mmap' system call. */
115 #define HAVE_MMAP 1
116
117 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
118 /* #undef HAVE_NDIR_H */
119
120 /* Define to 1 if you have the 'posix_fadvise' function. */
121 /* #undef HAVE_POSIX_FADVISE */
122
123 /* Have POSIX threads */
124 #define HAVE_PTHREAD 1
125
126 /* Have PTHREAD_PRIO_INHERIT. */
127 #define HAVE_PTHREAD_PRIO_INHERIT 1
128
129 /* Define to 1 if you have the `rand' function. */
130 #define HAVE_RAND 1
131
132 /* Define to 1 if you have the `random' function. */
133 #define HAVE_RANDOM 1
134
135 /* Define to 1 if you have the `random_r' function. */
136 /* #undef HAVE_RANDOM_R */
137
138 /* Define to 1 if you have the `rand_r' function. */
139 #define HAVE_RAND_R 1
140
141 /* Define to 1 if you have the `regcomp' function. */
142 #define HAVE_REGCOMP 1
143
144 /* Define to 1 if you have the `regerror' function. */
145 #define HAVE_REGERROR 1
146
147 /* Define to 1 if you have the `regexec' function. */
148 #define HAVE_REGEXEC 1
149
150 /* Define to 1 if you have the <regex.h> header file. */
151 #define HAVE_REGEX_H 1
152
153 /* Define to 1 if you have the `regfree' function. */
154 #define HAVE_REGFREE 1
155
156 /* Define to 1 if you have the 'scandir' function. */
157 #define HAVE_SCANDIR 1
158
159 /* Define to 1 if you have the 'scandir' function with int (* compar)(const
160 void *, const void *) */
161 /* #undef HAVE_SCANDIR_VOID_P */
162
163 /* Define to 1 if you have the <sched.h> header file. */
164 /* #undef HAVE_SCHED_H */
165
166 /* Have sched_yield */
167 /* #undef HAVE_SCHED_YIELD */
168
169 /* Have Solaris __machine_*_barrier and atomic_* operations */
170 /* #undef HAVE_SOLARIS_ATOMIC_OPS */
171
172 /* Define to 1 if you have the <stdint.h> header file. */
173 #define HAVE_STDINT_H 1
174
175 /* Define to 1 if you have the <stdlib.h> header file. */
176 #define HAVE_STDLIB_H 1
177
178 /* Define to 1 if you have the <strings.h> header file. */
179 #define HAVE_STRINGS_H 1
180
181 /* Define to 1 if you have the <string.h> header file. */
182 #define HAVE_STRING_H 1
183
184 /* Define to 1 if `d_type' is a member of `struct dirent'. */
185 #define HAVE_STRUCT_DIRENT_D_TYPE 1
186
187 /* Define to 1 if `f_flags' is a member of `struct statfs'. */
188 #define HAVE_STRUCT_STATFS_F_FLAGS 1
189
190 /* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
191 #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1
192
193 /* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
194 /* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
195
196 /* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */
197 /* #undef HAVE_STRUCT_STATVFS_F_FSTYPENAME */
198
199 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
200 */
201 /* #undef HAVE_SYS_DIR_H */
202
203 /* Define to 1 if you have the <sys/mount.h> header file. */
204 #define HAVE_SYS_MOUNT_H 1
205
206 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
207 */
208 /* #undef HAVE_SYS_NDIR_H */
209
210 /* Define to 1 if you have the <sys/param.h> header file. */
211 #define HAVE_SYS_PARAM_H 1
212
213 /* Define to 1 if you have the <sys/statfs.h> header file. */
214 /* #undef HAVE_SYS_STATFS_H */
215
216 /* Define to 1 if you have the <sys/stat.h> header file. */
217 #define HAVE_SYS_STAT_H 1
218
219 /* Define to 1 if you have the <sys/types.h> header file. */
220 #define HAVE_SYS_TYPES_H 1
221
222 /* Define to 1 if you have the <sys/vfs.h> header file. */
223 /* #undef HAVE_SYS_VFS_H */
224
225 /* Define to 1 if you have the <unistd.h> header file. */
226 #define HAVE_UNISTD_H 1
227
228 /* Define to 1 if you have the `vprintf' function. */
229 #define HAVE_VPRINTF 1
230
231 /* Can use #warning in C files */
232 #define HAVE_WARNING_CPP_DIRECTIVE 1
233
234 /* Use xmlparse.h instead of expat.h */
235 /* #undef HAVE_XMLPARSE_H */
236
237 /* Define to 1 if you have the `XML_SetDoctypeDeclHandler' function. */
238 #define HAVE_XML_SETDOCTYPEDECLHANDLER 1
239
240 /* Define to 1 if you have the `_mktemp_s' function. */
241 /* #undef HAVE__MKTEMP_S */
242
243 /* Define to the sub-directory in which libtool stores uninstalled libraries.
244 */
245 #define LT_OBJDIR ".libs/"
246
247 /* Name of package */
248 #define PACKAGE "fontconfig"
249
250 /* Define to the address where bug reports for this package should be sent. */
251 #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=fo ntconfig"
252
253 /* Define to the full name of this package. */
254 #define PACKAGE_NAME "fontconfig"
255
256 /* Define to the full name and version of this package. */
257 #define PACKAGE_STRING "fontconfig 2.11.0"
258
259 /* Define to the one symbol short name of this package. */
260 #define PACKAGE_TARNAME "fontconfig"
261
262 /* Define to the home page for this package. */
263 #define PACKAGE_URL ""
264
265 /* Define to the version of this package. */
266 #define PACKAGE_VERSION "2.11.0"
267
268 /* Define to necessary symbol if this constant uses a non-standard name on
269 your system. */
270 /* #undef PTHREAD_CREATE_JOINABLE */
271
272 /* The size of `char', as computed by sizeof. */
273 /* #undef SIZEOF_CHAR */
274
275 /* The size of `int', as computed by sizeof. */
276 /* #undef SIZEOF_INT */
277
278 /* The size of `long', as computed by sizeof. */
279 /* #undef SIZEOF_LONG */
280
281 /* The size of `short', as computed by sizeof. */
282 /* #undef SIZEOF_SHORT */
283
284 /* The size of `void*', as computed by sizeof. */
285 /* #undef SIZEOF_VOIDP */
286
287 /* The size of `void *', as computed by sizeof. */
288 #define SIZEOF_VOID_P 8
289
290 /* Define to 1 if you have the ANSI C header files. */
291 #define STDC_HEADERS 1
292
293 /* Use iconv. */
294 #define USE_ICONV 0
295
296 /* Use regex */
297 #define USE_REGEX /**/
298
299 /* Enable extensions on AIX 3, Interix. */
300 #ifndef _ALL_SOURCE
301 # define _ALL_SOURCE 1
302 #endif
303 /* Enable GNU extensions on systems that have them. */
304 #ifndef _GNU_SOURCE
305 # define _GNU_SOURCE 1
306 #endif
307 /* Enable threading extensions on Solaris. */
308 #ifndef _POSIX_PTHREAD_SEMANTICS
309 # define _POSIX_PTHREAD_SEMANTICS 1
310 #endif
311 /* Enable extensions on HP NonStop. */
312 #ifndef _TANDEM_SOURCE
313 # define _TANDEM_SOURCE 1
314 #endif
315 /* Enable general extensions on Solaris. */
316 #ifndef __EXTENSIONS__
317 # define __EXTENSIONS__ 1
318 #endif
319
320
321 /* Version number of package */
322 #define VERSION "2.11.0"
323
324 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
325 significant byte first (like Motorola and SPARC, unlike Intel). */
326 #if defined AC_APPLE_UNIVERSAL_BUILD
327 # if defined __BIG_ENDIAN__
328 # define WORDS_BIGENDIAN 1
329 # endif
330 #else
331 # ifndef WORDS_BIGENDIAN
332 /* # undef WORDS_BIGENDIAN */
333 # endif
334 #endif
335
336 /* Enable large inode numbers on Mac OS X 10.5. */
337 #ifndef _DARWIN_USE_64_BIT_INODE
338 # define _DARWIN_USE_64_BIT_INODE 1
339 #endif
340
341 /* Number of bits in a file offset, on hosts where this is settable. */
342 /* #undef _FILE_OFFSET_BITS */
343
344 /* Define for large files, on AIX-style hosts. */
345 /* #undef _LARGE_FILES */
346
347 /* Define to 1 if on MINIX. */
348 /* #undef _MINIX */
349
350 /* Define to 2 if the system does not provide POSIX.1 features except with
351 this defined. */
352 /* #undef _POSIX_1_SOURCE */
353
354 /* Define to 1 if you need to in order for `stat' and other things to work. */
355 /* #undef _POSIX_SOURCE */
356
357 /* Define to empty if `const' does not conform to ANSI C. */
358 /* #undef const */
359
360 /* Define to `__inline__' or `__inline' if that's what the C compiler
361 calls it, or to nothing if 'inline' is not supported under any name. */
362 #ifndef __cplusplus
363 /* #undef inline */
364 #endif
365
366 /* Define to `int' if <sys/types.h> does not define. */
367 /* #undef pid_t */
368
369 #include "config-fixups.h"
OLDNEW
« no previous file with comments | « third_party/fontconfig/config/fc-lang/fclang.h ('k') | third_party/fontconfig/config/mac/fcstdint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698