Ruby  2.4.2p198(2017-09-14revision59899)
Macros
config.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PACKAGE_NAME   "yaml"
 
#define PACKAGE_TARNAME   "yaml"
 
#define PACKAGE_VERSION   "0.1.7"
 
#define PACKAGE_STRING   "yaml 0.1.7"
 
#define PACKAGE_BUGREPORT   "https://github.com/yaml/libyaml/issues"
 
#define PACKAGE_URL   "https://github.com/yaml/libyaml"
 
#define YAML_VERSION_MAJOR   0
 
#define YAML_VERSION_MINOR   1
 
#define YAML_VERSION_PATCH   7
 
#define YAML_VERSION_STRING   "0.1.7"
 

Macro Definition Documentation

◆ PACKAGE_BUGREPORT

#define PACKAGE_BUGREPORT   "https://github.com/yaml/libyaml/issues"

Definition at line 5 of file config.h.

◆ PACKAGE_NAME

#define PACKAGE_NAME   "yaml"

Definition at line 1 of file config.h.

◆ PACKAGE_STRING

#define PACKAGE_STRING   "yaml 0.1.7"

Definition at line 4 of file config.h.

◆ PACKAGE_TARNAME

#define PACKAGE_TARNAME   "yaml"

Definition at line 2 of file config.h.

◆ PACKAGE_URL

#define PACKAGE_URL   "https://github.com/yaml/libyaml"

Definition at line 6 of file config.h.

◆ PACKAGE_VERSION

#define PACKAGE_VERSION   "0.1.7"

Definition at line 3 of file config.h.

◆ YAML_VERSION_MAJOR

#define YAML_VERSION_MAJOR   0

Definition at line 7 of file config.h.

Referenced by yaml_get_version().

◆ YAML_VERSION_MINOR

#define YAML_VERSION_MINOR   1

Definition at line 8 of file config.h.

Referenced by yaml_get_version().

◆ YAML_VERSION_PATCH

#define YAML_VERSION_PATCH   7

Definition at line 9 of file config.h.

Referenced by yaml_get_version().

◆ YAML_VERSION_STRING

#define YAML_VERSION_STRING   "0.1.7"

Definition at line 10 of file config.h.

Referenced by yaml_get_version_string().