Common definitions for LDNS. More...
Go to the source code of this file.
Macros | |
#define | LDNS_BUILD_CONFIG_HAVE_SSL 1 |
a Net::DNS like library for C More... | |
#define | LDNS_BUILD_CONFIG_HAVE_INTTYPES_H 1 |
#define | LDNS_BUILD_CONFIG_HAVE_ATTR_FORMAT 1 |
#define | LDNS_BUILD_CONFIG_HAVE_ATTR_UNUSED 1 |
#define | LDNS_BUILD_CONFIG_HAVE_SOCKLEN_T 1 |
#define | LDNS_BUILD_CONFIG_USE_DANE 1 |
#define | LDNS_BUILD_CONFIG_HAVE_B32_PTON 0 |
#define | LDNS_BUILD_CONFIG_HAVE_B32_NTOP 0 |
#define | LDNS_BUILD_CONFIG_USE_DSA 1 |
#define | LDNS_BUILD_CONFIG_USE_ED25519 1 |
#define | LDNS_BUILD_CONFIG_USE_ED448 1 |
#define | _Bool signed char |
#define | bool _Bool |
#define | false 0 |
#define | true 1 |
#define | __bool_true_false_are_defined 1 |
#define | ATTR_FORMAT(archetype, string_index, first_to_check) __attribute__ ((format (archetype, string_index, first_to_check))) |
#define | ATTR_UNUSED(x) x __attribute__((unused)) |
Common definitions for LDNS.
Definition in file common.h.
#define LDNS_BUILD_CONFIG_HAVE_SSL 1 |
#define ATTR_FORMAT | ( | archetype, | |
string_index, | |||
first_to_check | |||
) | __attribute__ ((format (archetype, string_index, first_to_check))) |