 |
ldns
1.7.0
|
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
40 #ifndef __bool_true_false_are_defined
41 # ifdef HAVE_STDBOOL_H
48 # define _Bool signed char
54 # define __bool_true_false_are_defined 1
59 #if LDNS_BUILD_CONFIG_HAVE_ATTR_FORMAT
60 #define ATTR_FORMAT(archetype, string_index, first_to_check) \
61 __attribute__ ((format (archetype, string_index, first_to_check)))
63 #define ATTR_FORMAT(archetype, string_index, first_to_check)
66 #if defined(__cplusplus)
67 #define ATTR_UNUSED(x)
68 #elif LDNS_BUILD_CONFIG_HAVE_ATTR_UNUSED
69 #define ATTR_UNUSED(x) x __attribute__((unused))
71 #define ATTR_UNUSED(x) x
74 #if !LDNS_BUILD_CONFIG_HAVE_SOCKLEN_T
75 typedef int socklen_t;