Skip to content
Snippets Groups Projects
Commit 0b3fc4e7 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Commented some macros in common.h

parent 9ee98f1f
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,17 @@ typedef unsigned int uint; /*!< \brief Unsigned. */
#define DEFAULT_PORT 53531 /*!< \brief Default interface port. */
#define TCP_BACKLOG_SIZE 5 /*!< \brief TCP listen backlog size. */
/*! \brief If defined, zone structures will use hash table for lookup. */
#define USE_HASH_TABLE
///*! \brief If defined, zone structures will use hash table for lookup. */
//#define COMPRESSION_PEDANTIC
///*!
// * \brief If defined, tests will use ldns library to parse sample data.
// *
// * If not defined, some tests will be disabled.
// */
//#define TEST_WITH_LDNS
//#define STAT_COMPILE
#ifdef HAVE_LIBLDNS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment