]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Added #include <config.h> to all .cc files.
authorAndrei Pavel <andrei.pavel@qualitance.com>
Wed, 14 Dec 2016 14:15:52 +0000 (16:15 +0200)
committerAndrei Pavel <andrei.pavel@qualitance.com>
Wed, 14 Dec 2016 14:15:52 +0000 (16:15 +0200)
329 files changed:
src/bin/d2/d2_log.cc
src/bin/d2/d2_update_message.cc
src/bin/d2/d2_zone.cc
src/bin/d2/tests/d2_unittests.cc
src/bin/dhcp4/dhcp4_log.cc
src/bin/dhcp4/tests/callout_library_1.cc
src/bin/dhcp4/tests/callout_library_2.cc
src/bin/dhcp4/tests/dhcp4_unittests.cc
src/bin/dhcp4/tests/marker_file.cc
src/bin/dhcp6/dhcp6_log.cc
src/bin/dhcp6/tests/callout_library_1.cc
src/bin/dhcp6/tests/callout_library_2.cc
src/bin/dhcp6/tests/dhcp6_unittests.cc
src/bin/dhcp6/tests/marker_file.cc
src/bin/lfc/lfc_log.cc
src/bin/lfc/tests/lfc_controller_unittests.cc
src/bin/lfc/tests/lfc_unittests.cc
src/bin/perfdhcp/rate_control.cc
src/bin/perfdhcp/tests/rate_control_unittest.cc
src/bin/sockcreator/main.cc
src/bin/sockcreator/sockcreator.cc
src/bin/sockcreator/tests/run_unittests.cc
src/hooks/dhcp/user_chk/tests/run_unittests.cc
src/hooks/dhcp/user_chk/tests/user_file_unittests.cc
src/hooks/dhcp/user_chk/tests/user_registry_unittests.cc
src/hooks/dhcp/user_chk/tests/user_unittests.cc
src/hooks/dhcp/user_chk/tests/userid_unittests.cc
src/hooks/dhcp/user_chk/user.cc
src/hooks/dhcp/user_chk/user_chk_log.cc
src/hooks/dhcp/user_chk/user_file.cc
src/hooks/dhcp/user_chk/user_registry.cc
src/lib/asiodns/logger.cc
src/lib/asiodns/tests/run_unittests.cc
src/lib/asiolink/tests/io_service_unittest.cc
src/lib/asiolink/tests/run_unittests.cc
src/lib/cc/tests/data_unittests.cc
src/lib/cc/tests/run_unittests.cc
src/lib/cfgrpt/cfgrpt.cc
src/lib/cfgrpt/tests/run_unittests.cc
src/lib/config/command_mgr.cc
src/lib/config/command_socket.cc
src/lib/config/command_socket_factory.cc
src/lib/config/config_data.cc
src/lib/config/config_log.cc
src/lib/config/module_spec.cc
src/lib/config/tests/command_mgr_unittests.cc
src/lib/config/tests/command_socket_factory_unittests.cc
src/lib/config/tests/config_data_unittests.cc
src/lib/config/tests/module_spec_unittests.cc
src/lib/config/tests/run_unittests.cc
src/lib/cryptolink/botan_hash.cc
src/lib/cryptolink/botan_hmac.cc
src/lib/cryptolink/botan_link.cc
src/lib/cryptolink/crypto_hash.cc
src/lib/cryptolink/crypto_hmac.cc
src/lib/cryptolink/cryptolink.cc
src/lib/cryptolink/openssl_hash.cc
src/lib/cryptolink/openssl_hmac.cc
src/lib/cryptolink/openssl_link.cc
src/lib/cryptolink/tests/run_unittests.cc
src/lib/dhcp/duid.cc
src/lib/dhcp/duid_factory.cc
src/lib/dhcp/hwaddr.cc
src/lib/dhcp/opaque_data_tuple.cc
src/lib/dhcp/option4_addrlst.cc
src/lib/dhcp/option4_client_fqdn.cc
src/lib/dhcp/option6_client_fqdn.cc
src/lib/dhcp/option_data_types.cc
src/lib/dhcp/option_opaque_data_tuples.cc
src/lib/dhcp/option_space.cc
src/lib/dhcp/option_string.cc
src/lib/dhcp/option_vendor_class.cc
src/lib/dhcp/tests/run_unittests.cc
src/lib/dhcp_ddns/dhcp_ddns_log.cc
src/lib/dhcp_ddns/ncr_msg.cc
src/lib/dhcp_ddns/tests/ncr_unittests.cc
src/lib/dhcp_ddns/tests/run_unittests.cc
src/lib/dhcp_ddns/tests/test_utils.cc
src/lib/dhcpsrv/addr_utilities.cc
src/lib/dhcpsrv/alloc_engine_log.cc
src/lib/dhcpsrv/cfg_duid.cc
src/lib/dhcpsrv/cfg_expiration.cc
src/lib/dhcpsrv/cfg_host_operations.cc
src/lib/dhcpsrv/cfg_option.cc
src/lib/dhcpsrv/cfg_rsoo.cc
src/lib/dhcpsrv/client_class_def.cc
src/lib/dhcpsrv/cql_connection.cc
src/lib/dhcpsrv/database_connection.cc
src/lib/dhcpsrv/dhcpsrv_log.cc
src/lib/dhcpsrv/host_data_source_factory.cc
src/lib/dhcpsrv/hosts_log.cc
src/lib/dhcpsrv/lease.cc
src/lib/dhcpsrv/mysql_connection.cc
src/lib/dhcpsrv/ncr_generator.cc
src/lib/dhcpsrv/parsers/client_class_def_parser.cc
src/lib/dhcpsrv/parsers/expiration_config_parser.cc
src/lib/dhcpsrv/pgsql_exchange.cc
src/lib/dhcpsrv/pool.cc
src/lib/dhcpsrv/tests/cfg_mac_source_unittest.cc
src/lib/dhcpsrv/tests/generic_host_data_source_unittest.cc
src/lib/dhcpsrv/tests/lease_file_io.cc
src/lib/dhcpsrv/testutils/config_result_check.cc
src/lib/dns/benchmarks/message_renderer_bench.cc
src/lib/dns/benchmarks/oldmessagerenderer.cc
src/lib/dns/benchmarks/rdatarender_bench.cc
src/lib/dns/exceptions.cc
src/lib/dns/master_lexer.cc
src/lib/dns/master_lexer_inputsource.cc
src/lib/dns/master_loader_callbacks.cc
src/lib/dns/masterload.cc
src/lib/dns/message.cc
src/lib/dns/messagerenderer.cc
src/lib/dns/name.cc
src/lib/dns/nsec3hash.cc
src/lib/dns/opcode.cc
src/lib/dns/question.cc
src/lib/dns/rcode.cc
src/lib/dns/rdata/ch_3/a_1.cc
src/lib/dns/rdata/generic/afsdb_18.cc
src/lib/dns/rdata/generic/detail/char_string.cc
src/lib/dns/rdata/generic/detail/nsec3param_common.cc
src/lib/dns/rdata/generic/detail/nsec_bitmap.cc
src/lib/dns/rdata/generic/dlv_32769.cc
src/lib/dns/rdata/generic/ds_43.cc
src/lib/dns/rdata/generic/minfo_14.cc
src/lib/dns/rdata/generic/nsec_47.cc
src/lib/dns/rdata/generic/rp_17.cc
src/lib/dns/rdata/generic/spf_99.cc
src/lib/dns/rdata/generic/txt_16.cc
src/lib/dns/rdata/hs_4/a_1.cc
src/lib/dns/rdata/in_1/a_1.cc
src/lib/dns/rdata/in_1/aaaa_28.cc
src/lib/dns/rdata/in_1/dhcid_49.cc
src/lib/dns/rdata/in_1/srv_33.cc
src/lib/dns/rdata/template.cc
src/lib/dns/rdatafields.cc
src/lib/dns/rrclass.cc
src/lib/dns/rrcollator.cc
src/lib/dns/rrparamregistry-placeholder.cc
src/lib/dns/rrparamregistry.cc
src/lib/dns/rrset.cc
src/lib/dns/rrset_collection.cc
src/lib/dns/rrttl.cc
src/lib/dns/rrtype.cc
src/lib/dns/serial.cc
src/lib/dns/tests/dns_exceptions_unittest.cc
src/lib/dns/tests/edns_unittest.cc
src/lib/dns/tests/master_lexer_inputsource_unittest.cc
src/lib/dns/tests/master_lexer_state_unittest.cc
src/lib/dns/tests/master_lexer_token_unittest.cc
src/lib/dns/tests/master_lexer_unittest.cc
src/lib/dns/tests/master_loader_callbacks_test.cc
src/lib/dns/tests/master_loader_unittest.cc
src/lib/dns/tests/masterload_unittest.cc
src/lib/dns/tests/message_unittest.cc
src/lib/dns/tests/messagerenderer_unittest.cc
src/lib/dns/tests/name_unittest.cc
src/lib/dns/tests/nsec3hash_unittest.cc
src/lib/dns/tests/opcode_unittest.cc
src/lib/dns/tests/question_unittest.cc
src/lib/dns/tests/rcode_unittest.cc
src/lib/dns/tests/rdata_afsdb_unittest.cc
src/lib/dns/tests/rdata_caa_unittest.cc
src/lib/dns/tests/rdata_char_string_data_unittest.cc
src/lib/dns/tests/rdata_char_string_unittest.cc
src/lib/dns/tests/rdata_cname_unittest.cc
src/lib/dns/tests/rdata_dhcid_unittest.cc
src/lib/dns/tests/rdata_dname_unittest.cc
src/lib/dns/tests/rdata_dnskey_unittest.cc
src/lib/dns/tests/rdata_ds_like_unittest.cc
src/lib/dns/tests/rdata_hinfo_unittest.cc
src/lib/dns/tests/rdata_in_a_unittest.cc
src/lib/dns/tests/rdata_in_aaaa_unittest.cc
src/lib/dns/tests/rdata_minfo_unittest.cc
src/lib/dns/tests/rdata_mx_unittest.cc
src/lib/dns/tests/rdata_naptr_unittest.cc
src/lib/dns/tests/rdata_ns_unittest.cc
src/lib/dns/tests/rdata_nsec3_unittest.cc
src/lib/dns/tests/rdata_nsec3param_like_unittest.cc
src/lib/dns/tests/rdata_nsec3param_unittest.cc
src/lib/dns/tests/rdata_nsec_unittest.cc
src/lib/dns/tests/rdata_nsecbitmap_unittest.cc
src/lib/dns/tests/rdata_opt_unittest.cc
src/lib/dns/tests/rdata_pimpl_holder_unittest.cc
src/lib/dns/tests/rdata_ptr_unittest.cc
src/lib/dns/tests/rdata_rp_unittest.cc
src/lib/dns/tests/rdata_rrsig_unittest.cc
src/lib/dns/tests/rdata_soa_unittest.cc
src/lib/dns/tests/rdata_srv_unittest.cc
src/lib/dns/tests/rdata_sshfp_unittest.cc
src/lib/dns/tests/rdata_tlsa_unittest.cc
src/lib/dns/tests/rdata_tsig_unittest.cc
src/lib/dns/tests/rdata_txt_like_unittest.cc
src/lib/dns/tests/rdata_unittest.cc
src/lib/dns/tests/rdatafields_unittest.cc
src/lib/dns/tests/rrclass_unittest.cc
src/lib/dns/tests/rrcollator_unittest.cc
src/lib/dns/tests/rrparamregistry_unittest.cc
src/lib/dns/tests/rrset_collection_unittest.cc
src/lib/dns/tests/rrset_unittest.cc
src/lib/dns/tests/rrttl_unittest.cc
src/lib/dns/tests/rrtype_unittest.cc
src/lib/dns/tests/run_unittests.cc
src/lib/dns/tests/serial_unittest.cc
src/lib/dns/tests/tsig_unittest.cc
src/lib/dns/tests/tsigerror_unittest.cc
src/lib/dns/tests/tsigkey_unittest.cc
src/lib/dns/tests/tsigrecord_unittest.cc
src/lib/dns/tests/zone_checker_unittest.cc
src/lib/dns/tsig.cc
src/lib/dns/tsigerror.cc
src/lib/dns/tsigkey.cc
src/lib/dns/tsigrecord.cc
src/lib/dns/zone_checker.cc
src/lib/eval/eval_context.cc
src/lib/eval/eval_log.cc
src/lib/eval/evaluate.cc
src/lib/eval/lexer.cc
src/lib/eval/parser.cc
src/lib/eval/tests/run_unittests.cc
src/lib/eval/token.cc
src/lib/exceptions/exceptions.cc
src/lib/exceptions/tests/exceptions_unittest.cc
src/lib/exceptions/tests/run_unittests.cc
src/lib/hooks/callout_handle.cc
src/lib/hooks/hooks_log.cc
src/lib/hooks/hooks_manager.cc
src/lib/hooks/libinfo.cc
src/lib/hooks/library_handle.cc
src/lib/hooks/library_manager_collection.cc
src/lib/hooks/server_hooks.cc
src/lib/hooks/tests/callout_handle_unittest.cc
src/lib/hooks/tests/callout_manager_unittest.cc
src/lib/hooks/tests/handles_unittest.cc
src/lib/hooks/tests/hooks_manager_unittest.cc
src/lib/hooks/tests/library_manager_collection_unittest.cc
src/lib/hooks/tests/library_manager_unittest.cc
src/lib/hooks/tests/run_unittests.cc
src/lib/hooks/tests/server_hooks_unittest.cc
src/lib/log/buffer_appender_impl.cc
src/lib/log/compiler/message.cc
src/lib/log/interprocess/interprocess_sync_file.cc
src/lib/log/interprocess/interprocess_sync_null.cc
src/lib/log/interprocess/tests/interprocess_sync_null_unittest.cc
src/lib/log/interprocess/tests/run_unittests.cc
src/lib/log/log_messages.cc
src/lib/log/logger.cc
src/lib/log/logger_impl.cc
src/lib/log/logger_level.cc
src/lib/log/logger_level_impl.cc
src/lib/log/logger_manager.cc
src/lib/log/logger_name.cc
src/lib/log/logger_support.cc
src/lib/log/logger_unittest_support.cc
src/lib/log/logimpl_messages.cc
src/lib/log/message_dictionary.cc
src/lib/log/message_initializer.cc
src/lib/log/message_reader.cc
src/lib/log/output_option.cc
src/lib/log/tests/buffer_logger_test.cc
src/lib/log/tests/init_logger_test.cc
src/lib/log/tests/logger_example.cc
src/lib/log/tests/logger_level_impl_unittest.cc
src/lib/log/tests/logger_level_unittest.cc
src/lib/log/tests/logger_lock_test.cc
src/lib/log/tests/logger_manager_unittest.cc
src/lib/log/tests/logger_name_unittest.cc
src/lib/log/tests/logger_specification_unittest.cc
src/lib/log/tests/logger_support_unittest.cc
src/lib/log/tests/message_dictionary_unittest.cc
src/lib/log/tests/message_initializer_1_unittest.cc
src/lib/log/tests/message_initializer_1a_unittest.cc
src/lib/log/tests/message_reader_unittest.cc
src/lib/log/tests/output_option_unittest.cc
src/lib/log/tests/run_initializer_unittests.cc
src/lib/log/tests/run_unittests.cc
src/lib/process/d_log.cc
src/lib/process/io_service_signal.cc
src/lib/process/tests/run_unittests.cc
src/lib/stats/context.cc
src/lib/stats/observation.cc
src/lib/stats/stats_mgr.cc
src/lib/stats/tests/run_unittests.cc
src/lib/testutils/io_utils.cc
src/lib/testutils/log_utils.cc
src/lib/testutils/unix_control_client.cc
src/lib/util/boost_time_utils.cc
src/lib/util/csv_file.cc
src/lib/util/encode/base_n.cc
src/lib/util/filename.cc
src/lib/util/io/fd.cc
src/lib/util/io/fd_share.cc
src/lib/util/labeled_value.cc
src/lib/util/memory_segment_local.cc
src/lib/util/pid_file.cc
src/lib/util/process_spawn.cc
src/lib/util/random/qid_gen.cc
src/lib/util/signal_set.cc
src/lib/util/stopwatch.cc
src/lib/util/stopwatch_impl.cc
src/lib/util/strutil.cc
src/lib/util/tests/base32hex_unittest.cc
src/lib/util/tests/base64_unittest.cc
src/lib/util/tests/filename_unittest.cc
src/lib/util/tests/hex_unittest.cc
src/lib/util/tests/io_utilities_unittest.cc
src/lib/util/tests/labeled_value_unittest.cc
src/lib/util/tests/memory_segment_common_unittest.cc
src/lib/util/tests/memory_segment_local_unittest.cc
src/lib/util/tests/pid_file_unittest.cc
src/lib/util/tests/process_spawn_unittest.cc
src/lib/util/tests/qid_gen_unittest.cc
src/lib/util/tests/run_unittests.cc
src/lib/util/tests/signal_set_unittest.cc
src/lib/util/tests/stopwatch_unittest.cc
src/lib/util/tests/strutil_unittest.cc
src/lib/util/tests/time_utilities_unittest.cc
src/lib/util/threads/tests/run_unittests.cc
src/lib/util/time_utilities.cc
src/lib/util/unittests/fork.cc
src/lib/util/unittests/interprocess_util.cc
src/lib/util/unittests/newhook.cc
src/lib/util/unittests/resource.cc
src/lib/util/unittests/run_all.cc
src/lib/util/unittests/testdata.cc
src/lib/util/unittests/wiredata.cc
src/lib/util/versioned_csv_file.cc
src/lib/util/watch_socket.cc
tools/system_messages.cc

index 1b292a7b610fee4262f3e0020886ed3d6a9e2f3e..643e819a17f423a13ef8a038895b61ddcea18706 100644 (file)
@@ -6,6 +6,8 @@
 
 /// Defines the logger used by the top-level component of kea-dhcp-ddns.
 
+#include <config.h>
+
 #include <d2/d2_log.h>
 
 namespace isc {
index a9b0613d51b956143bc835a4c4e743d9c912550e..0b59fb54ca47c9a5eddd6313d6f0c8f678d42511 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <d2/d2_update_message.h>
 #include <dns/messagerenderer.h>
 #include <dns/name.h>
index 60f2000546dfafba53df8f338a6272d9adfb3104..e029d17d018480f31eaec5415114b789a94faab2 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <d2/d2_zone.h>
 
 namespace isc {
index cc0c6448a3b9268b1dd7b725bfe04778f5858620..adf63af5f998adc486662c94359ce157623f49ab 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <log/logger_support.h>
 #include <d2/d2_log.h>
 #include <gtest/gtest.h>
index a62f7c7e321df8a78037a9ebacab65c5274c7f5d..4f82a1b3a9a057cc720be639f8ea5ca67cdce0aa 100644 (file)
@@ -7,6 +7,8 @@
 /// @file dhcp4_log.cc
 /// Contains the loggers used by the DHCPv4 server component.
 
+#include <config.h>
+
 #include <dhcp4/dhcp4_log.h>
 
 namespace isc {
index 72045f28d05eea26a36430a715d063df16cf0e5f..866652c6f6b2cdd8c7a91e9f80d0fa492b2ec02d 100644 (file)
@@ -11,4 +11,6 @@
 /// tests.  See callout_common.cc for details.
 
 static const int LIBRARY_NUMBER = 1;
+#include <config.h>
+
 #include "callout_library_common.h"
index 3c7bbe00ff633a1b889b76ba3a93bcde3a97e71e..ae417a29697419429eb60c7790db85628be5277b 100644 (file)
@@ -11,4 +11,6 @@
 /// tests.  See callout_common.cc for details.
 
 static const int LIBRARY_NUMBER = 2;
+#include <config.h>
+
 #include "callout_library_common.h"
index cc3dfb538928a945151c9800d3e1364432fe8782..3a7d4ec2a3972ad3f4444e925ea12d1584ade546 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <log/logger_support.h>
 #include <dhcp4/dhcp4_log.h>
 #include <gtest/gtest.h>
index 090a6e8430ddef7a4d41974780b4f78240beb25a..066e1f763ce041ee7f437346fd6156a1630dffbb 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include "marker_file.h"
 
 #include <gtest/gtest.h>
index 9b65fd4f2044142f7fcac52e48760b6be08824f8..98e319457ec57a4483d50cb07a47fac57d51adce 100644 (file)
@@ -7,6 +7,8 @@
 /// @file dhcp6_log.cc
 /// Contains the loggers used by the DHCPv6 server component.
 
+#include <config.h>
+
 #include <dhcp6/dhcp6_log.h>
 
 namespace isc {
index 72045f28d05eea26a36430a715d063df16cf0e5f..866652c6f6b2cdd8c7a91e9f80d0fa492b2ec02d 100644 (file)
@@ -11,4 +11,6 @@
 /// tests.  See callout_common.cc for details.
 
 static const int LIBRARY_NUMBER = 1;
+#include <config.h>
+
 #include "callout_library_common.h"
index 3c7bbe00ff633a1b889b76ba3a93bcde3a97e71e..ae417a29697419429eb60c7790db85628be5277b 100644 (file)
@@ -11,4 +11,6 @@
 /// tests.  See callout_common.cc for details.
 
 static const int LIBRARY_NUMBER = 2;
+#include <config.h>
+
 #include "callout_library_common.h"
index 5cc826cf83b7649856c8fe888e66879debb0e352..a98f513ba182cdc6d28764876f2495f49a63d639 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <log/logger_support.h>
 
 #include <gtest/gtest.h>
index 090a6e8430ddef7a4d41974780b4f78240beb25a..066e1f763ce041ee7f437346fd6156a1630dffbb 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include "marker_file.h"
 
 #include <gtest/gtest.h>
index 91e7765465765e97887affe89791ff7d147ef804..1a21b357e1446b562975e5469009804390b65cca 100644 (file)
@@ -6,6 +6,8 @@
 
 /// Defines the logger used by the top-level component of kea-lfc.
 
+#include <config.h>
+
 #include <lfc/lfc_log.h>
 
 namespace isc {
index 76a80ddb388f02fa1acaf07a978c238288020048..ae120125a7d6eba1d14ba24850fad0f9acf1791e 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <lfc/lfc_controller.h>
 #include <util/csv_file.h>
 #include <gtest/gtest.h>
index da8a4fcc22c2acf4693add9e9e1a0db6fff29fb5..02cb292d08f0d3bf3e86ee52f3279224385564ac 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <log/logger_support.h>
 #include <gtest/gtest.h>
 
index 8eb59863fb7488e6e5893a523dc167595d8ca89f..e6611287bd5a57cdeb722048fa5142f0e5515b10 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 #include "rate_control.h"
 
index 674659484b991fcc1551d47ff61827ad22ebdab1..a1f23f35297f1c8b88f2f0bb1b2fbb6fa2cfe0bb 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 #include "rate_control.h"
 #include <gtest/gtest.h>
index d390c5bcd7f9beb1cddc69003309cf2c6a09d040..e47c1b20185d72e8c66bca0dff5d62c2d17e8c3f 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include "sockcreator.h"
 #include <unistd.h>
 
index 9ec6dc2bf4b7f50409266436ef51c9004115f9ad..62fb6f3d1c902ccb47a4d86f56e78ac8da917062 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include "sockcreator.h"
 
 #include <util/io/fd.h>
index e34b99530267f6e03e389bc5bdaa51460149078e..035ba2a7ece15867ec7497c62de4780610bf2735 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 #include <util/unittests/run_all.h>
 
index 06acda398400ef20dd35d428596aea9e65847cdb..83d8a9fa8e685da86d8fc2cca9a3eb485c3ee787 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <log/logger_support.h>
 
 #include <gtest/gtest.h>
index cdc25cb9476fa8fd8c3df303b490dbc25b03bc51..a5c57955e1a27da100819dd1acb2c786abf05db3 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 #include <test_data_files_config.h>
 #include <user_file.h>
index 9eb83d0f39751752a0f8995245b4ae76cef3715d..b3bee367b2e543b65ddfb72f717f7fc6e32725ab 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp/hwaddr.h>
 #include <exceptions/exceptions.h>
 #include <user_registry.h>
index 84d090b48f28145ed7ac5fc770292ff6355f8d1a..3672bed9ccd508efd76f95da296f17bddab88d80 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 #include <user.h>
 
index 45702da97c3859bd01aac91cac871212fbfde363..728ef5c710a3b9712cb329d97e50d1ce9505c33a 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 #include <user.h>
 
index 776c8fedc9fc417cd46e0cd9a2227f8125e914ae..ecfc3a9f992c83d51a6029b0a8dd9d8af12ff849 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp/hwaddr.h>
 #include <dhcp/duid.h>
 #include <exceptions/exceptions.h>
index 2fa0d215b958ef54d898b7ec558f43e639382536..f9261aa1b365af99429b9b12ed5da7fd945bd883 100644 (file)
@@ -5,6 +5,8 @@
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 /// Defines the logger used by the user check hooks library.
+#include <config.h>
+
 #include <user_chk_log.h>
 
 namespace user_chk {
index d5e0979d4c4bff2b4dfc79f072b8aff21e4f0c6a..1586cf5e11aa84000b20ddd10715c33e63a571da 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cc/data.h>
 #include <user.h>
 #include <user_file.h>
index f4acbf0231a806c272220ca3c38014abed5ff636..bc02016e21f059be97b65ef22476eefd19de1353 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <user_registry.h>
 #include <user.h>
 
index 3f6d5d5b30f7a2071cbc8b499451bfe32fe1f2c5..b14701c3c3c93b38101c90e59755e93eacfea07b 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <asiodns/logger.h>
 
 namespace isc {
index 784fa599ba7f57e5e5916d217bd4644136c974dd..5d71cc9b7457fde21581ffdac96338c80161cb3c 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 #include <util/unittests/run_all.h>
 
index 70887c3d243bb1722b3ec17751570ceb75f72ae5..b1c33956be4fe48212db98b9bdde23bb4e7a4f0a 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <asiolink/io_service.h>
 
 #include <gtest/gtest.h>
index 7044863677f15b351528e7521c21f6c3b0b42498..395dcd1d6e20f250cdcf13e71f81a16fccc9ce0b 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 #include <util/unittests/run_all.h>
 #include <log/logger_manager.h>
index 6b1a657e5c0b8b62f091707e1869b9a0e8a04b26..aa1ea68b079bb87ceda21ef85076c5d6ec4a51bf 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 #include <boost/foreach.hpp>
 #include <boost/assign/std/vector.hpp>
index 0b4b59721b9f9cdf8e9627e909f7350bdee1b794..40c051fba26825f593c241f7f3ac89b185f78b0d 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 #include <util/unittests/run_all.h>
 #include <log/logger_support.h>
index facd80c6063b14592e0d269fa2d4c8f491027009..747a5da3056cee08abedd981ca774f294ecf7956 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <sstream>
 
 #include <cfgrpt/config_report.h>
index 2f54b37ce21761e9cefe928f40964b157ae3452c..9d621ae1fa89149f7cae6e31b517285f33d78cf2 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 
 int
index ae33188014de8ec205db30e04518642d5e067c09..df6496aaf7b5edd49b7d1f82108c09a48f10e9c7 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <config/command_mgr.h>
 #include <config/command_socket_factory.h>
 #include <cc/data.h>
index 0f4cf2c9d29fd5d4fccd541cde016239d9b104fd..307b9f923bdbc160d89e0151f5607599b8cfeb80 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <config/command_socket.h>
 #include <config/command_mgr.h>
 #include <config/config_log.h>
index 83534e3e9c1fe87786d5802a5868cc11a8f1e23a..03b8dce9b07c6c3c1133d3766847b356fc3bb5d0 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <config/command_socket_factory.h>
 #include <config/config_log.h>
 #include <config/command_mgr.h>
index 82537bc96a701429603279cbfd78604b4bbf9e7a..cabd59470b36a37535ce6d981a3311a9a2d3af64 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <config/config_data.h>
 
 #include <boost/foreach.hpp>
index 40c991835169c34971f7438e8d361606b6899539..b1ad13df15670d1b2e29eb01d12fbdf2bde49da9 100644 (file)
@@ -6,6 +6,8 @@
 
 /// Defines the logger used by the config lib
 
+#include <config.h>
+
 #include "config/config_log.h"
 
 namespace isc {
index 0c9613b2b46af1b69eb4800331233729995dbc2a..30692e12c958481e5fbe53f7162f20484c59fd76 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <config/module_spec.h>
 
 #include <sstream>
index 3f9a937e16a0c667759ff3c13edfb2e37fd03eee..0b2fbbea4be917d81093c80b5c220bed27db67af 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 
 #include <config/command_mgr.h>
index 567d169364c3b90bdea273f42098e03b3066d816..f7e9993b152b081bbbab83186a6f750d04818f8d 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 
 #include <cc/data.h>
index 9c847237e0791dece3324a0d4c3aa55a5cffb3e0..22d68caaece938ce7b1ec1ff3285d20b2f3e3252 100644 (file)
@@ -5,6 +5,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 
 #include <config/tests/data_def_unittests_config.h>
index 5d1aa2a75d178d9b8fb9172fbb616712002b218f..ee6f4bc6e5f0893a38b389b867bcd0543880e56a 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 
 #include <config/module_spec.h>
index c996e816d21f576bd4e5bc619a731dd99c5f8e04..fc385f9f5e8d248b9e07bb6d204c827dee1b0e23 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 #include <util/unittests/run_all.h>
 #include <log/logger_support.h>
index 3220ca1bee6c1e681023e1dd31518fe952472847..dd017c80c2423d43f5bddc33b26526d03b751f77 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cryptolink.h>
 #include <cryptolink/crypto_hash.h>
 
index 454673de8c8d741d8cc1c306a60f0fe286c38d8e..75bacf82a3e07ce67ec98b454f180ec66223b77e 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cryptolink.h>
 #include <cryptolink/crypto_hmac.h>
 
index c8f4a95c389909be76f704a6ab2c6c62faf0706b..c6ca682d210f11e61c46a96d58433fd65d1c8f72 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cryptolink/cryptolink.h>
 #include <cryptolink/crypto_hash.h>
 #include <cryptolink/crypto_hmac.h>
index 9c4a96f1c6410980ffbc8b83de1fd9ff56ab6c59..524ee22003085cd9a8908c118afcaf7776f4d6b6 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cryptolink.h>
 #include <cryptolink/crypto_hash.h>
 
index 8b02fc2ab48a226620e89a5f2f712cb0de00d007..23ce242f124897effd41ef300f593274ef3a03ca 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cryptolink.h>
 #include <cryptolink/crypto_hmac.h>
 
index d3e47331666e24e195f12e223870a3f2b66572b6..3bae155ce5f84c0e9326569ee74e9317367cb649 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cryptolink/cryptolink.h>
 #include <cryptolink/crypto_hash.h>
 #include <cryptolink/crypto_hmac.h>
index e1f5aa80474b7a9945fc23e324d999d2da2f7b5d..f05683be87f233ef70093b5634eb59f834464039 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cryptolink.h>
 #include <cryptolink/crypto_hash.h>
 
index d73b373f52b53c56808b639767c6beb65031e554..efb4bc1e572b98859221e50f975614ee76341110 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cryptolink.h>
 #include <cryptolink/crypto_hmac.h>
 
index f7914992a56ec1cd06d7f703d423cdd0cd4e503f..dac6ee4fd1b0905dd603891d65e2b8f393c10938 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cryptolink/cryptolink.h>
 #include <cryptolink/crypto_hash.h>
 #include <cryptolink/crypto_hmac.h>
index 59c202c718ea359e249cc6fc51b4049c2562b1db..9f3b06f39c3e92c0d852a3c0bb4592a8f8651fc8 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <log/logger_support.h>
 #include <util/unittests/run_all.h>
 
index f500ad155e28b96411701fba20e1ebced9118922..373c26c0c0782fd42d2aed48dd7f71c80ca2f656 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp/duid.h>
 #include <exceptions/exceptions.h>
 #include <util/io_utilities.h>
index b5563f07c677e9c8ea0156c9dec20bab834829cd..a792c30db7fb9c08b1131d91fc9d2948d79daba1 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp/duid_factory.h>
 #include <dhcp/iface_mgr.h>
 #include <exceptions/exceptions.h>
index 92f62247e4fcc416b21ab661a488bc7b0d709bc0..9416f2d412a9bea134885e8f14879369174e013e 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp/hwaddr.h>
 #include <dhcp/dhcp4.h>
 #include <exceptions/exceptions.h>
index 8205c9f0b3afb17fda1f85ace5a14668b189285b..0694c31ebcf9b4fd2004862562877379edcec355 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp/opaque_data_tuple.h>
 
 namespace isc {
index d83aa7022dd36d4e89c4e74d6a197467fad4b810..b6a1cb3a0562b1024f0e929555fb2e9f1828bc60 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <asiolink/io_address.h>
 #include <dhcp/option4_addrlst.h>
 #include <exceptions/exceptions.h>
index 1984e8b7e3f4d62030357a3eb6c90e57bd7b1a5b..d6438ad3654f45092c0e92cbad06750296a2260d 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp/dhcp4.h>
 #include <dhcp/option4_client_fqdn.h>
 #include <dns/labelsequence.h>
index e1c7c565c7e3e115fa70d6c1ef2d24fd3d58ea59..58803ce107bc080bb51c53312e4b75a470b80506 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp/dhcp6.h>
 #include <dhcp/option6_client_fqdn.h>
 #include <dns/labelsequence.h>
index 55a0145c67d251d5f87088a1d07bc181d03f0501..8d3c025aca98f415bbb76fa62094d4d04978a96f 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp/option_data_types.h>
 #include <dns/labelsequence.h>
 #include <dns/name.h>
index 1fc5c614ea04a05e592b8a9a72a1834a68c6f4c1..637dcf3de1082bdc0d1d4f775fc4aecf50864563 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 #include <dhcp/opaque_data_tuple.h>
 #include <dhcp/option_opaque_data_tuples.h>
index 5f2c33262910fe957f746928179bf15e6237ccfa..3be318bfe753949538ac8d536a3d0309a3ff1503 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp/option_space.h>
 #include <boost/algorithm/string/classification.hpp>
 #include <boost/algorithm/string/predicate.hpp>
index ddf3052025946730dcb648c5810b1de3e8ec90c3..1f5c12f329edc917e20fedd3dbf723a0e08d156a 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp/option_string.h>
 #include <sstream>
 
index e6ae79c7548ca9425560e3a716dcca1da0be75fb..d282ccb7a49998a3e92c8c0bf34614f53b5e1569 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 #include <dhcp/opaque_data_tuple.h>
 #include <dhcp/option_vendor_class.h>
index 5cb81c4a8af50be5266e7e2e3943f09c8cfb7064..e1c0801f51989e06947699d411a3d8d15f1a03f2 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <log/logger_support.h>
 
 #include <gtest/gtest.h>
index 5a7235713f8373f3ff93eedb37ba2df3d9834d86..2be7be58d1305374506fd47f31bc7f2044d0a0a8 100644 (file)
@@ -6,6 +6,8 @@
 
 /// Defines the logger used by the top-level component of kea-dhcp_ddns.
 
+#include <config.h>
+
 #include <dhcp_ddns/dhcp_ddns_log.h>
 
 namespace isc {
index f579a0274a9f0ceddcf276b01ecf127ea5c26112..bf2d085398d3197e05837ef03f9b5609a1037d0d 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp_ddns/ncr_msg.h>
 #include <dns/name.h>
 #include <asiolink/io_address.h>
index 5cb4a05e6afee90716779f86dda279984e16a44b..fe76829793834069a317de147e841b37d76b432e 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp_ddns/ncr_io.h>
 #include <dhcp/duid.h>
 #include <dhcp/hwaddr.h>
index 5cb81c4a8af50be5266e7e2e3943f09c8cfb7064..e1c0801f51989e06947699d411a3d8d15f1a03f2 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <log/logger_support.h>
 
 #include <gtest/gtest.h>
index b61ee1cf990a154f08cc1e143e94656a57aa5daf..0671307e7d313b9371ad69296cc6c1e0fdca5512 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 
 #include <sys/select.h>
index b55d8ec2d55080dc2d15d190fa62e46382644837..8b6c7b375378f7decd652ece975e5fa60f0bf137 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcpsrv/addr_utilities.h>
 #include <exceptions/exceptions.h>
 
index 7fe927ee74c7e0c0978b7c14b3be04a4ebcc52a9..3d5fa15d6081e34bcf815ae1aba646aa3b1efc93 100644 (file)
@@ -6,6 +6,8 @@
 
 /// @brief Defines the logger used by the @c isc::dhcp::AllocEngine
 
+#include <config.h>
+
 #include "dhcpsrv/alloc_engine_log.h"
 
 namespace isc {
index d9c6e382eda86904b349dd50cc57a7792942dfa6..3a0f1611a9c1cab5570aaa8a780ea708627513cc 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp/duid_factory.h>
 #include <dhcpsrv/cfg_duid.h>
 #include <util/encode/hex.h>
index 6c5bce2a378e0b020535a871dc40af93d8c94ce2..9d1b501668c12c382703868b22bc12e8d3ffb522 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcpsrv/cfg_expiration.h>
 #include <exceptions/exceptions.h>
 #include <limits>
index 6a19f1b4543706cbffb37b6854d461de5ff19816..aec147ff81691d37677b0a91a392dbe0495d58c8 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 #include <dhcpsrv/cfg_host_operations.h>
 #include <algorithm>
index 8947dd5335d3e063130cddab64cd62ce7a43f15a..ee263299e78dab32e50ada5a7cb7980e6c7e05d5 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp/libdhcp++.h>
 #include <dhcp/option_space.h>
 #include <dhcpsrv/cfg_option.h>
index fbcbd90048f3949ac7ca934c3651c9703a35066e..a08652c2c7db0c25df56b3579d6bf9e97e01a037 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp/dhcp6.h>
 #include <dhcpsrv/cfg_rsoo.h>
 
index 010457eaed64e346141eadb08d2661157bbada8c..bdce9041743c9150c1ad1bd637d4e32212f95433 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include "client_class_def.h"
 #include <boost/foreach.hpp>
 
index 1dec234ebf53133a768c44aeee22446c47575f5f..e6eda96a66bf5a7e4a3ed59c6afe94d658479e1c 100644 (file)
@@ -14,6 +14,8 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+#include <config.h>
+
 #include <dhcpsrv/cql_connection.h>
 #include <string>
 
index 0aa886fa889f62a5da6942d7b78b5e0fdeb03028..bd48009ebd51e4c48e905dbf5dd5d89fecf56c7c 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcpsrv/database_connection.h>
 #include <dhcpsrv/db_exceptions.h>
 #include <dhcpsrv/dhcpsrv_log.h>
index 8fe4c462f9e67c9c169f3533792cfdd6b0d14a54..ea2231c3be96094025b5187737b05f3b754af86d 100644 (file)
@@ -6,6 +6,8 @@
 
 /// Defines the logger used by the NSAS
 
+#include <config.h>
+
 #include "dhcpsrv/dhcpsrv_log.h"
 
 namespace isc {
index 380d6c8a3b3392cf904213209e6e5dd6b869b1b6..1f73f26fd03c5d4f79cf5834f30455a2f9997c17 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include "config.h"
 
 #include <dhcpsrv/dhcpsrv_log.h>
index 1a3433c1924f1c48279289703a6e46d82d1a9fbb..fbcb97e197d5c7567b783f6bd39479d37873102b 100644 (file)
@@ -6,6 +6,8 @@
 
 /// @brief Defines the logger used by the @c isc::dhcp::HostMgr
 
+#include <config.h>
+
 #include "dhcpsrv/hosts_log.h"
 
 namespace isc {
index 7dceb9db6997ff734ac7d7efc8a9adb8b40884a0..892fca943c3d2a337d9b066c9b2a6c7f37a179e8 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcpsrv/lease.h>
 #include <util/pointer_util.h>
 #include <sstream>
index 06162bdf1e6ea92de89d811bd5a907a325d29b94..182de56ae08850b47e2c48d14e9f1bd39de51bb2 100644 (file)
@@ -5,6 +5,8 @@
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 
+#include <config.h>
+
 #include <dhcpsrv/dhcpsrv_log.h>
 #include <dhcpsrv/mysql_connection.h>
 #include <exceptions/exceptions.h>
index 89b4244303f88a4c6a278f3917ab5e6d9b8c7813..7b0e9f29d2a52406621605b2f6ad7267ac76c55b 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp/option_data_types.h>
 #include <dhcpsrv/cfgmgr.h>
 #include <dhcpsrv/dhcpsrv_log.h>
index c939a4eaa44efe710a7bc152cb86206999641e74..82bb8bff56f71a1f4abaa064aeceb798b99419de 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cc/data.h>
 #include <dhcpsrv/cfgmgr.h>
 #include <dhcpsrv/client_class_def.h>
index 4bd8bfe4e68674143afa7ae0f982be0b7a038187..2e3b6abe7dfc633b7629c47168daa9eb0facd365 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cc/data.h>
 #include <dhcpsrv/cfg_expiration.h>
 #include <dhcpsrv/cfgmgr.h>
index 259dfadbcb09bf93b0f9a7cc15e7975e982b251a..c59c901a7004811043dd2ba1378d9dd66ed330bb 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcpsrv/pgsql_exchange.h>
 
 #include <boost/lexical_cast.hpp>
index 15112b0147b7dde8cb7219b16a61292c9ddf3488..2991d820824a8f701c998558de575bcc4619c2a5 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <asiolink/io_address.h>
 #include <dhcpsrv/addr_utilities.h>
 #include <dhcpsrv/pool.h>
index c54158db36e663e08cd81f2738d8d228d713173c..ee30cd30f989fe5034f56d10a715d26c51fdd952 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcpsrv/cfg_mac_source.h>
 #include <dhcp/hwaddr.h>
 #include <exceptions/exceptions.h>
index 43a87fb860f2e210ff961787c9df6484a1950ebb..a1d0484181a7ee38e93ff93dc763588a273ea768 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp/dhcp6.h>
 #include <dhcp/libdhcp++.h>
 #include <dhcp/option4_addrlst.h>
index 26da172b8264a635a076f6dcd5741e50297bbb1f..edeec4f85ddfe54d359a1c4deb641eb2fe882dc3 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcpsrv/tests/lease_file_io.h>
 #include <fstream>
 #include <sstream>
index e36aac7cce63e86a1e6c490d3697030100698a94..44ea6c0450f0fd025aa7f68985e1d5f8fc230469 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cc/command_interpreter.h>
 #include <dhcpsrv/testutils/config_result_check.h>
 #include <boost/algorithm/string/classification.hpp>
index efc23817ef9032253e064b0ccf118bc7b75211ac..b2e03c18bef83e1a4c614f88fa7dcc680312d8d2 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <bench/benchmark.h>
 
 #include <dns/name.h>
index 46506bf918f4e19c7aed64444259e43220500250..e500df9e12df7177a129793f5253a0a295d2b794 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 #include <util/buffer.h>
 #include <dns/name.h>
index 1ce9d8352fae7c5210710dd865759d5d7a047965..07582765a003c55753a16eb5772e23364f053820 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <iostream>
 #include <fstream>
 #include <string>
index e0a1b791b3c1cd433939a47a43a28155a2d02625..e1643481c3b6992d2dce72d96572f60bdf26935d 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dns/exceptions.h>
 #include <dns/rcode.h>
 
index 7679c704b058d1442c6ed9589c92852e230fc483..c4a8fa5934f99fd745aad58470dcc630ebd3a48e 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 
 #include <dns/master_lexer.h>
index 86d934e750c196b3f8cbff4b7d24c48fbbca8dc7..841fc6c1bb7d16cab2ef6135c2a126873c5a34a9 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dns/master_lexer_inputsource.h>
 #include <dns/master_lexer.h>
 
index e325f77e851348bcff83a38543a0a10b6a1987f3..088a223c314bb01ee9002b0e9805db840421ffd8 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dns/master_loader_callbacks.h>
 
 #include <string>
index 84e5b3731e68458f21a54a02aba52ceaba518e7c..bbb95972728f69889a8f91d20e96f10610548b10 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <istream>
 #include <fstream>
 #include <sstream>
index 6d442fbc08b9cac7aceaeb38940aded4efdcec61..1e7bb7b5944bb0a561932d4f30c196e7302ae36c 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stdint.h>
 
 #include <algorithm>
index 8b56a70197b25a8146765b26b7b2fb7e06a75967..81b2c92dd234ccc280323f8fbed175b280bfc581 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 #include <util/buffer.h>
 #include <dns/name.h>
index e3809b0f5fbed5ceaf9045c1040e11344d39ed58..94dd25e9b27a378904fe66ee5f10be117778c124 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cctype>
 #include <cassert>
 #include <iterator>
index 4f787d39367e3499525bf3b206a6de24562f46e6..6513f2354e3794d17aad89c9232a7a099ec116e3 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stdint.h>
 
 #include <cassert>
index e166b71b1047d24c499f0071eaa460d0cae02331..c6e051a7a9e117a6e45019852e0e189ceccfe5e0 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 #include <ostream>
 
index ace35c3c8462f134eec7e92bd6e728275db9ccaf..f0170d8812ec0343f69d2830d4520f0dba7c5f68 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <iostream>
 #include <string>
 
index cea0626c764dc21bdbff219e3cf9542187f8636d..34d93ce43af87ec2176181e9702e59d2204c6c84 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 #include <sstream>
 #include <ostream>
index 55a7ec00edd8841042760c2a50d7df8db8a7ea91..cd4c824cac1604dafc5b1253e53efccbfa0911dd 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 
 #include <exceptions/exceptions.h>
index 9f1bf41645fa05b24e10160effece35ae29c1fc5..5e82b03efa4b516caf3424cad24921b8f0ac01e0 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 #include <sstream>
 
index 23543294748f489f011e91304ce9877a6919a4ef..8eee8c0edc31db2117e233c0e652f44003751fcb 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 
 #include <dns/exceptions.h>
index 28c93e827240d595c0fe809783f47a3671176eb8..efe488a8a1e30e62513786ef0ba5dcf79de00ae9 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 
 #include <util/encode/hex.h>
index 756f6f0c6ee72c09ab74a138c79be0c91e82973d..d02c11d04ebc41aa9e4b7ea0082e1f1d7c734684 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 
 #include <dns/exceptions.h>
index ee23cf8413b9244c0e20401c02e0c12a3ff89797..66303b7a57ecaf0fdb6dfd4f1830d8f0d64b9d0d 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 
 #include <util/buffer.h>
index f4d9f189c739486380b668bf16d8563fa62abee3..48c421c4d86ea3da7599d401e6d8bd848f32838e 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 
 #include <util/buffer.h>
index 178b59d31581932edf2ab35f49291591b2304c3a..d3dfd1e63065f2eb90fa1eb257a9ea0240a2903e 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 #include <sstream>
 
index 8bbf8664db70fb61bd06f8858c52ad40ef93779f..f8af0e0142b4909df79b6caaaf657dce3edce7a5 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <iostream>
 #include <string>
 #include <sstream>
index 92bab7406d2fac9d819216dbab69f8356cdfe033..43bf64761edb1f62d433bb3005297d61057c29e7 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 #include <sstream>
 
index 1936f1331627b469625f9927112dd76534c8080d..f25585ab531c4ead3453145240827ba86426157f 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stdint.h>
 #include <string.h>
 
index 87d2361a133bb9ce881bfba9d1460f586362a4af..52d6b6473c089ddcf2d63ab134c330b5eb19b9d4 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stdint.h>
 #include <string.h>
 
index 55a7ec00edd8841042760c2a50d7df8db8a7ea91..cd4c824cac1604dafc5b1253e53efccbfa0911dd 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 
 #include <exceptions/exceptions.h>
index 01428bfc3a4f62ac54c80b5953884f919d5a1039..c6585b98ebd04b3eda14be7b6c64a2287a8581c6 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stdint.h>
 #include <string.h>
 
index e1fc39ca84c4c7ea13b419b790948b68d26fb7e6..c967935e8d6290b80a4db43523fc7ae27489715b 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 #include <util/buffer.h>
 #include <dns/exceptions.h>
index 331770836c238ee22550d654f14851a6399554b8..57c79c2d23cb4b37a6f073f95ffef67012e878d8 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stdint.h>
 #include <string.h>
 
index c832d7ceca2c68e48d4227d92e94abab4094f7bf..a8a050ca278bd2dd2d6b991aa0fcb23dbcf8009a 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <iostream>
 #include <sstream>
 
index ed1803e9d798fa81197275e27a3f8d6b4eb22fd7..d20585597ac5813fba4ce3bdfc8798f2d3c35379 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 
 #include <util/buffer.h>
index fd9992bf7c865e3c4e6b2bcd242355f93dc09f42..86ca03bb6fd58223bce254b6372598ecd33762b6 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stdint.h>
 
 #include <cassert>
index 1524149e1e7b837a1f81910f128793f03a2add4f..4617a3e16a055f9995196c33a74719717ff368a9 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stdint.h>
 
 #include <string>
index e879e3eb92322d0a126915fb47ed611748651661..e2fa0e446016efbe42e9a6e6e47152e8a61dc94b 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 
 // include this first to check the header is self-contained.
index c28a7d989c02187d21a8667b3196659331edafef..455c117d69922bbe477307208c23ca0596fff5b4 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cassert>
 #include <algorithm>
 #include <cctype>
index aafa96636f5e6b400ad364805498c3b7fd341121..48505934281413a2de9f2363870616766d229e48 100644 (file)
@@ -11,6 +11,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cassert>
 #include <algorithm>
 #include <cctype>
index e0c90459a4c836fd005d52938f29aedad4acc079..e2b6a48690d42df00731829ea06a8415b8b82de1 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <algorithm>
 #include <string>
 #include <vector>
index 197f81410bd3f3069f5b9ded35dd10d7e618d232..54503044b0859faf48fcd9c63be218987f8d7c86 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dns/rrset_collection.h>
 #include <dns/master_loader_callbacks.h>
 #include <dns/master_loader.h>
index dde905a24dda544a48a34931db225fd37871bd30..83877c74ed5eaab164b7c1219002e6b3db801a92 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stdint.h>
 
 #include <sstream>
index 6be6ee8e459b32250dc4baa655e20c88dfb54bbc..242af518ba347bf218e2512ac0312d8149870b49 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stdint.h>
 
 #include <string>
index 2c50d332bb81c32b55efb51627aa39aaad33b617..842bff838c7f2042c640e0d5d1eac976f3e664b0 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dns/serial.h>
 
 namespace isc {
index bef41628e6bee300add4845f75b7dcfc7b10d0dc..cb606a0b51ae4b8e85e5620bb474761c30066216 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dns/exceptions.h>
 
 #include <gtest/gtest.h>
index 81f9df6d310d56bb081bba8ef7b214cb50fd1779..dfc68cc67ef287ab45fa55ae86cfa7ed76e4a7ff 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <sstream>
 
 #include <exceptions/exceptions.h>
index 88e1fdcbc4317b3de8285eb0513256322084e2a9..c5f618af06359702c546b521a4652f8221af817a 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dns/master_lexer_inputsource.h>
 #include <dns/master_lexer.h>
 #include <exceptions/exceptions.h>
index 56ed5187a349002bdd422db41fcfc3759b2d751c..e81013606891a6ee8375173fb55378d39e50a886 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dns/master_lexer.h>
 #include <dns/master_lexer_inputsource.h>
 #include <dns/master_lexer_state.h>
index 019679c3ac4c829301328192b9534466edc18d04..2167a9f5e6dbc1de6920dea917f784ef1020a2cf 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 
 #include <dns/master_lexer.h>
index 281f43f39077ecfd951923c0cb038f07de75cf79..e19c7c31b641d99c57a31592a5a60dba1acdbdbd 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 
 #include <dns/master_lexer.h>
index c0472507adb7d53e27cff1c4cd0688b4d73b3131..e66f92857baa56dac80e2da890ca7a74bada4fc4 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dns/master_loader_callbacks.h>
 #include <dns/rrset.h>
 #include <dns/name.h>
index 291f825e7f59871b98e35dbcf03e01ccd016eabc..3a4b779e6831278c2d68e21511ada4f6b0d13b2e 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dns/master_loader_callbacks.h>
 #include <dns/master_loader.h>
 #include <dns/rrtype.h>
index 650400a8502881fe7d72522a5e38477afdd3aa78..681c8f0cd7e52661530761a88bae6add8a537105 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <functional>
 #include <ios>
 #include <fstream>
index 01c2d055c2cdbf106621c7d53155d91afaf46d7b..8b6832b7dc593e195250d027fd18bfa72be34519 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <fstream>
 
 #include <boost/scoped_ptr.hpp>
index 9296823b85a1dba6e3c501440cbcd46e4f1f6d91..7754c0dc9aea4b3eb2ad15cc79b1ef2b25bf4caf 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 #include <util/buffer.h>
 #include <dns/name.h>
index c534877404fbb5261bf5a205d04b55a4e822df79..819368d41d4cf6ca2b1f628e1edd4c29aa8b6477 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <vector>
 #include <string>
 #include <sstream>
index 99172689098b625ba2ef8932cc341cf9ab6377dd..b47bb4969bebca7039e05b3833d22c2b2052bddd 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 
 #include <gtest/gtest.h>
index 87df0841c100e842c6b25f2cc7bd02879bcbb87a..9bc60b5b7ea3c667e986e3e6e544921fc56c814a 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <vector>
 #include <sstream>
 
index e091f65242d733b32607b77df6dc42c2fde14484..03d31b10185408dbbd5c09f3dbf304a3e3db338d 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <vector>
 #include <sstream>
 
index 15f484846e20eeb50d9a7560ff0f14e5b7ceb1c5..220248f062ca08da17ecd0620a2502c9a37eea12 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <vector>
 #include <sstream>
 
index 502e2740381ee4568312efb3b39341aed370b3c4..81372ccc4f9f2fc53b08e42ed615d11f1ca1232e 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/buffer.h>
 #include <dns/exceptions.h>
 #include <dns/messagerenderer.h>
index 8f6eb4ecb52d4043d4fd937f9407cf9c5844c699..48b9076d185c3dc4c04f4385d403eed8350f032e 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <algorithm>
 #include <string>
 
index 5ef9e28e7acfa49bdc08240ab1307f70c3a5e960..4ffeadb59389c39a9a12ac0d3163bd590feed1b0 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/unittests/wiredata.h>
 
 #include <dns/exceptions.h>
index 7b830b92bd9bf2a068ff41454b89db8ee974d104..f1618b526c53daf8f4cd912b49751ce8fa38135b 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/unittests/wiredata.h>
 
 #include <dns/exceptions.h>
index 5834ecae24e88da4dda1b6c316a1a99e969466a6..e6663559d20f7602d25e219857c823f8210aaac0 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/buffer.h>
 #include <dns/exceptions.h>
 #include <dns/messagerenderer.h>
index 1e32eb195d4d5f59e4cc3131f5dbef34b5237568..a96c3e4547e10c44bd24ffb503c6cb713e486a48 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 
 #include <util/buffer.h>
index 31aaa74342438032fc59b121e496f5bd7548db33..3bdfb235b3704ab515dbe0d7997a9ae3faf57894 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/buffer.h>
 #include <dns/exceptions.h>
 #include <dns/messagerenderer.h>
index b2e4962177ebd063a693dd17510e2093faf01323..6f0866df73d183895c91659673149ebd0a118c1c 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 
 #include <exceptions/exceptions.h>
index 2c6bdee4c58dde51575941594a3fafbc921ccfee..df72c54c6aa7cbcd961812bf8d633f7bb4645ce5 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <algorithm>
 #include <string>
 
index 0d3fae3b7ddd2ca1d1225e0797c6d59ba0d49520..1830f0550e1ec21b401d479887c140616066efab 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/buffer.h>
 #include <dns/exceptions.h>
 #include <dns/messagerenderer.h>
index 28345d75f8d2931064150d03c301fe3869724e5a..809cfb5bd486bccd40b486757845a2fbd763382a 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dns/rdataclass.h>
 
 #include <util/buffer.h>
index b1e0e9810ebdf9cad18832ede4184dcba28a1695..cc7b07d8c691975e890e990f9ba5eee979fee84a 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/buffer.h>
 #include <dns/exceptions.h>
 #include <dns/messagerenderer.h>
index 4259567700fcf31fbb634bbf7a2a0d2b65ccb20a..fa2393d0ce766b7d804ae7ad72156d4efd722066 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 
 #include <util/buffer.h>
index 53676d538c49740417d00a7569336a6e2eca63ff..b11411f24cdef56ab7c86c40aa847627d29a2c5e 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/buffer.h>
 #include <dns/messagerenderer.h>
 #include <dns/rdata.h>
index fc6a2765f70c49ec75c2c09d98649a681d2abbc6..871424ac8e95b01007b7d9e938945b831a5916a5 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/buffer.h>
 #include <dns/exceptions.h>
 #include <dns/messagerenderer.h>
index 1ae7a0ae60d187ccb2601f0c4be82fd10f8c0189..31bb50800eec8ea8d86d9e51972f8148165aa1b5 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/buffer.h>
 #include <dns/exceptions.h>
 #include <dns/messagerenderer.h>
index 296cb34639d4457d1645237efe0c5da7372c64a1..e4a40c01a54787cd44c1e9487d9fee8eaeeafc02 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 
 #include <exceptions/exceptions.h>
index fa490e735d387c912d294bdacc58fab01a8644e1..c54556408bcb7c2f7f141b98eabfbed628cdc12a 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dns/exceptions.h>
 #include <dns/rdata.h>
 #include <dns/rdataclass.h>
index e67c5846846688c952a9ec09754bb0a14bfcbbff..9a677be1459ebcdf3e908ad6d58c84249090d8cc 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 
 #include <exceptions/exceptions.h>
index e59385476e24b9afbf1f92bccc8f26c9cb8fdb54..69759f8440a9f262bc324d01330f233034498e47 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 
 #include <util/buffer.h>
index fb9ae310f857603971076f3e1a0399539496b5e6..e50a430363cb01e7926885c46e43f12c948e0eda 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dns/tests/unittest_util.h>
 
 #include <dns/exceptions.h>
index 4e55361d9291b8602f30ef6f7eddcd7771a7e8bb..a235183529b2be2f43cecbe4296d71285be5d44c 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/buffer.h>
 #include <dns/messagerenderer.h>
 #include <dns/rdata.h>
index e963b6c0e938ee9da371e1ed595d66a2f7458a01..6ad64c8a5d2e6d2bebc150a9b2ea029754d36c64 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dns/rdata_pimpl_holder.h>
 
 #include <gtest/gtest.h>
index b071420c097978c7bb7ab72e81d97a85007934f7..5ed3bce0f8e5f9a9bcd2c981c7885028b7776ef3 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/buffer.h>
 #include <dns/exceptions.h>
 #include <dns/messagerenderer.h>
index 524b937d193c5ab3263bc3074938ab0a47b60940..e752f13772b7cd83bb38eeb15ac1c93761fcd7b3 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 
 #include <util/buffer.h>
index a4abb6843ebd6462b70cdf66ab83c38b33cc36b8..b198d15c62946bbe27e762e6f71bea771d509a43 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 
 #include <util/buffer.h>
index 442c0f51c5624220e7713d7b727bc9a9bc7cb164..fffd0f8ef8f0b883bcdb55d2ae75704ae9b3f3e2 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/buffer.h>
 #include <dns/messagerenderer.h>
 #include <dns/rdata.h>
index 1f5b669de6570c179b2d8d04a5d614706a8069ef..bde21511795567f2c60ea192d8c0e5f744f9f7b4 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/buffer.h>
 #include <dns/exceptions.h>
 #include <dns/messagerenderer.h>
index 303c1ed3b2ee3b929c566fd952bcbd83cd5c8191..2bf88f38ef1151ef51d1195f88fa2f713244c6e5 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <algorithm>
 #include <string>
 
index 637f3bbcff333f11906f1fb447f3a90bbc6b005d..92970cb0112d4888492649a11a81448cc0c4da54 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <algorithm>
 #include <string>
 
index cbfe7be218a9b071f07b423d59d538f5d6491760..4fdacffaaa5610eec6882b6f1206fb7e6e233ec1 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 
 #include <exceptions/exceptions.h>
index 0774fb1a5c550283c675d98746c88af667d83590..19ada1d69f1d858fe411c90314a8023e70b8e05a 100644 (file)
@@ -6,6 +6,8 @@
 
 // This is the common code for TXT and SPF tests.
 
+#include <config.h>
+
 #include <util/buffer.h>
 #include <dns/exceptions.h>
 #include <dns/rdataclass.h>
index 2fc4f4e77395fac9f29a75848852e3d5f6158507..fa02808dce97d4952879ac515d857d163dd8e484 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <vector>
 #include <string>
 #include <sstream>
index 1f9e09343b272ad7dcd6b0dcb66d7d68c49c1f1f..0531439574edb30f7b46eeb2e8b9fc431d79ac2f 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <vector>
 
 #include <exceptions/exceptions.h>
index 7261b72008448946fae5ab4ebd5a3835f9e67669..cf037cdba2661d9544f88c09519da0d712a7e11a 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 
 #include <util/buffer.h>
index ffbb79591fd291be12ba98da8c5255314d118b3b..3bd1696b6177a1ae69c4220d11fda3ef8da7f791 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 
 #include <dns/name.h>
index b2e58eb534e34be071bd428901153a5c59eaa68d..103b55c5c50ebf3860f9ac0bab13ed097e3567b6 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 #include <sstream>
 
index 5241143a4e2e11f0cd008140fbce685725b83134..be16ab5b5163fa49be8b2f04dfc18b01d5ce4982 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dns/rrset_collection.h>
 #include <dns/rrttl.h>
 #include <dns/rdataclass.h>
index b919c915c4c005f73fd18eb17ff0c7bdae6cb2ed..04258126a5cd4fe803131dca4f8358aadad08da0 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/buffer.h>
 #include <dns/messagerenderer.h>
 #include <dns/name.h>
index 679193e184eb4bc35ce82eea5c8848ec5816760c..3cada14cbc9255b9b338c1123b58edd8ffa10291 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 
 #include <util/buffer.h>
index c0c29f57e6b1702cd6edf45a621e450e426a4c7f..a2f8ba556d9e119251347e63793f2c511a0236e3 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 
 #include <util/buffer.h>
index 0dc5e4d2d8c552c200402f156c228f35baf0b378..de396fadb8d5c557130ee08da87b2b20dc9e8a04 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 #include <util/unittests/run_all.h>
 
index 0880b62ff160d4d926d2fbe8001c72b2ce500cac..305b0b0d7952c25e7cf1300ededfe4b90e462b1b 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 
 #include <dns/serial.h>
index 3f62af63a212a5ff0c9be65d330d0e9a7ca6eb37..85b75532c9b7bd40af3da33922ab504fed8c0689 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <time.h>
 #include <string>
 #include <stdexcept>
index 6460fa15ee04b0f63bb20ce5f9f9bc700a84cdbb..e50f0763d3d5206423a3c01d8b6b5ffd58ca62a0 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 #include <ostream>
 
index e8d84f5e8de749dbe4012a5af3871a6ddd95a942..e28f79eaa0a14f8acc0ae5ad8707b2fbcde32a1d 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 
 #include <gtest/gtest.h>
index d08421ad9ab25035892fdc287e65927f2e128fd9..d2686feb7c8ecb727223f508d6e80e1c9b539cd9 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <vector>
 #include <sstream>
 
index 9530d7a0fa4b75000be0e3e4583b50cdcd00bddf..d99f20a2e66c517157655017745ee77a2bc03510 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dns/zone_checker.h>
 
 #include <exceptions/exceptions.h>
index 513d5e7ae543eeb612a3796ad9c88a2058145630..10bc51abbcbb178e0d8d65a68ba2c0bc2b423de8 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <sys/time.h>
 
 #include <stdint.h>
index 9774d25443cb7a623f8be4e8677678b47a00a56a..d51094a1be899db59c462b1ae6d40cc2fcced0f8 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <ostream>
 #include <string>
 
index 9cd8d21c0e99c7b6aecaecdfb84232ac5fd2f372..ff355d4fa44897e679a07bc4b6f8fc0e6030e323 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <map>
 #include <utility>
 #include <vector>
index 3e29a618b32ba5d98df3d47c5f4d0cd6199129b4..483296ded61710eaf857c7a088f949aedc65a47b 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <ostream>
 #include <string>
 
index bf0f4e639c61b377a7c9446a0b96dd30b6a2802f..3447a00d9babd8f394aed637c53e23db3989035c 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dns/zone_checker.h>
 
 #include <dns/name.h>
index d90d71bee5f678022b1a045999b94629480d04d5..371365abba6092f5b69145c5a6319dc5ca5ba474 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp/dhcp6.h>
 #include <dhcp/option.h>
 #include <dhcp/option_definition.h>
index fcbeab051aca96bda9410227e29a514724809e38..6492ad69c77c62831f0ddebd2aab638685f71af0 100644 (file)
@@ -6,6 +6,8 @@
 
 /// Defines the logger used by the Eval (classification) code
 
+#include <config.h>
+
 #include <eval/eval_log.h>
 
 namespace isc {
index bb947f1991bd058dc522fd629d73954e76c48a68..7858d075bfc6b718863244ea008faec047e8406a 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <eval/evaluate.h>
 
 namespace isc {
index 9984c9f71616819ee6a334bc77402bf6728ce82d..4b1fe600e1499b3273fcb1b1ef124f644845bd52 100644 (file)
@@ -56,6 +56,8 @@
 
 /* begin standard C headers. */
 /* %if-c-only */
+#include <config.h>
+
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
index 2891cb0b4edb0d82b2572338fd88738eaa34ef4d..a2a202163999bf8aae19a522fd434330d9587234 100644 (file)
@@ -45,6 +45,8 @@
 #  endif
 # endif
 
+#include <config.h>
+
 #include "parser.h"
 
 // User implementation prologue.
index fbc187c9ca0ee8c09d897b045aafd385add70095..08f04d1ba98aed9d4db326e10690fed54753239b 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <log/logger_support.h>
 
 #include <gtest/gtest.h>
index c1812c5dca82c10a4fa2f1b5583698e14c75baa4..2f6cb50bdd6b67620869d21129075e5b6574e27f 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <eval/token.h>
 #include <eval/eval_log.h>
 #include <eval/eval_context.h>
index 22ee7aaf468d174625cc0835fab6a609487a3b78..bc0d83ae1cc458d50c389de779b7b107e49c3bea 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 #include <sstream>
 #include <exceptions/exceptions.h>
index 381b84eb028035caf3ca936ab3507a2995da9b45..a2ee41657218e245ea98511db41a9fac75226737 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stdexcept>
 #include <string>
 
index 4df5b5d8f687cc3366b46bd7cb702e4790055aff..92e2240d3dfc8302018dac68b3c190b74076b6e2 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 
 int
index 34c2c4b1fce0bed3a435ffc5403d89eda1c15c15..2eba4deb942fcaf8528205315bd3468e7e2afcf4 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <hooks/callout_handle.h>
 #include <hooks/callout_manager.h>
 #include <hooks/library_handle.h>
index 0426364486e6488dceae2686f896113866c68b44..981c48d7378323754a149e63947171b3abc8d1d6 100644 (file)
@@ -6,6 +6,8 @@
 
 /// Defines the logger used by the Hooks
 
+#include <config.h>
+
 #include <hooks/hooks_log.h>
 
 namespace isc {
index 90d7dc1434c557f0d7da50be724dd28900374385..da6b8d7972ce20430e34c657099a62e462f6290b 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <hooks/callout_handle.h>
 #include <hooks/callout_manager.h>
 #include <hooks/callout_manager.h>
index b55cd91d7817392e8cdaa7810145b034c200e621..2abf3a1d479e563f142b71ef08d9dae1c69be4d8 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <hooks/libinfo.h>
 
 namespace isc {
index 4aebf6fe80437539d2714c9621e181245880f688..2fe75424aa303e60d4fdd815eb6399a8f41b8ef0 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <hooks/callout_manager.h>
 #include <hooks/library_handle.h>
 #include <hooks/hooks_manager.h>
index ae2a37aa304a6f52efad449fa03da8f828b16627..7206ccaf03fcddf60e0346877c0e3c13aa352a16 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <hooks/callout_manager.h>
 #include <hooks/library_manager.h>
 #include <hooks/library_manager_collection.h>
index ebd416998b3ad28aaaa5eae4a4e6b15a264e3b79..2fb8274bff1887eb9103237e148e187446780b09 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 #include <hooks/hooks_log.h>
 #include <hooks/server_hooks.h>
index 990fca4025e7a14973f6df90b4a0c256a8c35b0b..3e3dcba18105ed0042f17b99fdb89e4f929f15a4 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <hooks/callout_handle.h>
 #include <hooks/callout_manager.h>
 #include <hooks/library_handle.h>
index 33357a2ae198ff3da7edde7e4fa7e2a9dabaf817..9b3632aa2d4a8294685a944599bd197b033d84e1 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 #include <hooks/callout_handle.h>
 #include <hooks/callout_manager.h>
index de742e5ba3a7b372205db8da4bbeadb3d2fa98d6..036ed03a1e5eaa6dd7d43043078a92ca67017562 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <hooks/callout_handle.h>
 #include <hooks/callout_manager.h>
 #include <hooks/library_handle.h>
index 9d783d75e01b01e33d629ac4d60cdb68cfaded9c..c3d13651803658e5ee8157d5f470d68377271048 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <hooks/callout_handle.h>
 #include <hooks/hooks_manager.h>
 #include <hooks/server_hooks.h>
index 3325b17f21a95932df2ff9bf0431134d7e557dac..6ace663abd404f59b297f394b7a79eafffc91498 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <hooks/callout_handle.h>
 #include <hooks/callout_manager.h>
 #include <hooks/library_manager.h>
index 367ceb943058d89520f196f8faed89bfebfc5517..0b6562fafbd23b7fe94517d4846e09a8ed89dbed 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <hooks/callout_handle.h>
 #include <hooks/callout_manager.h>
 #include <hooks/library_manager.h>
index 75b4454cf8765229b3233334b6ff05d4ed0684a1..cd6fc2bf312394ef7e40b46ade7953fed46d0b43 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <log/logger_support.h>
 #include <util/unittests/run_all.h>
 
index d66966af09c678e8a955e4574751bf6d2f02161e..5a36d24a19014678139c49706ae3cca02ba739e1 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <hooks/server_hooks.h>
 
 #include <gtest/gtest.h>
index 6c287cdbe5a8be25a6c4879d1d1a50abe685b184..6ce8d402afe185c52c8feeb79274edd5f110c6e3 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <log/buffer_appender_impl.h>
 
 #include <log4cplus/loglevel.h>
index ac28eced5fcfd587543bd815fff9fe16486beffd..8b7138813ac430e7dbe1dbe0a9e34eefc2de5d5b 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cctype>
 #include <cstddef>
 #include <fstream>
@@ -35,8 +37,6 @@ using namespace std;
 using namespace isc::log;
 using namespace isc::util;
 
-static const char* VERSION = "1.0-0";
-
 /// \file log/compiler/message.cc
 /// \brief Message Compiler
 ///
index 85733c5691e754ab5e61bb7abb0f2695a90ca592..ed6a5b7e2f8fd57b9e57d676273e77d872b78d86 100644 (file)
@@ -7,6 +7,8 @@
 // This file requires LOCKFILE_DIR to be defined. It points to the default
 // directory where lockfile will be created.
 
+#include <config.h>
+
 #include <log/interprocess/interprocess_sync_file.h>
 
 #include <string>
index 55f9a00d58efbe515f41ea0a71caa349fef1aca4..ccd9e32a7ceb86cb2ca5b13efb05cf291c8f4963 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <log/interprocess/interprocess_sync_null.h>
 
 namespace isc {
index 485680e06855f39d8d9d7882babcb47a724a71e1..4f12e37511a75c1f32ac0e0898fa6edcdda75f7c 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <log/interprocess/interprocess_sync_null.h>
 #include <gtest/gtest.h>
 
index 2d7581efa1c9c20fefac4dc284d69b9578203cbf..94f1a403ba766e6b99f4ba8c67e6bdd8f64989cd 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 #include <util/unittests/run_all.h>
 #include <stdlib.h>
index aa0292f9ec1d292c56871a63096f42d98e1b1a02..115f3f6191d6b548fe87d7f34d50d5519b58121a 100644 (file)
@@ -1,5 +1,7 @@
 // File created from log_messages.mes on Thu Jul  7 15:32:06 2011
 
+#include <config.h>
+
 #include <cstddef>
 #include <log/message_types.h>
 #include <log/message_initializer.h>
index a545d5d4efc6814c8779dd2d1cdada70865e7ba5..ab4f0bc555bb190c787069d226e7db6f984b8b6d 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stdarg.h>
 #include <stdio.h>
 
index 66c6379e91f7a4b8087d19eae4702caa29f16a2b..e945e8e9025fd8cadef72b5a09b97f7d6ad449a7 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <iostream>
 #include <iomanip>
 #include <algorithm>
index 00b185fb1581f3940faa4a0c6ad45604c72e6d8f..195d60084d7ea2fe5fbb8d1ef169c6f5221e4dbb 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <log/logger_level.h>
 #include <log/macros.h>
 #include <log/log_messages.h>
index 79ca4856f21da5722c3291f3bd3becf8954df56c..fd0dca5a535dc64fc5896802639888922835907f 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <algorithm>
 #include <string.h>
 #include <iostream>
index c1b81cac422c961489662ddfb7ba8b9d007a9f35..5d34b0915fe88ddbf8befc1b82e1c6853bdb4aff 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <algorithm>
 #include <vector>
 
index eb502aefd7d6717752edfbc43aff6d297218e848..39a79cc957e2d92cb9547326ad418918e7e0737e 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 #include <log/logger_name.h>
 
index c8c9c353d5f144ebb84888ad61e3fd7b3d583764..9431edd20e6c1de9bebffd06c81196dec9433bc1 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 #include <log/logger_support.h>
 #include <log/logger_manager.h>
index 59fe8e04b7c296b41357d67cd0b908e792a6c529..58dbef8c0ed9785bc1edce37e313a02c6deeb8ef 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <iostream>
 #include <algorithm>
 #include <string>
index ca8552e9edc72f719ce3cb9258db2113e95ec51b..cf1b8e658426f4a40e931f44139fdd4f5214a3ea 100644 (file)
@@ -1,5 +1,7 @@
 // File created from logimpl_messages.mes on Wed Jun 22 10:57:02 2011
 
+#include <config.h>
+
 #include <cstddef>
 #include <log/message_types.h>
 #include <log/message_initializer.h>
index 892417ab6de21402f0f882cd7f6c1829a5885c28..12511b0607afbd941c61475c4e8a79dd51ca7b70 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cstddef>
 #include <log/message_dictionary.h>
 #include <log/message_types.h>
index cbe55e99269487c8703664e1893235c9f289d7fb..a7c85ed2e68bd0a71aa07ed3c0b5c229e485f9c9 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <log/message_dictionary.h>
 #include <log/message_initializer.h>
 #include <algorithm>
index 55cf5423dd2b730d9beaea62b40f0ffe232a060d..91593045820c84e1d5a775969ec2cb40310e0b27 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cassert>
 #include <errno.h>
 #include <string.h>
index 3ffaa0da88c3ef56682ed20c7c4aa2a672c5007e..f1ec53835430133e03627c653b5517cba5f60242 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 
 #include <boost/algorithm/string.hpp>
index 0855a0f883477bfdc6a2451f23c9b2b80f7e3474..956e2f1d71b27035d72819864af835f18e073daf 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <log/macros.h>
 #include <log/logger_support.h>
 #include <log/logger_manager.h>
index 8cc64f475c436dc69e7ca84bc4cd2705df65a063..02862fd10aa0670e18f62073ef4c831368258fe7 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <log/macros.h>
 #include <log/logger_support.h>
 #include <log/log_messages.h>
index 4fbda1fd38497e8f9a6a2c3904513c530a253c1c..938d12aac2e69684cd6c80868a4c678a8c836d57 100644 (file)
@@ -12,6 +12,8 @@
 ///
 /// See the usage() method for details of use.
 
+#include <config.h>
+
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 5246032072fb443ca3e6c27d6a14b9d5d1169365..c82be69b17f9db251058847322931aaa8ad003d2 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <iostream>
 #include <string>
 
index b7d0af5580335291f72b43b579f9b06426fe1a70..ccaecd901523f29796bea172e78ee2449feb0b65 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <iostream>
 #include <string>
 
index bbef11c87e56c7a43058caede1e6bc49b185fb23..cb044c8d0ba9dc2049633a111d328602376dfbfd 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <log/macros.h>
 #include <log/logger_support.h>
 #include <log/logger_manager.h>
index 1ef9f3f8bfee74a160affa68dcdbfabc9034e233..4a2d9c4b0f0a3fb5d4c5ae1c25a2ab9024cf9b78 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stdio.h>
 #include <unistd.h>
 
index a939f6c4bd4d54f25f292cfb8fff0911fa1c3b80..9048bf26626c6beea2951cc804d84940eac980ed 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 
 #include <gtest/gtest.h>
index f3aade1a9e45b6e37dd1a3a3ab86e7913de457cc..be9da6e1684aeaff7ec573fba801c70e37a0b644 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 
 #include <gtest/gtest.h>
index 9b249ed4b06c50504fb76589df7a9eae91df5bf2..3f2943c6a4eb3636a067a3157eff7bf1031862a8 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 #include <log/logger_support.h>
 #include <log/log_messages.h>
index eb5804f6d27328747d0e91b258d034f613745a5a..8613393bd1aaec4919834a9294157770eb0980fc 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cstddef>
 #include <string>
 #include <gtest/gtest.h>
index cb28cf236177b813450432ba37fd6aad9a423d29..3c58911befe1f5ea0ecad611e7aa5eccb33ead6e 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <log/message_dictionary.h>
 #include <log/message_initializer.h>
 #include <boost/lexical_cast.hpp>
index aaeef156904f612b26365cd0b2d0855558395cf0..3e2b86b39c91b9d2af44cf46b27d61aa7a0a4f26 100644 (file)
@@ -9,6 +9,8 @@
 // checked.  This tests that merely declaring the MessageInitializer object
 // is enough to include the definitions in the global dictionary.
 
+#include <config.h>
+
 #include <log/message_initializer.h>
 
 using namespace isc::log;
index 0f3bb0b8193bb0beb8c87a530e9936c0b2df7eb7..72273da4b0f3db9f4f3cce93cd008aa3ec252900 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <algorithm>
 #include <string>
 #include <gtest/gtest.h>
index d4557f4c51819b1f6d873eed7bdfb65e59b65b4f..bf922a96ecbf17ff0a8258ab90cb6b2763875237 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 
 #include <gtest/gtest.h>
index 506b327b880e6d41e9f63a94fd1794ece1d3ba81..7765c147459562f83f0e69eeb55081a5096d2d32 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stdlib.h>
 #include <gtest/gtest.h>
 #include <util/unittests/run_all.h>
index 3b75434bccc2b00f9382f5afa5047f7c3fb22f71..2753b0ba0dc9dd21257f6e3c550924b73757ef1c 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stdlib.h>
 #include <gtest/gtest.h>
 #include <util/unittests/run_all.h>
index f3a2df5ba26c67ad0ad8a62e70abe441980a3904..a44999605b81677df82f7f77deabc1ef3865910a 100644 (file)
@@ -6,6 +6,8 @@
 
 /// Defines the logger used by the top-level component of kea-dhcp-ddns.
 
+#include <config.h>
+
 #include <process/d_log.h>
 
 namespace isc {
index 29e3b0cb0e7aecafb66d41ed8fe41a98f8e54d27..4a8d4c1a5ea30b87bc5456bbdb0f66099176eec5 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <asiolink/interval_timer.h>
 #include <process/d_log.h>
 #include <process/io_service_signal.h>
index e970ed5d68088f39e4f7f44b68c002e7251fcebb..a7c1f68dceda6232ae0b68a2c7f638d83c074f0a 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <log/logger_support.h>
 #include <process/d_log.h>
 #include <gtest/gtest.h>
index 3dc3473679e6566ddf2d072de1da5748e8ad9f95..73daf101896c204ea96e48d3825e5dd44d5cb8ed 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stats/context.h>
 #include <map>
 
index d86c039cd5d7e8c0286d5419b912421ebac555ed..61155bae126f0b69b8997c6f2cb7d65e70265bf5 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stats/observation.h>
 #include <util/boost_time_utils.h>
 #include <cc/data.h>
index cde8a5f8e080d6b2687e6bf6961713cec7c9a543..beb4b13bda4c7ebab61c3343ced4d1d4acca1fb8 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 #include <stats/stats_mgr.h>
 #include <cc/data.h>
index 2f54b37ce21761e9cefe928f40964b157ae3452c..9d621ae1fa89149f7cae6e31b517285f33d78cf2 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 
 int
index 54aff4cb6fef4da447b23eed3d59804b1ab7f02d..b7401d66d1228fcfcd5278a769d36597755cc869 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <testutils/io_utils.h>
 #include <gtest/gtest.h>
 #include <fstream>
index 669d91e01d4e538bf74d5a6e05ce3bb68781c839..33fffd1ea042bbded1ed2092beb8d439ad7ad697 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <testutils/log_utils.h>
 #include <iostream>
 
index 8057258b6b8b275fa78bbb1e97f7e5c87e60d549..ff2ca09209f25de4fc49b7398a4aebd3cf5ddecf 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 #include <testutils/unix_control_client.h>
 #include <unistd.h>
index 442124acbe446f308093db6f3391464f2e806f33..8c5ab0848e1eacaebd7a41d2c1edb365a31ca7b7 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/boost_time_utils.h>
 #include <sstream>
 #include <iomanip>
index 4c746e2f3ab4a3142ca341163b40c76e83dc41b7..023b6fdb763b8610a3d5e9a43fb2901f0f26eb78 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/csv_file.h>
 #include <boost/algorithm/string/classification.hpp>
 #include <boost/algorithm/string/constants.hpp>
index 87f60c41985f0feb002f1d8632ab5f5fc27ffadf..5a78e882cd71f9a0ff4dcdcf968b1d92d0c31abc 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/encode/base32hex_from_binary.h>
 #include <util/encode/binary_from_base32hex.h>
 #include <util/encode/base16_from_binary.h>
index 85277c17007e14440251de965458d90c3254324b..709501019f8bdb69c2a388d880333bc96b9551d2 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <iostream>
 #include <algorithm>
 #include <string>
index f04a10709029003d8c1843f3199195902b173203..9d89485d1542ea8a9e8bd80c7a0694a86e58b0e6 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/io/fd.h>
 
 #include <unistd.h>
index 40a2796073fa39c41afc34ae7fe415248544d8b6..ff33479647c50873c2daae26d1103cfa5148a5f0 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <cstring>
 #include <cstdlib>
 
index 137c639e0cc257bcac596bdd7d6e75bb1569a03d..cf0fc6d940835c5b1b7080a7509a8dda1c4217b1 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/labeled_value.h>
 
 namespace isc {
index b0ac0869ab24ba3cf4349777c3ec57285444dec5..2331e4b7c8f70c82369080f1aaebdd9104ab9b52 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/memory_segment_local.h>
 #include <exceptions/exceptions.h>
 
index a53bd3718a36f34aa2df5a56ee61170f7ec30847..ef519b3d870fdfb42c4f5a01d9fde3a7cbcf3313 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/pid_file.h>
 #include <cstdio>
 #include <signal.h>
index a1ad445ef607552926083056277a24f77d776021..a762038bde4226587b2402dc40566b9a56f2b143 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 #include <util/process_spawn.h>
 #include <util/signal_set.h>
index 0459050d5e2a40328380683c865e33ce4a92dc6a..a635c1818ae11d50ac5406d305df4e07f167624b 100644 (file)
@@ -10,6 +10,8 @@
 // (and other parts where we need randomness, perhaps another thing
 // for a general libutil?)
 
+#include <config.h>
+
 #include <util/random/qid_gen.h>
 
 #include <sys/time.h>
index ba1b1b693c259975abc56dc40cce737594114322..b42a8e0927e53af1fc909c7d9bcc3222e04ee7ad 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/signal_set.h>
 
 #include <cerrno>
index 8a3f6720fce5fd62ee04c3b7f7f96ec8ac9315e8..f75c6cdf4c60cae4d605d4cc670a5294b0bb72cf 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/stopwatch.h>
 #include <util/stopwatch_impl.h>
 
index b19b7fe282b0f03bf7f36958154babfdf914b410..8f6bc653dd63f18f941fa5cf90636c18f481aca5 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/stopwatch_impl.h>
 #include <iomanip>
 #include <sstream>
index 208d1583469de877224eb0274db2e6e4410b61a9..e1c5bb7bbb0ec65779dbfb60ea23a8bb70f21ed6 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/encode/hex.h>
 #include <util/strutil.h>
 
index 7011c05acb2558d7b052e091dd883dab67b8a0be..bf28f6295e92c48311cd135b662944f8164475f1 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stdint.h>
 
 #include <cctype>
index 8952c886a9b3eda42f99f7e3094c45f081e76ae4..516925e539cd8565aac25799d06e8cbc361665ad 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 #include <utility>
 #include <vector>
index 1421ed7986e3a333aa9690c29764652504ca06fc..39ff1f9570f20c00e961055f715470389d811740 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 
 #include <gtest/gtest.h>
index 150ad5a990839e3cf8e9cdaa69196893505554a0..1e611b51a30aab3b99c9cbcbeee78ce8b2ac2883 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stdint.h>
 
 #include <vector>
index 4d9efdb294a352669d57c62026e8a87aa078d93e..4d9bbec742d1d7758f8c410774b6ee5dbc98d72d 100644 (file)
@@ -9,6 +9,8 @@
 /// Tests the functionality of the asiolink utilities code by comparing them
 /// with the equivalent methods in isc::dns::[Input/Output]Buffer.
 
+#include <config.h>
+
 #include <cstddef>
 
 #include <arpa/inet.h>
index 5ef6af59d08092f8e920a0874f46366dee0a863f..c994156e3fba648516216747c3ced0acda870453 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/labeled_value.h>
 
 #include <gtest/gtest.h>
index 3263f829a25b0fa5c3bd6741c74182a4a402635c..f95021d3b5b7081ef9f03ed21301087b78c4d8a5 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/memory_segment.h>
 
 #include <exceptions/exceptions.h>
index 6a900bcfa20615e3ad4d394cced4fd2fe84b75cb..d1aa52d320ed4a954c5b8976e077fffe2d72694d 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/tests/memory_segment_common_unittest.h>
 
 #include <util/memory_segment_local.h>
index d837a21dc7f03cf2e4f46d68a525682bfc11c2dd..08b1881eb73a8244bbcf99a6a69a23412990e08b 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/pid_file.h>
 #include <gtest/gtest.h>
 #include <fstream>
index 30533730f4f3e43b4ab06708aa95a6f774aa647e..406a5f05fa8d47a18ac88cb6316622b657464330 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/process_spawn.h>
 #include <gtest/gtest.h>
 #include <signal.h>
index f3c6a59745d63d900e051798a9f3748343b228ec..5042283b904e47d79f455b191876b55dc2e0fdcd 100644 (file)
@@ -14,6 +14,8 @@
 /// \brief Test of QidGenerator
 ///
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 
 #include <util/random/qid_gen.h>
index 5ea0a8a28b071c3606df9608cee05afc041e6c24..ef2a372ddc4282fd0fc6fd4f449b5f4b215bbf65 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 #include <util/unittests/run_all.h>
 #include <stdlib.h>
index 1cc5620d86983d2f53522cd916b196e971fded0f..b11cf917ac1793d9dcd6f883b80bc9a0124089a6 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/signal_set.h>
 #include <boost/bind.hpp>
 #include <boost/shared_ptr.hpp>
index c2fdb6c63b76ece6ab399af2fd869fc931bd42d8..bab0c9d9e457690273cb637e9bc1ca5bee507882 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/stopwatch.h>
 #include <util/stopwatch_impl.h>
 #include <boost/date_time/posix_time/posix_time.hpp>
index 887057d38e8b81dbea880703bb29a0fe3f1bfee4..2c0dbc6e28b0e5e91e85ae44d039f3387186d17f 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 #include <util/strutil.h>
 #include <util/encode/hex.h>
index 7d1cc4fe2bfd5193db5a18fbfbaca9a1d309e1cf..1637a7a19ef419e721f191aa3701ff4806631f9a 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 
 #include <time.h>
index d58abd7dbeb36562e378560a2150b11ec054df62..e2ad8b8d1268d4cbcfd2454c68157681b186bce8 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 #include <util/unittests/run_all.h>
 #include <stdlib.h>
index d97f3be0a7a8f5b0e675fbb03f7af1819fe64f2a..5da1db757ef60d144df3c48d3f4bd0c4208f81ee 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stdint.h>
 
 #include <sys/time.h>
index 058eb32d8122e1576f8bc6ff8633d467aecb8345..fc8b525bda66e33fa905c0649505fce5083e8ad1 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/unittests/fork.h>
 
 #include <util/io/fd.h>
index b50603a307ed1b7ff87db4b82a19930c64aa922a..dd639ffa59c20a748879ba238c77fa3214abdacd 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <gtest/gtest.h>
 
 #include <sys/select.h>
index 09686d43ce103eb21ee06e57eeddd3a3049d70ec..16c601a8a852c0faa718716077db2ff90c120418 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stdlib.h>
 
 #include <new>
index 55788cab88755f0aed4a486e12298a1f442f82a2..b4a33b3527dd33017d3a4372f3d6e8ceec965b00 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/unittests/resource.h>
 
 #include <gtest/gtest.h>
index c965fec6d5e77f505c320f62473b8849a977d132..82542ca90b92954d83ba3a431e00c2d12488481f 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stdlib.h>
 
 #include <iostream>
index 7dbb4ff11f72a26c534b97403e914d4860466944..e3ecc916db3a8bb5e7fc77533d1567f875f31bc1 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <string>
 #include <stdexcept>
 #include <fstream>
index 9e7487ac69b7e86cb1660b9e46ba1d707c5eec20..c14c8f164d8c54334cbb2e62f3f227d7382d7159 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/unittests/wiredata.h>
 
 #include <gtest/gtest.h>
index fc03b551262e6f93a97b43ecce3f93b4c5226980..b886198d6cac253609847e05daec0d84f6b956ec 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <util/versioned_csv_file.h>
 
 namespace isc {
index fca762d905dfdfc881bd6cde472efcf50cbcf998..7ba7b95323d76ae367dc2b8bdd3c4266b4a0de8d 100644 (file)
@@ -6,6 +6,8 @@
 
 /// @file watch_socket.cc
 
+#include <config.h>
+
 //#include <dhcp_ddns/dhcp_ddns_log.h>
 #include <util/watch_socket.h>
 
index 1e022de76ebc36de5e3791910ec52051e5f3ba5b..6b1487f4f3ad7512a1c0ef8dfdc08adf91921a1d 100644 (file)
@@ -18,6 +18,8 @@
 // If no output file is specified, output is written to stdout.
 // The produced format is docbook XML.
 
+#include <config.h>
+
 #include <algorithm>
 #include <fstream>
 #include <iostream>