diff options
Diffstat (limited to 'ext/psych/yaml/config.h')
-rw-r--r-- | ext/psych/yaml/config.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/psych/yaml/config.h b/ext/psych/yaml/config.h new file mode 100644 index 0000000..6d6c25b --- /dev/null +++ b/ext/psych/yaml/config.h @@ -0,0 +1,11 @@ + +#define PACKAGE_NAME "yaml" +#define PACKAGE_TARNAME "yaml" +#define PACKAGE_VERSION "0.1.4" +#define PACKAGE_STRING "yaml 0.1.4" +#define PACKAGE_BUGREPORT "http://pyyaml.org/newticket?component libyaml" +#define PACKAGE_URL "" +#define YAML_VERSION_MAJOR 0 +#define YAML_VERSION_MINOR 1 +#define YAML_VERSION_PATCH 4 +#define YAML_VERSION_STRING "0.1.4" |