]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] remove '#include <config.h' from include files (#3782)
authorFrancis Dupont <fdupont@isc.org>
Fri, 17 Apr 2015 23:39:43 +0000 (01:39 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 17 Apr 2015 23:39:43 +0000 (01:39 +0200)
141 files changed:
ChangeLog
src/bin/d2/bundy_d2_controller.cc
src/bin/d2/d2_cfg_mgr.cc
src/bin/d2/d2_config.cc
src/bin/d2/d2_controller.cc
src/bin/d2/d2_process.cc
src/bin/d2/d2_queue_mgr.cc
src/bin/d2/d2_update_mgr.cc
src/bin/d2/d_cfg_mgr.cc
src/bin/d2/dns_client.cc
src/bin/d2/nc_add.cc
src/bin/d2/nc_remove.cc
src/bin/d2/nc_trans.cc
src/bin/d2/state_model.cc
src/bin/d2/tests/bundy_d2_controller_unittests.cc
src/bin/d2/tests/d2_cfg_mgr_unittests.cc
src/bin/d2/tests/d2_controller_unittests.cc
src/bin/d2/tests/d2_process_unittests.cc
src/bin/d2/tests/d2_queue_mgr_unittests.cc
src/bin/d2/tests/d2_update_mgr_unittests.cc
src/bin/d2/tests/d_cfg_mgr_unittests.cc
src/bin/d2/tests/d_controller_unittests.cc
src/bin/d2/tests/d_test_stubs.cc
src/bin/d2/tests/io_service_signal_unittests.cc
src/bin/d2/tests/nc_add_unittests.cc
src/bin/d2/tests/nc_remove_unittests.cc
src/bin/d2/tests/nc_test_utils.cc
src/bin/d2/tests/nc_trans_unittests.cc
src/bin/d2/tests/state_model_unittests.cc
src/bin/dhcp4/dhcp4_srv.cc
src/bin/dhcp4/json_config_parser.cc
src/bin/dhcp4/tests/callout_library_common.h
src/bin/dhcp4/tests/d2_unittest.cc
src/bin/dhcp4/tests/dhcp4_client.cc
src/bin/dhcp4/tests/direct_client_unittest.cc
src/bin/dhcp6/json_config_parser.cc
src/bin/dhcp6/tests/callout_library_common.h
src/bin/dhcp6/tests/d2_unittest.cc
src/bin/dhcp6/tests/dhcp6_client.cc
src/bin/dhcp6/tests/dhcp6_message_test.cc
src/bin/dhcp6/tests/dhcp6_test_utils.cc
src/bin/lfc/lfc_controller.cc
src/bin/perfdhcp/command_options.cc
src/bin/perfdhcp/perf_pkt4.cc
src/bin/perfdhcp/perf_pkt6.cc
src/bin/perfdhcp/pkt_transform.cc
src/bin/perfdhcp/test_control.cc
src/bin/perfdhcp/tests/command_options_unittest.cc
src/bin/perfdhcp/tests/packet_storage_unittest.cc
src/bin/perfdhcp/tests/stats_mgr_unittest.cc
src/bin/perfdhcp/tests/test_control_unittest.cc
src/hooks/dhcp/user_chk/load_unload.cc
src/hooks/dhcp/user_chk/pkt_receive_co.cc
src/hooks/dhcp/user_chk/pkt_send_co.cc
src/hooks/dhcp/user_chk/subnet_select_co.cc
src/hooks/dhcp/user_chk/version.cc
src/lib/asiodns/io_fetch.h
src/lib/asiodns/tests/io_fetch_unittest.cc
src/lib/asiodns/udp_server.cc
src/lib/asiolink/tcp_socket.h
src/lib/asiolink/tests/tcp_socket_unittest.cc
src/lib/asiolink/tests/udp_socket_unittest.cc
src/lib/asiolink/udp_socket.h
src/lib/dhcp/Makefile.am
src/lib/dhcp/classify.cc
src/lib/dhcp/classify.h
src/lib/dhcp/option.cc
src/lib/dhcp/option6_addrlst.cc
src/lib/dhcp/option6_ia.cc
src/lib/dhcp/option6_iaaddr.cc
src/lib/dhcp/option6_iaprefix.cc
src/lib/dhcp/option_custom.cc
src/lib/dhcp/option_definition.cc
src/lib/dhcp/option_vendor.cc
src/lib/dhcp/pkt.cc
src/lib/dhcp/pkt4.cc
src/lib/dhcp/pkt6.cc
src/lib/dhcp/pkt_filter6.cc
src/lib/dhcp/pkt_filter_inet6.cc
src/lib/dhcp/protocol_util.cc
src/lib/dhcp/tests/iface_mgr_test_config.cc
src/lib/dhcp/tests/pkt_filter6_test_stub.cc
src/lib/dhcp/tests/pkt_filter6_test_utils.cc
src/lib/dhcp/tests/pkt_filter_test_stub.cc
src/lib/dhcp/tests/pkt_filter_test_utils.cc
src/lib/dhcp_ddns/ncr_udp.cc
src/lib/dhcp_ddns/tests/ncr_udp_unittests.cc
src/lib/dhcpsrv/alloc_engine.cc
src/lib/dhcpsrv/cfg_hosts.cc
src/lib/dhcpsrv/cfg_iface.cc
src/lib/dhcpsrv/cfg_option_def.cc
src/lib/dhcpsrv/cfg_subnets4.cc
src/lib/dhcpsrv/cfg_subnets6.cc
src/lib/dhcpsrv/cfgmgr.cc
src/lib/dhcpsrv/csv_lease_file4.cc
src/lib/dhcpsrv/csv_lease_file6.cc
src/lib/dhcpsrv/d2_client_cfg.cc
src/lib/dhcpsrv/d2_client_mgr.cc
src/lib/dhcpsrv/daemon.h
src/lib/dhcpsrv/host.cc
src/lib/dhcpsrv/host_mgr.cc
src/lib/dhcpsrv/lease_mgr.cc
src/lib/dhcpsrv/lease_mgr_factory.cc
src/lib/dhcpsrv/logging.cc
src/lib/dhcpsrv/logging_info.cc
src/lib/dhcpsrv/memfile_lease_mgr.cc
src/lib/dhcpsrv/parsers/dbaccess_parser.cc
src/lib/dhcpsrv/parsers/dhcp_parsers.cc
src/lib/dhcpsrv/parsers/host_reservation_parser.cc
src/lib/dhcpsrv/parsers/ifaces_config_parser.cc
src/lib/dhcpsrv/srv_config.cc
src/lib/dhcpsrv/subnet.cc
src/lib/dhcpsrv/tests/callout_library.cc
src/lib/dhcpsrv/tests/generic_lease_mgr_unittest.cc
src/lib/dhcpsrv/tests/test_get_callout_handle.cc
src/lib/dhcpsrv/tests/test_utils.cc
src/lib/hooks/callout_manager.cc
src/lib/hooks/hooks.cc
src/lib/hooks/hooks.h
src/lib/hooks/library_manager.cc
src/lib/hooks/tests/basic_callout_library.cc
src/lib/hooks/tests/framework_exception_library.cc
src/lib/hooks/tests/full_callout_library.cc
src/lib/hooks/tests/incorrect_version_library.cc
src/lib/hooks/tests/load_callout_library.cc
src/lib/hooks/tests/load_error_callout_library.cc
src/lib/hooks/tests/unload_callout_library.cc
src/lib/log/Makefile.am
src/lib/log/compiler/Makefile.am
src/lib/log/interprocess/tests/interprocess_sync_file_unittest.cc
src/lib/log/log_formatter.cc
src/lib/log/tests/buffer_appender_unittest.cc
src/lib/log/tests/log_formatter_unittest.cc
src/lib/log/tests/logger_unittest.cc
src/lib/log/tests/message_initializer_2_unittest.cc
src/lib/testutils/mockups.h
src/lib/util/tests/buffer_unittest.cc
src/lib/util/tests/fd_share_tests.cc
src/lib/util/tests/fd_tests.cc
src/lib/util/threads/sync.cc
src/lib/util/threads/tests/thread_unittest.cc

index bf5430b635e97425359436d772dd4f8aec2f8a8d..f7671d318464fe96ad5681b391a1d153bb061392 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,25 +1,30 @@
+922.   [build]         fdupont
+       The config.h file should never be included by another include file.
+       Copy missing header files to the install directory.
+       (Trac #3782, git xxx)
+
 921.   [func]          marcin
        libdhcpsrv: Added log traces to the host manager.
-       (Trac #3699 git 75b75c89db88eb1a81e76f5550f2a5b3155ce42d)
+       (Trac #3699, git 75b75c89db88eb1a81e76f5550f2a5b3155ce42d)
 
 920.   [bug]           marcin
        Corrected issues with logging initialization in hooks
        libraries. The dynamically loaded hooks libraries may now
        define their own loggers which are configurable using Kea
        configuration file.
-       (Trac #3198 git 8216a6b1a2ed6e2b38919280809ee21fc4107fd6)
+       (Trac #3198, git 8216a6b1a2ed6e2b38919280809ee21fc4107fd6)
 
 Kea 0.9.1 released on March 31, 2015
 
 919.   [doc]           stephen
        Corrected some configuration examples in the documentation.
-       (Trac #3772 git e9f084525bc1eec1cca635c00f33228bf7fac6a4)
+       (Trac #3772, git e9f084525bc1eec1cca635c00f33228bf7fac6a4)
 
 918.   [func]          tomek,tmark
        DHCPv6 server now supports static reservations of hostnames
        for clients.  Note this resolves #3708 by reducing the number
        of calls to selectSubnet to once per client request.
-       (Trac #3689 git c13c824d9948f7e3f71a65ed43798f3b5c14042c)
+       (Trac #3689, git c13c824d9948f7e3f71a65ed43798f3b5c14042c)
 
 917.   [bug]           marcin
        DHCPv4 server may allocate lease for the client which is
index ad37e446593ec7add373733e804129375b86eec0..b0508c67fe641cdb469c55c95b00252dd7da0063 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <d2/bundy_d2_controller.h>
 #include <d2/d2_process.h>
 #include <d2/spec_config.h>
index 05a7c4b124415ea26cfae377859f96c71fca6ba5..2fbfd74f0979a619469e1a7cc9aca2a83a0ed92d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <d2/d2_log.h>
 #include <d2/d2_cfg_mgr.h>
 #include <util/encode/hex.h>
index ba156bfd98fe8aeeac51ad52e67c5eb4b30876cc..7888ae43708353930dc07bfabedfe0e63d2a082e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <d2/d2_log.h>
 #include <d2/d2_cfg_mgr.h>
 #include <dhcpsrv/parsers/dhcp_parsers.h>
index 4b61ad37eb627ab8bfb1e5bad630567d71c64aca..c3376cdf11efbe68f3ef9a9c49dc8562ea44f947 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <d2/d2_controller.h>
 #include <d2/d2_process.h>
 #include <d2/spec_config.h>
index 6c333650ad92ebcd4e20373a51fb99c39e791f9d..702602ada4de4097a787e754fe9e5733b24d59ae 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <config/ccsession.h>
 #include <d2/d2_log.h>
 #include <d2/d2_cfg_mgr.h>
index 25f792ec91c89ea245c546104e96f06b62fb7458..159865e9d4fd9c6b68d41abefe87311d1e8839ea 100644 (file)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <d2/d2_log.h>
 #include <d2/d2_queue_mgr.h>
 #include <dhcp_ddns/ncr_udp.h>
index b72a5ec552fc4c54b20c272452b69866cc4c59ed..ae705352d0e21f21f8ff29ed7823622ef32b2b6d 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <d2/d2_update_mgr.h>
 #include <d2/nc_add.h>
 #include <d2/nc_remove.h>
index e4f287a154faa261ddf276ff4d50d1f994938947..974a25bfd1c3ca21ff6c7caab771defd25266376 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <config/ccsession.h>
 #include <d2/d2_log.h>
 #include <dhcp/libdhcp++.h>
index 86598cf268cd56235e21559ed162d7f929665e25..707997469fcbe0c8022195d06b6d6700261dfd04 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <d2/dns_client.h>
 #include <d2/d2_log.h>
 #include <dns/messagerenderer.h>
index 9135b7ee72f58c43c2aab6c5facf537a0651a6f6..5244984827a19d8672d9ba326b56f14e1b8c091e 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <d2/d2_log.h>
 #include <d2/d2_cfg_mgr.h>
 #include <d2/nc_add.h>
index 325289b4dacfc315aa28130d4c16b5322daa86d2..0972cfe73fc6478f5d395650defeeb2c17a7fcd2 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <d2/d2_log.h>
 #include <d2/d2_cfg_mgr.h>
 #include <d2/nc_remove.h>
index 4640eda4923b2fbe0fb003f9b7a8fa4e6b072ea6..9531683560e337996b34ef5bc230f415fe028ad0 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <d2/d2_log.h>
 #include <d2/nc_trans.h>
 #include <dns/rdata.h>
index c5a020981c3df3e3ae4e0e1a2d0687d9ca3c6da5..0659228a836deed3c4ffdf5cc470b50638c74d44 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <d2/d2_log.h>
 #include <d2/state_model.h>
 
index 02ddbe9488979d40fd63902d631e22d5c7fa0094..05747261f224800787b3fcee2757ff0dd657ed19 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <config/ccsession.h>
 #include <d_test_stubs.h>
 #include <d2/bundy_d2_controller.h>
@@ -21,7 +23,6 @@
 #include <boost/date_time/posix_time/posix_time.hpp>
 #include <gtest/gtest.h>
 
-#include <config.h>
 #include <sstream>
 
 using namespace boost::posix_time;
index 538a8011a914d2d9c6fdae1715746533e82736cd..5f5b9a858b59045f59e375807654076f61b287a8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <config/module_spec.h>
 #include <d2/d2_config.h>
 #include <d2/d2_cfg_mgr.h>
index 9b9c49b94e056d0b02c5c59182d5ac9fa32a0a75..24215379431d65b320ca7669b8656754091ee618 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <config/ccsession.h>
 #include <d_test_stubs.h>
 #include <d2/d2_controller.h>
@@ -22,7 +24,6 @@
 #include <boost/date_time/posix_time/posix_time.hpp>
 #include <gtest/gtest.h>
 
-#include <config.h>
 #include <sstream>
 
 using namespace boost::posix_time;
index 60ae635e0332ae048d1f66b5a9b49dc2a8b25eaa..b31f0b1d4909e9924bad7650a00b7de7a0085be1 100644 (file)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 
 #include <asiolink/io_service.h>
 #include <config/ccsession.h>
@@ -23,7 +24,6 @@
 #include <boost/date_time/posix_time/posix_time.hpp>
 #include <gtest/gtest.h>
 
-#include <config.h>
 #include <sstream>
 
 using namespace std;
index bb8a93c3761d1b4aa6691543bdd6fea439935749..5851d6108253083b4c4479766da8b291ba8f76b9 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <asiolink/io_service.h>
 #include <asiolink/interval_timer.h>
 #include <d2/d2_queue_mgr.h>
index fd96bc54f3267be59dc1dcf8e5d09479710cd6a1..b5b283cdc8242bc67866bd3c716d335e4fff16ba 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <asiolink/io_service.h>
 #include <d2/d2_update_mgr.h>
 #include <util/time_utilities.h>
index 72813dd213e631a16d4b642670e8307dd53a7f8e..1c1e23b51617f14a0b3276643031aa9c5ea8c615 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <config/ccsession.h>
 #include <config/module_spec.h>
 #include <dhcpsrv/parsers/dhcp_parsers.h>
@@ -22,7 +24,6 @@
 #include <boost/date_time/posix_time/posix_time.hpp>
 #include <gtest/gtest.h>
 
-#include <config.h>
 #include <sstream>
 
 using namespace std;
index 3d4706df6b9c0a475129be9c7b809ba4c1a4f3b3..b676019059cd60971c4eaeb7a960b9f980c4a9d7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <config/ccsession.h>
 #include <d_test_stubs.h>
 #include <d2/spec_config.h>
@@ -19,7 +21,6 @@
 #include <boost/date_time/posix_time/posix_time.hpp>
 #include <gtest/gtest.h>
 
-#include <config.h>
 #include <sstream>
 
 using namespace boost::posix_time;
index 1a317ebffda8271b8f37b76151528e18d174c130..6b3ce06c07bb3b6bffb5bb965148a16b838a1564 100644 (file)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <asiolink/io_service.h>
 #include <d2/d2_log.h>
 #include <d2/spec_config.h>
index 88e6d24d7db5fa8c3722a5dffe1f592d5c43cec6..0bdf6cf4daae04070965e64839efdbdc083d39bb 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <asiolink/io_service.h>
 #include <d_test_stubs.h>
 #include <d2/io_service_signal.h>
index dc506dea9f09bce3ad966c16847e10c353f3ec46..824cd37fdf096239145ebe4f22c0513ccd3e6384 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <asiolink/io_service.h>
 #include <d2/d2_cfg_mgr.h>
 #include <d2/d2_cfg_mgr.h>
index 61fa394e9c2f77df321196fcdbc7f32bebc55d5f..bf7219f059f8a68c9b10be4f27528e48de56b3b1 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <asiolink/io_service.h>
 #include <d2/d2_cfg_mgr.h>
 #include <d2/d2_cfg_mgr.h>
index ea53ef197abcbeb755e0bd56e67a9102d46c1de1..e3589d8a6d81270dcfce80a907a92a05488c8dd2 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <d2/d2_cfg_mgr.h>
 #include <dns/opcode.h>
 #include <dns/messagerenderer.h>
index 2c480cafed79625f2f25c0ce1d1f421b4973316e..448cd40575ce2ae15c18eb79bd6860f7b5e4733b 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <asiolink/io_service.h>
 #include <asiolink/interval_timer.h>
 #include <d2/nc_trans.h>
index 63a02038e5775e28964e9f47dc3260240ef10280..3300a3a1e3d5758a2a6032186658c9b5a8fb0150 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <d2/state_model.h>
 
 #include <boost/function.hpp>
index 914e46ed13833c08c65e82601123804b00c2a204..f47432cf78a2d74c489996b75df4dbf098511a80 100644 (file)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <asiolink/io_address.h>
 #include <dhcp/dhcp4.h>
 #include <dhcp/duid.h>
index df9f13ca66920ae8c7a0a2977d08d009392b2f02..418b978b0ebfaad28ce2a11518c865d9828c516f 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <config/ccsession.h>
 #include <dhcp4/dhcp4_log.h>
 #include <dhcp/libdhcp++.h>
index 3fb0b5cc489d22932abef95cc8864805dc3e0596..998fa9140cd0a4a16847e1aedf3030d6d7a62daa 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -29,6 +29,7 @@
 /// by itself - it is included into each callout library which specifies the
 /// missing constant LIBRARY_NUMBER before the inclusion.
 
+#include <config.h>
 #include <hooks/hooks.h>
 #include "marker_file.h"
 
index 636fc01abc46b4c93d62d2d136511a83b5827f15..ea76585d6bd72e3808a94699c06cec3d896a6199 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2015Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <dhcp/iface_mgr.h>
 #include <dhcp4/json_config_parser.h>
 #include <dhcp4/tests/d2_unittest.h>
index a3c3436d743d48ccea321d091c283f7a82ca3aa6..e32ddbabc9ccd920e903477f9cc5914f82b07087 100644 (file)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcp/dhcp4.h>
 #include <dhcp/option.h>
 #include <dhcp/option_int_array.h>
index fa05bca7262a5170d7ec6457ead8732fe458a32a..8698d58b3870c18d12f87443b107e728682528ab 100644 (file)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcp/iface_mgr.h>
 #include <dhcp/pkt4.h>
 #include <dhcp/classify.h>
index 1da17a282acad7194bae6e227a6d82694f2e5787..45af6026eb9c0892019f7da82bdad95937cdddfc 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <asiolink/io_address.h>
 #include <cc/data.h>
 #include <config/ccsession.h>
index 3fb0b5cc489d22932abef95cc8864805dc3e0596..998fa9140cd0a4a16847e1aedf3030d6d7a62daa 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -29,6 +29,7 @@
 /// by itself - it is included into each callout library which specifies the
 /// missing constant LIBRARY_NUMBER before the inclusion.
 
+#include <config.h>
 #include <hooks/hooks.h>
 #include "marker_file.h"
 
index a2896e229b620a176a4b6cc1488448f5c7e844ab..e0d11f52dfde495ba9e1c1b04b68691ceb8492f8 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <dhcp/iface_mgr.h>
 #include <dhcp6/json_config_parser.h>
 #include <dhcp6/tests/d2_unittest.h>
index 5c49efe62981ae41ea539670316b4c8723e73022..bbf80e9b5d34b759ac0768357550f65f62ae1ac5 100644 (file)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcp/dhcp6.h>
 #include <dhcp/option_custom.h>
 #include <dhcp/option6_ia.h>
index 4a8a21a6daf8fcfc3727e34652c3f0ead06c9be0..42b7a697020ece6890dfd7273e22cade13ad94ae 100644 (file)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcp6/tests/dhcp6_message_test.h>
 
 using namespace isc::asiolink;
index 98f043a76f6e6267ea39e6fa5624e440ba49f888..83a466a1055c6c544c10bf99466c06c650867073 100644 (file)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <gtest/gtest.h>
 #include <dhcp6/tests/dhcp6_test_utils.h>
 #include <dhcp6/json_config_parser.h>
index 25bcd5a313846fff95eb01c656469a29842e73e8..926a46a9df4e90c921efab6b5c2334caa2d912d1 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <lfc/lfc_controller.h>
 #include <lfc/lfc_log.h>
 #include <util/pid_file.h>
@@ -23,7 +25,6 @@
 #include <dhcpsrv/lease_file_loader.h>
 #include <log/logger_manager.h>
 #include <log/logger_name.h>
-#include <config.h>
 
 #include <iostream>
 #include <sstream>
index 6df64052d5ca1ce487e69dfbab16753c3f84ead9..5c169bcad520d8684ce06f0677966598e177dcb1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2013, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include "command_options.h"
 #include <exceptions/exceptions.h>
 #include <dhcp/iface_mgr.h>
@@ -20,7 +22,6 @@
 #include <boost/lexical_cast.hpp>
 #include <boost/date_time/posix_time/posix_time.hpp>
 
-#include <config.h>
 #include <sstream>
 #include <stdio.h>
 #include <stdlib.h>
index 05d1c6c2950a6e3550a5fbc3199123a4d0489b6d..9328cd81dbcbb93dec0078a8c4bca67c10ef696d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <dhcp/libdhcp++.h>
 #include <dhcp/dhcp4.h>
 
index 0ede077ab5393556120c70bae11c110281b469c6..916f79480f697d596f22626613958df8bcd501de 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <iostream>
 #include <exceptions/exceptions.h>
 #include <dhcp/libdhcp++.h>
index 80cd705500ac80ae21db7c6b41a31f17ddc2367a..34f0dce90459c4e1f7740d45f096541e15e01b18 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <iostream>
 
 #include <exceptions/exceptions.h>
index 8dc8b7a09b349adda59ef9c4bbdd73f1b6f89efc..1f4c5c76ad50e4a411d85237b7f1676e99303dc3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2014,2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 
 #include <exceptions/exceptions.h>
 #include <asiolink/io_address.h>
index d4aecc663266dce8dcad392687997818d78bac99..00063b9508bacd77f613e2e8912464c73d248cdd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <cstddef>
 #include <stdint.h>
 #include <string>
index b6e415b8349d009de250ab18a3f5240bc54490c8..11c3ba025afef26dc6833efd48160fc5db39262e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include "../packet_storage.h"
 #include <dhcp/dhcp6.h>
 #include <dhcp/pkt6.h>
index 6147bf727c7bc864d72048e49f1890a3ba339715..c6f6b8a72c4fa767931359d46dfc6705e3cc3013 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <boost/shared_ptr.hpp>
 
 #include <exceptions/exceptions.h>
index 7bdf7a5256436c7f4e2a1dd1809663b54f1aa45c..c70612034a15910468657bba76ce4fc58534b81d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2013,2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2013, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include "command_options_helper.h"
 #include "../test_control.h"
 
index ccdd5319dcd5ed2fb260bc18b5cefb05f08d5baf..4bba46e8e1dc8b6e35b6527a71e182c2fbfe614a 100644 (file)
@@ -14,6 +14,8 @@
 
 /// @file load_unload.cc Defines the load and unload hooks library functions.
 
+#include <config.h>
+
 #include <hooks/hooks.h>
 #include <user_chk_log.h>
 #include <user_registry.h>
index 1ea1e8a2207f55478d810be10bc3b6ab588aadb4..47ef91e816795ac4bc2e34752c3b9d6b8e83da4b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -14,6 +14,7 @@
 
 /// @file pkt_receive_co.cc Defines the pkt4_receive and pkt6_receive callout functions.
 
+#include <config.h>
 #include <hooks/hooks.h>
 #include <dhcp/pkt4.h>
 #include <dhcp/dhcp6.h>
index 1a5d3fcd10b565e3482de3ea93e17c594f32691c..f0a7e5a90b3efa0002bbdb64247893276e5f686f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013,2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -14,6 +14,7 @@
 
 /// @file pkt_send_co.cc Defines the pkt4_send and pkt6_send callout functions.
 
+#include <config.h>
 #include <asiolink/io_address.h>
 #include <hooks/hooks.h>
 #include <dhcp/dhcp4.h>
index 1c38759acc632eb8905177ee304c971795d24206..d30fd37aa0b70ace86441e8f621ce46e9efe5d15 100644 (file)
@@ -14,6 +14,7 @@
 
 /// @file subnet_select_co.cc Defines the subnet4_select and subnet6_select callout functions.
 
+#include <config.h>
 #include <hooks/hooks.h>
 #include <dhcp/pkt4.h>
 #include <dhcp/dhcp6.h>
index 60babf405727b14149c307ce2864f10592e4a8db..638cc059eb0867ef3ecd0f02e96e58ba4cef9d28 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -13,6 +13,8 @@
 // PERFORMANCE OF THIS SOFTWARE.
 // version.cc
 
+#include <config.h>
+
 #include <hooks/hooks.h>
 
 extern "C" {
index 0a0314486b27424d9992e4d6a07f3cc51707b08b..024a6c4d0218a1a8d5bf1e8922a395b526af62eb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -15,8 +15,6 @@
 #ifndef IO_FETCH_H
 #define IO_FETCH_H 1
 
-#include <config.h>
-
 #include <boost/shared_array.hpp>
 #include <boost/shared_ptr.hpp>
 #include <boost/date_time/posix_time/posix_time_types.hpp>
index 54b134b1e69b66d509b98f505e6f88efc5a4a5fe..31ff2a99a0e12b17855f60160de91bf817999790 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <algorithm>
 #include <cstdlib>
 #include <string>
index 54fdfd78997644d5946b69a63c192ed86b6997a9..d594a17dc8e8967acb263703390aabd0bc2a3196 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <unistd.h>             // for some IPC/network system calls
 #include <netinet/in.h>
 #include <sys/socket.h>
@@ -19,8 +21,6 @@
 
 #include <boost/shared_array.hpp>
 
-#include <config.h>
-
 #include <asio.hpp>
 #include <asio/error.hpp>
 #include <asiolink/dummy_io_cb.h>
index 18eca95b56236834e537d0cd0654af9bde1fb7b0..4953d74ffcc41cdd160ebbb8254d2806dc7e77c9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -30,8 +30,6 @@
 #include <boost/bind.hpp>
 #include <boost/numeric/conversion/cast.hpp>
 
-#include <config.h>
-
 #include <util/buffer.h>
 #include <util/io_utilities.h>
 
index b0adf2eae848578d1ccfe9bc2bfdddd0f6a66023..ed923b495b021ada3128a510ccfe9d6c76a2a1a7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -18,6 +18,8 @@
 /// receive-close sequence and checking that the asynchronous notifications
 /// work.
 
+#include <config.h>
+
 #include <string>
 
 #include <arpa/inet.h>
index be62590630027cbd64820a3237368dabd6facef4..c95932eace103c75238a500012170d092e7ced0a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -18,6 +18,8 @@
 /// receive-close sequence and checking that the asynchronous notifications
 /// work.
 
+#include <config.h>
+
 #include <string>
 
 #include <arpa/inet.h>
index 4ac49c996d67a1bcb5c4061f1644afb3186a71a5..6213e28ddeddc947d6b3f3b6f666aa4ee4e4c0e7 100644 (file)
@@ -25,8 +25,6 @@
 
 #include <cstddef>
 
-#include <config.h>
-
 #include <asiolink/io_asio_socket.h>
 #include <asiolink/io_endpoint.h>
 #include <asiolink/io_service.h>
index e0549068183cda9bd8f939cd39bb937d307c1511..6502c51bdd532cd890e8dee08faa89be5097bf94 100644 (file)
@@ -97,6 +97,7 @@ libkea_dhcp___include_HEADERS = \
     option_int_array.h \
     option_space.h \
     option_string.h \
+    pkt.h \
     pkt4.h \
     pkt6.h \
     pkt_filter.h \
index 4ef0e2b5ae5e459d7022c20c043259ed4395f30b..046bbdabf105168130e32e679ba893bc017a1cf4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcp/classify.h>
 #include <util/strutil.h>
 #include <boost/algorithm/string/classification.hpp>
index df00cc5bfbe645f863fab056bc3663f2aa0a0ae2..7d71f95365c088caab4fa46205b302dec686f983 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,8 +12,6 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
-#include <config.h>
-
 #ifndef CLASSIFY_H
 #define CLASSIFY_H
 
index 5c2366144a49985ceed648de409511ee0ba86a97..989aec7c6a28bdb4343313d785f604b6f86ae5c3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2013, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcp/libdhcp++.h>
 #include <dhcp/option.h>
 #include <exceptions/exceptions.h>
index 45c22625eecbbbe5e474763c9f9997038b0e7f55..f86c2cdc6797c5ffcf0c8f988127b64cd9735079 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2012 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2012, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <asiolink/io_address.h>
 #include <dhcp/dhcp6.h>
 #include <dhcp/libdhcp++.h>
index a5751ddf11309120a7c501c3a419cc384a7ba26b..2079d0421d203719b2ab36997ebe0e9fa2b24c9e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2013, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcp/dhcp6.h>
 #include <dhcp/libdhcp++.h>
 #include <dhcp/option6_ia.h>
index 9e02be78766bebd63a0d73c9459bdb625deb4274..8474eb492335cfe406a01669c939f05cfc863a4b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2013, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <asiolink/io_address.h>
 #include <dhcp/dhcp6.h>
 #include <dhcp/libdhcp++.h>
index 5aded2e90fc5ae5bd592c1d4aea9e7042b2d5614..f7b483557a196469e957d456d8f13ec7192b9920 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <asiolink/io_address.h>
 #include <dhcp/dhcp6.h>
 #include <dhcp/libdhcp++.h>
index 849b76d8dd90f0cdc7d7ae5b5bd61bf9363bf53a..b91cac392eea47496750c9c74d7a2da72f95c94b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2013, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcp/libdhcp++.h>
 #include <dhcp/option_data_types.h>
 #include <dhcp/option_custom.h>
index 214d01fff650a8519aca7904a270bfe54312cfe2..db8429a38407b112b3279457e7ff7cb139b926c8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcp/dhcp4.h>
 #include <dhcp/dhcp6.h>
 #include <dhcp/option4_addrlst.h>
index 0d5c550ba4b3a9805ead69a6ade8e117c06427a0..0cc328a8c254c71ecf78acf899af877e0ec5bacd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <dhcp/dhcp4.h>
 #include <dhcp/dhcp6.h>
 #include <dhcp/option_vendor.h>
index 50b6c7e021ff07f7920f62b8670abd96fc8f0087..82e5319c394f7dba5ea0cb52a7cbf5a5f73036d9 100755 (executable)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <utility>
 #include <dhcp/pkt.h>
 #include <dhcp/iface_mgr.h>
index 06fd12db30b95ecb3fbf771db9e24e6bba9802c6..3ba40cf628c615039b20f693e50e0db5871f36e9 100644 (file)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <asiolink/io_address.h>
 #include <dhcp/dhcp4.h>
 #include <dhcp/libdhcp++.h>
index bc60bf4ebbfa127c4ea053e3bbfa11f1e97ccf48..a8d6644c1785afe5fb1007217000ce5297ada0ea 100755 (executable)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <dhcp/dhcp6.h>
 #include <dhcp/libdhcp++.h>
 #include <dhcp/option.h>
index 03927fb92a989fca38c569a5f32cba98d3475195..99ff292bb357161e8c850e24e80a0f33b1e4788b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <dhcp/pkt_filter6.h>
 
 namespace isc {
index c3229838b3d37757c93c480686c570554d2fd4a2..29161bf9a17678e118534c246886e368db24f8c7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <dhcp/iface_mgr.h>
 #include <dhcp/pkt6.h>
 #include <dhcp/pkt_filter_inet6.h>
index d93f8c4954d546ec3ec9d740a68aa6ee190d1ac2..1d67352aa00e5e317e7ce1ab027c70dfcea1e220 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <asiolink/io_address.h>
 #include <dhcp/dhcp6.h>
 #include <dhcp/protocol_util.h>
index 52fc5d2c0f343f569d99b91f22e7b5aa725c7805..2cbaac1081c17d67ff2bd157dcf0ab86842ee090 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <dhcp/pkt_filter.h>
 #include <dhcp/pkt_filter_inet.h>
 #include <dhcp/pkt_filter_inet6.h>
index b752eaafa365acccdec224ff8b662bdb92775d85..3b4edba83a5c6ccb3267d486780bf0c955a909c5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <dhcp/tests/pkt_filter6_test_stub.h>
 
 namespace isc {
index 59dd4b5fca3ed098fdd55f71d8bc8151d4295573..31c37258b7c48c7652eca66c51533cea9db29e23 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <asiolink/io_address.h>
 #include <dhcp/pkt6.h>
 #include <dhcp/tests/pkt_filter6_test_utils.h>
index c3f2f84ac7abaecd192499ded65c303f0a6953f3..124604e42eefedc0f1b853ba53b710c531ebc6dd 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <dhcp/tests/pkt_filter_test_stub.h>
 
 namespace isc {
index 526eb03a79c3dc2756c6081aeb4b1ae3aab09af8..f3bfd2136f6a8633ebef85c11eabcd219659887b 100644 (file)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <asiolink/io_address.h>
 #include <dhcp/pkt4.h>
 #include <dhcp/tests/pkt_filter_test_utils.h>
index e0378922c9d378e7edc6b6d9d84b554ab019a7b4..c22a57f61e1565fa21f425c4028fa6d4c563dce0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <dhcp_ddns/dhcp_ddns_log.h>
 #include <dhcp_ddns/ncr_udp.h>
 
index 0ea2f715672629999f4c8e0bac19bdf15686c915..d1559a98502b7714e78c9fd3216bf589a6964256 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2014  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <asiolink/interval_timer.h>
 #include <dhcp_ddns/ncr_io.h>
 #include <dhcp_ddns/ncr_udp.h>
index 86dacb9b3738c2d75169bb77998ec652b502f175..eabfc8e6fe2276ce47b53a483e0d95adef1cdf7b 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <dhcpsrv/alloc_engine.h>
 #include <dhcpsrv/dhcpsrv_log.h>
 #include <dhcpsrv/host_mgr.h>
index 7849e51c0ef22a9b276bb250ddb111c53ffa5945..352de873fe0e5c577c519f1a88d25a86cd7ce7bd 100644 (file)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcpsrv/cfg_hosts.h>
 #include <dhcpsrv/hosts_log.h>
 #include <exceptions/exceptions.h>
index e26b25327f57ea333cdeb9e1b3f5cdbaeef42aff..285951a67a0384182f4e6caaea4a98ce2a2ce729 100644 (file)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcp/iface_mgr.h>
 #include <dhcpsrv/dhcpsrv_log.h>
 #include <dhcpsrv/cfg_iface.h>
index 4421b642e605dfe92da14506fa4eb123b8df095b..e734f1041596e1aaf371790e19dd803e416421f2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcp/libdhcp++.h>
 #include <dhcp/option_definition.h>
 #include <dhcp/option_space.h>
index 7ec5531902a3a0f5bf3a7baba5cc8fee60ce30b0..3a27e4a6feb5a26982cebcd2be6aebb947796f43 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcp/iface_mgr.h>
 #include <dhcpsrv/cfg_subnets4.h>
 #include <dhcpsrv/dhcpsrv_log.h>
index 38be135e42c80b12258f104530903383e33bdb57..8031f3f653b7037ff4c4fa40fe656210e8a83278 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcpsrv/cfg_subnets6.h>
 #include <dhcpsrv/dhcpsrv_log.h>
 #include <dhcpsrv/subnet_id.h>
index 632b2f63a22f1ea6b94108201873b86053f9f0f2..8d3147e6b87a38d9f58f2370e23b4342211de1b4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <asiolink/io_address.h>
 #include <dhcp/iface_mgr.h>
 #include <dhcp/libdhcp++.h>
index d4d60fff69f03dfed4c90cf7b6ac729e4e8aad5a..a812785857197d72d103c9bd4e8cb8f0dfaf222e 100644 (file)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcpsrv/csv_lease_file4.h>
 
 using namespace isc::asiolink;
index 2b1cfd887abdcede3e1670e37fb39fac016426a5..13551a4808af9502bf0ad0f6e17f9367cde0f31a 100644 (file)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcpsrv/dhcpsrv_log.h>
 #include <dhcpsrv/csv_lease_file6.h>
 
index c6fd77cef0800d33712b6d68a45a2d92d13bd03b..139ed8b1cd5af5c5a24100415af06801d71e84f8 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <dhcp_ddns/ncr_udp.h>
 #include <dhcpsrv/d2_client_cfg.h>
 #include <dhcpsrv/dhcpsrv_log.h>
index 22bb74da5283b20f89f06423af7f90ac5fc1aa74..bebee02ba10175c4f71e95d8f941c75ce6239282 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <dhcp/iface_mgr.h>
 #include <dhcp_ddns/ncr_udp.h>
 #include <dhcpsrv/d2_client_mgr.h>
index df94be84bcb480e689f6904b91f65d1c8c1b26f9..8009a796af67edd58905d45f4cd159f14d5791bd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,6 @@
 #ifndef DAEMON_H
 #define DAEMON_H
 
-#include <config.h>
 #include <cc/data.h>
 #include <dhcpsrv/srv_config.h>
 #include <util/signal_set.h>
index 3b94e3c708c4a62610ec222d268be7d863ce881f..43efb8629936f8364db131894d2662467fcd7461 100644 (file)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcpsrv/host.h>
 #include <util/strutil.h>
 #include <exceptions/exceptions.h>
index e11b9aaf687245341cb74f5a8253ecbe62a83d2d..a0a3e455cfe91ed9753e395fe6bac16f3685aea1 100644 (file)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcpsrv/cfg_hosts.h>
 #include <dhcpsrv/cfgmgr.h>
 #include <dhcpsrv/host_mgr.h>
index 6a8f358358579f9ff073aa53a8f6516818a23162..2190f42da0eec65e76833f8ed44dc38772e33439 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2013, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <dhcpsrv/lease_mgr.h>
 #include <exceptions/exceptions.h>
 
index 9fd678938219ce81408b0093790b778cb0b0709b..bdc6840296b7759d605c2344f84501dbb32224f5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2013, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
-#include "config.h"
+#include <config.h>
 
 #include <dhcpsrv/dhcpsrv_log.h>
 #include <dhcpsrv/lease_mgr_factory.h>
index bf783842e83bb28b2811c9dd43bb7550ef50a8c0..b65b9b95ef062812ddbf0f326d441ad8dfb56684 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <cc/data.h>
 #include <dhcpsrv/logging.h>
 #include <boost/foreach.hpp>
index 1c403735f07c05bae04369e5b3f239a6b182e0db..a030130e7254da2df9ffe448e7304e56009cf72c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
-
+#include <config.h>
 #include <dhcpsrv/cfgmgr.h>
 #include <dhcpsrv/logging_info.h>
 #include <log/logger_name.h>
index 7da7477aa00a4065fdf8ea724247b243135a1f82..0afb22149e292060b31fd7c8792a14b8b1e19f2c 100644 (file)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcpsrv/cfgmgr.h>
 #include <dhcpsrv/dhcpsrv_log.h>
 #include <dhcpsrv/lease_file_loader.h>
index ddccc10515691eb6dbfbbc9e0107fd3563167eaf..e84810922863ab15ff18623eed1b0749f15b4ee1 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <dhcp/option.h>
 #include <dhcpsrv/dhcpsrv_log.h>
 #include <dhcpsrv/lease_mgr_factory.h>
index 4abf27144c3ab89aa6ff3ead9c104e7f7dc9cd0f..6898049ce8a3d3219b010b6f639668a1fa39207d 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <dhcp/iface_mgr.h>
 #include <dhcp/libdhcp++.h>
 #include <dhcpsrv/cfgmgr.h>
index 1d1f48b5f5b233b0a3da813da7177f3a23fd4174..b5ddc0fcff863d26c044727689ad3151f2b3a48b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <asiolink/io_address.h>
 #include <dhcpsrv/cfgmgr.h>
 #include <dhcpsrv/parsers/host_reservation_parser.h>
index c335ba28f02faaf3176c41d0779852ec5cdb89e3..80cadd44e3bfaa25ee7e49229e11273026338eaf 100644 (file)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <cc/data.h>
 #include <dhcpsrv/cfgmgr.h>
 #include <dhcpsrv/dhcpsrv_log.h>
index d2b9a78870671d900747af8c9de5fbe805011cf5..2108645c2f70bdb9454602bf1de9886aa5782a67 100644 (file)
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcpsrv/cfgmgr.h>
 #include <dhcpsrv/srv_config.h>
 #include <log/logger_manager.h>
index 089f312010721990c1a5a5af06632bed7f28950d..04db5e3a6982c73c8947d0061fb70bcf51d53483 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <asiolink/io_address.h>
 #include <dhcp/option_space.h>
 #include <dhcpsrv/addr_utilities.h>
index 4e3bcfd36abd522b964d1b51932f08bd2d25cde4..26d835217dc664cddf8ec11b436a8d00bff304f2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -18,6 +18,8 @@
 /// This is the source of a test library for the basic DHCP parser 
 /// tests.  It just has to load - nothing else.
 
+#include <config.h>
+
 #include <hooks/hooks.h>
 
 extern "C" {
index 8bff17559deb3acdd938171913acb6eff394febe..536f6768b8aaf295773467740a5e0335a2ad35a2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcpsrv/tests/generic_lease_mgr_unittest.h>
 #include <dhcpsrv/tests/test_utils.h>
 #include <asiolink/io_address.h>
index 5d7cd9db01d5115776588216e86ddbc45c01439a..4177a7f8fb1c0726fd2e9d17f212c365de0d2dac 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include <dhcpsrv/callout_handle_store.h>
 #include "test_get_callout_handle.h"
 
index e794ded64b8792d01d17e6ded8ad47796cb631a8..1a36406b68c1922d52eb38292d49c4af2ab3e90e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
 #include "test_utils.h"
 #include <asiolink/io_address.h>
 #include <gtest/gtest.h>
index 9dd5c6073f8bbfb45dd1d9c218410b64085e0dc1..665355581a08ba626a067fd6d2de2a2f0a57194a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <hooks/callout_handle.h>
 #include <hooks/callout_manager.h>
 #include <hooks/hooks_log.h>
index e5645d5c7c7bcee11bad5b5a7f052b15d4ee0c2d..ed108dac98de724abbc8ed976c87ab2702b27c03 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <hooks/hooks.h>
 #include <log/logger_support.h>
 
index abfdb5c658f3dbb17c94bb331e5c8c8d2589356c..0caf2bd1674ad71ed08c2221c0d6efe72763f4db 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,6 @@
 #ifndef HOOKS_H
 #define HOOKS_H
 
-#include <config.h>
 #include <hooks/callout_handle.h>
 #include <hooks/library_handle.h>
 
index 7be52624d8640b8b8b88c32a98c2cd86c4f07683..133d5059b8fc6f106c1d3e3cd6df43d744040f16 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 #include <hooks/hooks.h>
 #include <hooks/hooks_log.h>
index 88d7f0e2faa0a2d028c520a4a91e062a2804232d..e15835fac05af57b4dd08147ab8aefb417040575 100644 (file)
@@ -39,6 +39,7 @@
 ///   log messages are duplicated purposely, to check that the logger handles
 ///   the duplicates correctly.
 
+#include <config.h>
 #include <hooks/hooks.h>
 #include <fstream>
 #include <log/logger.h>
index e90fd36c3f3c5563ae932657b2cc786897235a68..baf634f8ef1c45fde19140c30f2a64977cc74deb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -22,6 +22,8 @@
 /// - All three framework functions are supplied (version(), load() and
 ///   unload()) and all generate an exception.
 
+#include <config.h>
+
 #include <hooks/hooks.h>
 
 #include <exception>
index 267dca48565bfb126d51463c42cbe424c528fa3d..b80c357a78b73b666efe337c6831b5b780d9cca2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -37,6 +37,8 @@
 ///   the same name to the three callouts (data_1 passed to hookpt_one, data_2
 ///   to hookpt_two etc.) and the result is returned in the argument "result".
 
+#include <config.h>
+
 #include <hooks/hooks.h>
 #include <hooks/tests/marker_file.h>
 
index 76d2b9496b59eae72d3fbe04df36157c1c457709..56030f5ea54e3ada0009527fedd7e4153789d1b9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -22,6 +22,7 @@
 /// - It contains the version() framework function only, which returns an
 ///   incorrect version number.
 
+#include <config.h>
 #include <hooks/hooks.h>
 
 extern "C" {
index 365773c1b06326fe47c080ca138031aa59b5792b..3f8ea9cae2e7977a693c226a77bca195480fd701 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -33,6 +33,7 @@
 ///   the same name to the three callouts (data_1 passed to hookpt_one, data_2
 ///   to hookpt_two etc.) and the result is returned in the argument "result".
 
+#include <config.h>
 #include <hooks/hooks.h>
 
 using namespace isc::hooks;
index a42be2b406a47041af984353e396e301a820f520..71ddd66c9133bb84c2f292f331b692ff31e15ef4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -22,6 +22,7 @@
 /// - All framework functions are supplied.  "version" returns the correct
 ///   value, but "load" and unload return an error.
 
+#include <config.h>
 #include <hooks/hooks.h>
 
 using namespace isc::hooks;
index bcb62fc2796ccde4438cda4778bc823101331211..e33057d53f0d6b693395cffeed86f74248dbc64e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -23,6 +23,8 @@
 ///   returns a valid value and "unload" creates a marker file and returns
 ///   success.
 
+#include <config.h>
+
 #include <hooks/hooks.h>
 #include <hooks/tests/marker_file.h>
 
index 3b11d95e235129e4837d67407e6a38b5c2804837..a94eaffcc46f000dbc7bb7e620502f2208730c1e 100644 (file)
@@ -52,9 +52,11 @@ libkea_log_la_LDFLAGS = -no-undefined -version-info 1:0:0
 # written libraries only need the definitions for logger.h and dependencies.
 libkea_log_includedir = $(pkgincludedir)/log
 libkea_log_include_HEADERS = \
+    log_dbglevels.h \
     log_formatter.h \
     logger.h \
     logger_level.h \
     macros.h \
+    message_initializer.h \
     message_types.h
 
index 0b38b11061394fffc59a062d3362926273f67a82..f8ac5accbb2a614719c3923002226127d681370b 100644 (file)
@@ -11,7 +11,7 @@ endif
 
 CLEANFILES = *.gcno *.gcda
 
-noinst_PROGRAMS = message
+bin_PROGRAMS = message
 
 message_SOURCES = message.cc
 message_LDADD   = $(top_builddir)/src/lib/log/libkea-log.la
index 4df365e29dc8079f65df048ac36bbae975d63b78..a5f97bdd96538120e9f1745768aac6f1f27accae 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <log/interprocess/interprocess_sync_file.h>
 
 #include <util/unittests/check_valgrind.h>
index 9cd5cc77b4791cbe97c045a42cb9f5183fb0e26f..b8ff7a32e63a639b8276d03a4abc2183f4bcd3e3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
-#include "config.h"
+#include <config.h>
 #include <log/log_formatter.h>
 
 #include <cassert>
index 781fcbe519f1dceadc574746fdd1e4ba66f1b673..084c5705ed252f666cf8b00c995f56f8977ef59f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
-#include "config.h"
+#include <config.h>
 #include <gtest/gtest.h>
 
 #include <log/macros.h>
index f0a9a594e79d19ce530e34830191eb6d55e49103..2358d0822c2f8839f1851ecd4323f5fb5449bf8e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
-#include "config.h"
+#include <config.h>
 #include <gtest/gtest.h>
 
 #include <util/unittests/resource.h>
index e20a941bdd7c8faa6f5f347f1077e9b321fbe59a..2848b541421a23dba30b01f7a523dfc7623cf6a5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011, 2014  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011, 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 
 #include <util/unittests/resource.h>
index f12ec0191c908370d0c1fb9c20967b5f4985e809..d88cef039f1b99ac4cac8f3f47a66753ad2a2df9 100644 (file)
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <log/message_initializer.h>
 #include <gtest/gtest.h>
 
index 1881f78f0c74ec868561778e7b8d50aa09575c22..b8ee11edf79f78170850ede856c296e8cf89f6d7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -15,8 +15,6 @@
 #ifndef ISC_TESTUTILS_MOCKUPS_H
 #define ISC_TESTUTILS_MOCKUPS_H 1
 
-#include <config.h>
-
 #include <exceptions/exceptions.h>
 
 #include <cc/data.h>
index 0ca15a4f6f136aa36ed9692a8a18db12f4e96950..2eb7334c4fd1bc12688fb3a3d0cf1f03139aa1b9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2009, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 
 #include <exceptions/exceptions.h>
index 5288d9b0c3b22e85b22ccb8bc9985e1a24e7ff6f..9190c25aa6699f459b381ae7fc8880f00a101bd6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <util/io/fd.h>
 #include <util/io/fd_share.h>
 
index 1a1d3ee7c1fa563124b6d81bee246a25aba98015..c827252cd6315034cf6ada0f098456abc0c91e23 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <util/unittests/check_valgrind.h>
 
 #include <util/io/fd.h>
index 0e0ec08b867c1f1b839c2e9f508e470c9edb0010..3a85f2d8589e0a8c6c76f02fc8ea7dd4ad156cb5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,7 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
-#include "config.h"
+#include <config.h>
 
 #include "sync.h"
 
index 9f9e3fff114d6d7fbebfd578f274d066176614be..dca2503e7d30e16b051da61447f0175593c5159c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012, 2015  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <config.h>
+
 #include <util/threads/thread.h>
 #include <util/unittests/check_valgrind.h>