1247779Sbapt/* $FreeBSD$ */
2247779Sbapt
3247779Sbapt/* config.h.  Generated from config.h.in by configure.  */
4247779Sbapt/* config.h.in.  Generated from configure.ac by autoheader.  */
5247779Sbapt
6247779Sbapt/* Define to 1 if you have the <dlfcn.h> header file. */
7247779Sbapt#define HAVE_DLFCN_H 1
8247779Sbapt
9247779Sbapt/* Define to 1 if you have the <inttypes.h> header file. */
10247779Sbapt#define HAVE_INTTYPES_H 1
11247779Sbapt
12247779Sbapt/* Define to 1 if you have the <memory.h> header file. */
13247779Sbapt#define HAVE_MEMORY_H 1
14247779Sbapt
15247779Sbapt/* Define to 1 if you have the <stdint.h> header file. */
16247779Sbapt#define HAVE_STDINT_H 1
17247779Sbapt
18247779Sbapt/* Define to 1 if you have the <stdlib.h> header file. */
19247779Sbapt#define HAVE_STDLIB_H 1
20247779Sbapt
21247779Sbapt/* Define to 1 if you have the <strings.h> header file. */
22247779Sbapt#define HAVE_STRINGS_H 1
23247779Sbapt
24247779Sbapt/* Define to 1 if you have the <string.h> header file. */
25247779Sbapt#define HAVE_STRING_H 1
26247779Sbapt
27247779Sbapt/* Define to 1 if you have the <sys/stat.h> header file. */
28247779Sbapt#define HAVE_SYS_STAT_H 1
29247779Sbapt
30247779Sbapt/* Define to 1 if you have the <sys/types.h> header file. */
31247779Sbapt#define HAVE_SYS_TYPES_H 1
32247779Sbapt
33247779Sbapt/* Define to 1 if you have the <unistd.h> header file. */
34247779Sbapt#define HAVE_UNISTD_H 1
35247779Sbapt
36247779Sbapt/* Define to the sub-directory in which libtool stores uninstalled libraries.
37247779Sbapt   */
38247779Sbapt#define LT_OBJDIR ".libs/"
39247779Sbapt
40247779Sbapt/* Name of package */
41247779Sbapt#define PACKAGE "yaml"
42247779Sbapt
43247779Sbapt/* Define to the address where bug reports for this package should be sent. */
44247779Sbapt#define PACKAGE_BUGREPORT "http://pyyaml.org/newticket?component=libyaml"
45247779Sbapt
46247779Sbapt/* Define to the full name of this package. */
47247779Sbapt#define PACKAGE_NAME "yaml"
48247779Sbapt
49247779Sbapt/* Define to the full name and version of this package. */
50247779Sbapt#define PACKAGE_STRING "yaml 0.1.4"
51247779Sbapt
52247779Sbapt/* Define to the one symbol short name of this package. */
53247779Sbapt#define PACKAGE_TARNAME "yaml"
54247779Sbapt
55247779Sbapt/* Define to the home page for this package. */
56247779Sbapt#define PACKAGE_URL ""
57247779Sbapt
58247779Sbapt/* Define to the version of this package. */
59247779Sbapt#define PACKAGE_VERSION "0.1.4"
60247779Sbapt
61247779Sbapt/* Define to 1 if you have the ANSI C header files. */
62247779Sbapt#define STDC_HEADERS 1
63247779Sbapt
64247779Sbapt/* Version number of package */
65247779Sbapt#define VERSION "0.1.4"
66247779Sbapt
67247779Sbapt/* Define the major version number. */
68247779Sbapt#define YAML_VERSION_MAJOR 0
69247779Sbapt
70247779Sbapt/* Define the minor version number. */
71247779Sbapt#define YAML_VERSION_MINOR 1
72247779Sbapt
73247779Sbapt/* Define the patch version number. */
74247779Sbapt#define YAML_VERSION_PATCH 4
75247779Sbapt
76247779Sbapt/* Define the version string. */
77247779Sbapt#define YAML_VERSION_STRING "0.1.4"
78247779Sbapt
79247779Sbapt/* Define to empty if `const' does not conform to ANSI C. */
80247779Sbapt/* #undef const */
81247779Sbapt
82247779Sbapt/* Define to `unsigned int' if <sys/types.h> does not define. */
83247779Sbapt/* #undef size_t */
84