OLD | NEW |
1 /* config.h. Generated from config.h.in by configure. */ | 1 /* config.h. Generated from config.h.in by configure. */ |
2 /* config.h.in. Generated from configure.ac by autoheader. */ | 2 /* config.h.in. Generated from configure.ac by autoheader. */ |
3 | 3 |
| 4 /* Manually added template defines */ |
| 5 #define FC_CACHEDIR "@FC_CACHEDIR@" |
| 6 #define FONTCONFIG_PATH "@FONTCONFIG_PATH@" |
| 7 |
4 /* Define if building universal (internal helper macro) */ | 8 /* Define if building universal (internal helper macro) */ |
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */ | 9 /* #undef AC_APPLE_UNIVERSAL_BUILD */ |
6 | 10 |
7 /* The normal alignment of `double', in bytes. */ | 11 /* The normal alignment of `double', in bytes. */ |
8 #define ALIGNOF_DOUBLE 8 | 12 #define ALIGNOF_DOUBLE 8 |
9 | 13 |
10 /* Use libxml2 instead of Expat */ | 14 /* Use libxml2 instead of Expat */ |
11 /* #undef ENABLE_LIBXML2 */ | 15 /* #undef ENABLE_LIBXML2 */ |
12 | 16 |
13 /* Additional font directories */ | 17 /* Additional font directories */ |
14 #define FC_ADD_FONTS "yes" | 18 #define FC_ADD_FONTS "/System/Library/Fonts,/Library/Fonts" |
15 | 19 |
16 /* Architecture prefix to use for cache file names */ | 20 /* Architecture prefix to use for cache file names */ |
17 /* #undef FC_ARCHITECTURE */ | 21 /* #undef FC_ARCHITECTURE */ |
18 | 22 |
19 /* System font directory */ | 23 /* System font directory */ |
20 #define FC_DEFAULT_FONTS "/usr/share/fonts" | 24 #define FC_DEFAULT_FONTS "/usr/share/fonts" |
21 | 25 |
22 /* Define to nothing if C supports flexible array members, and to 1 if it does | 26 /* Define to nothing if C supports flexible array members, and to 1 if it does |
23 not. That way, with a declaration like `struct s { int n; double | 27 not. That way, with a declaration like `struct s { int n; double |
24 d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99 | 28 d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99 |
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
349 /* Define to `__inline__' or `__inline' if that's what the C compiler | 353 /* Define to `__inline__' or `__inline' if that's what the C compiler |
350 calls it, or to nothing if 'inline' is not supported under any name. */ | 354 calls it, or to nothing if 'inline' is not supported under any name. */ |
351 #ifndef __cplusplus | 355 #ifndef __cplusplus |
352 /* #undef inline */ | 356 /* #undef inline */ |
353 #endif | 357 #endif |
354 | 358 |
355 /* Define to `int' if <sys/types.h> does not define. */ | 359 /* Define to `int' if <sys/types.h> does not define. */ |
356 /* #undef pid_t */ | 360 /* #undef pid_t */ |
357 | 361 |
358 #include "config-fixups.h" | 362 #include "config-fixups.h" |
OLD | NEW |