Go to the documentation of this file.
22 #define LDNS_BUILD_CONFIG_HAVE_SSL 1
23 #define LDNS_BUILD_CONFIG_HAVE_INTTYPES_H 1
24 #define LDNS_BUILD_CONFIG_HAVE_ATTR_FORMAT 1
25 #define LDNS_BUILD_CONFIG_HAVE_ATTR_UNUSED 1
26 #define LDNS_BUILD_CONFIG_HAVE_SOCKLEN_T 1
27 #define LDNS_BUILD_CONFIG_USE_DANE 1
28 #define LDNS_BUILD_CONFIG_HAVE_B32_PTON 0
29 #define LDNS_BUILD_CONFIG_HAVE_B32_NTOP 0
47 # define _Bool signed char
53 # define __bool_true_false_are_defined 1
57 #if LDNS_BUILD_CONFIG_HAVE_ATTR_FORMAT
58 #define ATTR_FORMAT(archetype, string_index, first_to_check) \
59 __attribute__ ((format (archetype, string_index, first_to_check)))
61 #define ATTR_FORMAT(archetype, string_index, first_to_check)
64 #if defined(__cplusplus)
65 #define ATTR_UNUSED(x)
66 #elif LDNS_BUILD_CONFIG_HAVE_ATTR_UNUSED
67 #define ATTR_UNUSED(x) x __attribute__((unused))
69 #define ATTR_UNUSED(x) x
72 #if !LDNS_BUILD_CONFIG_HAVE_SOCKLEN_T
73 typedef int socklen_t;