]> git.wh0rd.org - fontconfig.git/blame - config.h.in
More autoconf cleanup for fontconfig
[fontconfig.git] / config.h.in
CommitLineData
fb9545b1
KP
1/* config.h.in. Generated manually by keithp. */
2
3/* Path library uses when config file is broken */
446bb9c9 4#undef FC_DEFAULT_FONTS
fb9545b1
KP
5
6/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
7 */
8#undef HAVE_DIRENT_H
9
10/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
11#undef HAVE_DOPRNT
12
13/* Use expat library for xml parsing */
14#undef HAVE_EXPAT
15
16/* expat uses old xmlparse.h include */
17#undef HAVE_XMLPARSE_H
18
19/* Define to 1 if you have the <fcntl.h> header file. */
20#undef HAVE_FCNTL_H
21
22/* whether system has freetype2 library */
23#undef HAVE_FREETYPE
24
25/* Define to 1 if you have the <ft2build.h> header file. */
26#undef HAVE_FT2BUILD_H
27
28/* Define to 1 if you have the `FT_Init_FreeType' function. */
29#undef HAVE_FT_INIT_FREETYPE
30
31/* Define to 1 if you have the `getopt' function. */
32#undef HAVE_GETOPT
33
34/* Define to 1 if you have the `getopt_long' function. */
35#undef HAVE_GETOPT_LONG
36
37/* Define to 1 if you have the <inttypes.h> header file. */
38#undef HAVE_INTTYPES_H
39
40/* Define to 1 if your system has a working `malloc' function. */
41#undef HAVE_MALLOC
42
43/* Define to 1 if you have the `memmove' function. */
44#undef HAVE_MEMMOVE
45
46/* Define to 1 if you have the <memory.h> header file. */
47#undef HAVE_MEMORY_H
48
49/* Define to 1 if you have the `memset' function. */
50#undef HAVE_MEMSET
51
52/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
53#undef HAVE_NDIR_H
54
55/* Define to 1 if `stat' has the bug that it succeeds when given the
56 zero-length file name argument. */
57#undef HAVE_STAT_EMPTY_STRING_BUG
58
59/* Define to 1 if you have the <stdint.h> header file. */
60#undef HAVE_STDINT_H
61
62/* Define to 1 if you have the <stdlib.h> header file. */
63#undef HAVE_STDLIB_H
64
65/* Define to 1 if you have the `strchr' function. */
66#undef HAVE_STRCHR
67
68/* Define to 1 if you have the <strings.h> header file. */
69#undef HAVE_STRINGS_H
70
71/* Define to 1 if you have the <string.h> header file. */
72#undef HAVE_STRING_H
73
74/* Define to 1 if you have the `strrchr' function. */
75#undef HAVE_STRRCHR
76
77/* Define to 1 if you have the `strtol' function. */
78#undef HAVE_STRTOL
79
80/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
81 */
82#undef HAVE_SYS_DIR_H
83
84/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
85 */
86#undef HAVE_SYS_NDIR_H
87
88/* Define to 1 if you have the <sys/stat.h> header file. */
89#undef HAVE_SYS_STAT_H
90
91/* Define to 1 if you have the <sys/types.h> header file. */
92#undef HAVE_SYS_TYPES_H
93
94/* Define to 1 if you have the <unistd.h> header file. */
95#undef HAVE_UNISTD_H
96
97/* Define to 1 if you have the `vprintf' function. */
98#undef HAVE_VPRINTF
99
100/* Use libxml2 library for xml parsing */
101#undef HAVE_XML2
102
103/* Define to 1 if you have the `xmlInitParser' function. */
104#undef HAVE_XMLINITPARSER
105
106/* Define to 1 if you have the `XML_ParserCreate' function. */
107#undef HAVE_XML_PARSERCREATE
108
109/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
110 slash. */
111#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
112
113/* Define to the address where bug reports for this package should be sent. */
114#undef PACKAGE_BUGREPORT
115
116/* Library major version */
117#undef PACKAGE_MAJOR
118
119/* Library minor version */
120#undef PACKAGE_MINOR
121
122/* Define to the full name of this package. */
123#undef PACKAGE_NAME
124
125/* Library revision */
126#undef PACKAGE_REVISION
127
128/* Define to the full name and version of this package. */
129#undef PACKAGE_STRING
130
131/* Define to the one symbol short name of this package. */
132#undef PACKAGE_TARNAME
133
134/* Define to the version of this package. */
135#undef PACKAGE_VERSION
136
137/* Define to 1 if you have the ANSI C header files. */
138#undef STDC_HEADERS
139
140/* Define to empty if `const' does not conform to ANSI C. */
141#undef const
142
143/* Define to `int' if <sys/types.h> does not define. */
144#undef pid_t