1247738Sbapt/* config.h.in.  Generated from configure.ac by autoheader.  */
2247738Sbapt
3247738Sbapt/* Define to 1 if you have the <dlfcn.h> header file. */
4247738Sbapt#undef HAVE_DLFCN_H
5247738Sbapt
6247738Sbapt/* Define to 1 if you have the <inttypes.h> header file. */
7247738Sbapt#undef HAVE_INTTYPES_H
8247738Sbapt
9247738Sbapt/* Define to 1 if you have the <memory.h> header file. */
10247738Sbapt#undef HAVE_MEMORY_H
11247738Sbapt
12247738Sbapt/* Define to 1 if you have the <stdint.h> header file. */
13247738Sbapt#undef HAVE_STDINT_H
14247738Sbapt
15247738Sbapt/* Define to 1 if you have the <stdlib.h> header file. */
16247738Sbapt#undef HAVE_STDLIB_H
17247738Sbapt
18247738Sbapt/* Define to 1 if you have the <strings.h> header file. */
19247738Sbapt#undef HAVE_STRINGS_H
20247738Sbapt
21247738Sbapt/* Define to 1 if you have the <string.h> header file. */
22247738Sbapt#undef HAVE_STRING_H
23247738Sbapt
24247738Sbapt/* Define to 1 if you have the <sys/stat.h> header file. */
25247738Sbapt#undef HAVE_SYS_STAT_H
26247738Sbapt
27247738Sbapt/* Define to 1 if you have the <sys/types.h> header file. */
28247738Sbapt#undef HAVE_SYS_TYPES_H
29247738Sbapt
30247738Sbapt/* Define to 1 if you have the <unistd.h> header file. */
31247738Sbapt#undef HAVE_UNISTD_H
32247738Sbapt
33247738Sbapt/* Define to the sub-directory in which libtool stores uninstalled libraries.
34247738Sbapt   */
35247738Sbapt#undef LT_OBJDIR
36247738Sbapt
37247738Sbapt/* Name of package */
38247738Sbapt#undef PACKAGE
39247738Sbapt
40247738Sbapt/* Define to the address where bug reports for this package should be sent. */
41247738Sbapt#undef PACKAGE_BUGREPORT
42247738Sbapt
43247738Sbapt/* Define to the full name of this package. */
44247738Sbapt#undef PACKAGE_NAME
45247738Sbapt
46247738Sbapt/* Define to the full name and version of this package. */
47247738Sbapt#undef PACKAGE_STRING
48247738Sbapt
49247738Sbapt/* Define to the one symbol short name of this package. */
50247738Sbapt#undef PACKAGE_TARNAME
51247738Sbapt
52247738Sbapt/* Define to the home page for this package. */
53247738Sbapt#undef PACKAGE_URL
54247738Sbapt
55247738Sbapt/* Define to the version of this package. */
56247738Sbapt#undef PACKAGE_VERSION
57247738Sbapt
58247738Sbapt/* Define to 1 if you have the ANSI C header files. */
59247738Sbapt#undef STDC_HEADERS
60247738Sbapt
61247738Sbapt/* Version number of package */
62247738Sbapt#undef VERSION
63247738Sbapt
64247738Sbapt/* Define the major version number. */
65247738Sbapt#undef YAML_VERSION_MAJOR
66247738Sbapt
67247738Sbapt/* Define the minor version number. */
68247738Sbapt#undef YAML_VERSION_MINOR
69247738Sbapt
70247738Sbapt/* Define the patch version number. */
71247738Sbapt#undef YAML_VERSION_PATCH
72247738Sbapt
73247738Sbapt/* Define the version string. */
74247738Sbapt#undef YAML_VERSION_STRING
75247738Sbapt
76247738Sbapt/* Define to empty if `const' does not conform to ANSI C. */
77247738Sbapt#undef const
78247738Sbapt
79247738Sbapt/* Define to `unsigned int' if <sys/types.h> does not define. */
80247738Sbapt#undef size_t
81