@@ -12,8 +12,6 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
-// $Id$
-
#include <config.h>
#include <netinet/in.h>
#ifndef __AUTH_SRV_H
#define __AUTH_SRV_H 1
#include <stdlib.h>
#include <iostream>
#include <errno.h>
#include <string.h>
#include <pwd.h>
#ifndef __CHANGE_USER_H
#define __CHANGE_USER_H 1
#ifndef __COMMON_H
#define __COMMON_H 1
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/select.h>
#include <auth/statistics.h>
#include <cc/data.h>
#ifndef __STATISTICS_H
#define __STATISTICS_H 1
#include <vector>
#include <unistd.h> // for getuid
#include <gtest/gtest.h>
#include <dns/tests/unittest_util.h>
#ifndef __RESOLVER_H
#define __RESOLVER_H 1
#include <cstdlib> // For rand(), temporary until better forwarding is done
#ifndef __ASIOLINK_H
#define __ASIOLINK_H 1
#ifndef __TCPDNS_H
#define __TCPDNS_H 1
#ifndef __UDPDNS_H
#define __UDPDNS_H 1
#include <unistd.h> // for some IPC/network system calls
#ifndef __IOADDRESS_H
#define __IOADDRESS_H 1
#ifndef __IOENDPOINT_H
#define __IOENDPOINT_H 1
#ifndef __IOMESSAGE_H
#define __IOMESSAGE_H 1
@@ -14,8 +14,6 @@
#include "iosocket.h"
#include <asio.hpp>
#ifndef __IOSOCKET_H
#define __IOSOCKET_H 1
@@ -12,9 +12,6 @@
#ifndef __BENCHMARK_H
#define __BENCHMARK_H 1
#include <fstream>
#include <string>
#ifndef __BENCHMARK_UTIL_H
#define __BENCHMARK_UTIL_H 1
#include <unistd.h> // for getpid
#include <cassert>
#include <unistd.h> // for usleep
#include <bench/benchmark.h>
#include <algorithm>
#include <utility>
int
#ifndef _ISC_DATA_H
#define _ISC_DATA_H 1
#include <cc/session_config.h>
#ifndef _ISC_SESSION_H
#define _ISC_SESSION_H 1
#include <boost/foreach.hpp>
#include <boost/assign/std/vector.hpp>
//
// todo: generalize this and make it into a specific API for all modules
// to use (i.e. connect to cc, send config and commands, get config,
#ifndef __CCSESSION_H
#define __CCSESSION_H 1
#include <config/config_data.h>
#ifndef __CONFIG_DATA_H
#define __CONFIG_DATA_H 1
@@ -13,8 +13,6 @@
#include <config/tests/data_def_unittests_config.h>
#include <config/module_spec.h>
#include <stdint.h>
#include <map>
#ifndef __CACHE_H
#define __CACHE_H
#ifndef __DATA_SOURCE_H
#define __DATA_SOURCE_H
#include <dns/buffer.h>
#include <dns/name.h>
#include <dns/rrset.h>
#ifndef __QUERY_H
#define __QUERY_H
#include <sstream>
#ifndef __DATA_SOURCE_SQLITE3_H
#define __DATA_SOURCE_SQLITE3_H
// Sample Datasource implementation; this datasource only returns
// static content for the queries
#include <stdexcept>
#ifndef __TEST_DATA_SOURCE_H
#define __TEST_DATA_SOURCE_H
#ifndef __BUFFER_H
#define __BUFFER_H 1
#include <iomanip>
#ifndef __DNSSECTIME_H
#define __DNSSECTIME_H 1
#ifndef __EDNS_H
#define __EDNS_H 1
#include <dns/exceptions.h>
#include <dns/rcode.h>
// XXX: we have another exceptions.h, so we need to use a prefix "DNS_" in
// the include guard. More preferably, we should define a consistent naming
// style for the header guide (e.g. module-name_file-name_H) throughout the
#ifndef __MESSAGE_H
#define __MESSAGE_H 1
#include <cctype>
#include <set>
#ifndef __MESSAGERENDERER_H
#define __MESSAGERENDERER_H 1
#include <iterator>
#ifndef __NAME_H
#define __NAME_H 1
#include <ostream>
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id$ */
#include <dns/edns.h>
#include <exceptions/exceptions.h>
#include <dns/message.h>
using namespace isc::dns;
#include <dns/messagerenderer.h>
// For each class, we need a struct, a helper functions (init, destroy,
// Declaration of the custom exceptions
// Initialization and addition of these go in the module init at the
#include <dns/opcode.h>
@@ -23,8 +23,6 @@
// And of course care has to be taken that all identifiers be unique
#define PY_SSIZE_T_CLEAN
#include <Python.h>
#include <structmember.h>
#include <pydnspp_common.h>
#ifndef __LIBDNS_PYTHON_COMMON_H
#define __LIBDNS_PYTHON_COMMON_H 1
#include <dns/rdata.h>
using namespace isc::dns::rdata;
#include <dns/rrclass.h>
#include <dns/rrttl.h>
#include <dns/rrtype.h>
#include <new>
#include <dns/tsigkey.h>