Defines
common.h File Reference

Common definitions for LDNS. More...

Go to the source code of this file.

Defines

#define LDNS_BUILD_CONFIG_HAVE_SSL   1
 a Net::DNS like library for C
#define LDNS_BUILD_CONFIG_USE_ECDSA   0
#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 _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))

Detailed Description

Common definitions for LDNS.

Definition in file common.h.


Define Documentation

a Net::DNS like library for C

(c) NLnet Labs, 2004-2006

See the file LICENSE for the license

Definition at line 22 of file common.h.

Definition at line 23 of file common.h.

Definition at line 24 of file common.h.

Definition at line 25 of file common.h.

Definition at line 26 of file common.h.

#define _Bool   signed char

Definition at line 44 of file common.h.

#define bool   _Bool

Definition at line 47 of file common.h.

#define false   0

Definition at line 48 of file common.h.

#define true   1

Definition at line 49 of file common.h.

Definition at line 50 of file common.h.

#define ATTR_FORMAT (   archetype,
  string_index,
  first_to_check 
)    __attribute__ ((format (archetype, string_index, first_to_check)))

Definition at line 55 of file common.h.

#define ATTR_UNUSED (   x)    x __attribute__((unused))

Definition at line 64 of file common.h.