 |
ldns
1.9.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
30#define LDNS_BUILD_CONFIG_USE_DSA 1
31#define LDNS_BUILD_CONFIG_USE_ED25519 1
32#define LDNS_BUILD_CONFIG_USE_ED448 1
43#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L)
45#define __bool_true_false_are_defined
47#ifndef __bool_true_false_are_defined
55# define _Bool signed char
61# define __bool_true_false_are_defined 1
66#if LDNS_BUILD_CONFIG_HAVE_ATTR_FORMAT
67#define ATTR_FORMAT(archetype, string_index, first_to_check) \
68 __attribute__ ((format (archetype, string_index, first_to_check)))
70#define ATTR_FORMAT(archetype, string_index, first_to_check)
73#if defined(__cplusplus)
75#elif LDNS_BUILD_CONFIG_HAVE_ATTR_UNUSED
76#define ATTR_UNUSED(x) x __attribute__((unused))
78#define ATTR_UNUSED(x) x
81#if !LDNS_BUILD_CONFIG_HAVE_SOCKLEN_T