Skip to content
Snippets Groups Projects
Commit 36bd3aa1 authored by Daniel Salzman's avatar Daniel Salzman Committed by Gerrit Code Review
Browse files

knot: remove old code

Change-Id: Ib6cd9693be87c53f9f1be0f54ef05164f217f2c0
parent b12f374b
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,6 @@ typedef unsigned int uint; /*!< \brief Unsigned. */
#define PROJECT_EXENAME "knotd"
#define PROJECT_EXEC SBINDIR "/" PROJECT_EXENAME /*!< \brief Project executable. */
#define ZONEPARSER_EXEC LIBEXECDIR "/" "knot-zcompile" /*!< \brief Zoneparser executable. */
#define PID_FILE "knot.pid" /*!< \brief Server PID file name. */
/*
......@@ -55,24 +54,9 @@ typedef unsigned int uint; /*!< \brief Unsigned. */
#define XFR_THREADS_COUNT 3 /*!< \brief Number of threads for XFR handler. */
#define RECVMMSG_BATCHLEN 16 /*!< \brief Define for recvmmsg() batch size. */
///*! \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
///*! \brief If defined, the statistics module will be enabled. */
//#define STAT_COMPILE
#ifdef HAVE_LDNS
#define TEST_WITH_LDNS
#endif
/*
* Common includes.
*/
......
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