]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5521] Missing config.h includes added trac5521
authorTomek Mrugalski <tomasz@isc.org>
Wed, 16 May 2018 18:17:07 +0000 (20:17 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 16 May 2018 18:17:07 +0000 (20:17 +0200)
75 files changed:
src/bin/agent/agent_lexer.cc
src/bin/agent/agent_parser.cc
src/bin/agent/ca_command_mgr.cc
src/bin/agent/ca_log.cc
src/bin/agent/ca_response_creator.cc
src/bin/agent/parser_context.cc
src/bin/agent/simple_parser.cc
src/bin/agent/tests/ca_unittests.cc
src/bin/agent/tests/parser_unittests.cc
src/bin/d2/d2_lexer.cc
src/bin/d2/d2_parser.cc
src/bin/d2/d2_simple_parser.cc
src/bin/d2/parser_context.cc
src/bin/d2/tests/parser_unittest.cc
src/bin/dhcp4/dhcp4_lexer.cc
src/bin/dhcp4/dhcp4_parser.cc
src/bin/dhcp4/parser_context.cc
src/bin/dhcp4/tests/callout_library_3.cc
src/bin/dhcp4/tests/parser_unittest.cc
src/bin/dhcp6/dhcp6_lexer.cc
src/bin/dhcp6/dhcp6_parser.cc
src/bin/dhcp6/parser_context.cc
src/bin/dhcp6/tests/callout_library_3.cc
src/bin/dhcp6/tests/parser_unittest.cc
src/hooks/dhcp/lease_cmds/lease_cmds_callouts.cc
src/hooks/dhcp/lease_cmds/lease_cmds_log.cc
src/hooks/dhcp/lease_cmds/tests/lease_cmds_unittest.cc
src/hooks/dhcp/lease_cmds/tests/run_unittests.cc
src/hooks/dhcp/stat_cmds/stat_cmds_callouts.cc
src/hooks/dhcp/stat_cmds/stat_cmds_log.cc
src/hooks/dhcp/stat_cmds/tests/run_unittests.cc
src/hooks/dhcp/stat_cmds/tests/stat_cmds_unittest.cc
src/lib/asiolink/testutils/test_server_unix_socket.cc
src/lib/asiolink/unix_domain_socket.cc
src/lib/cc/json_feed.cc
src/lib/cc/simple_parser.cc
src/lib/cc/tests/simple_parser_unittest.cc
src/lib/cc/user_context.cc
src/lib/config/base_command_mgr.cc
src/lib/config/client_connection.cc
src/lib/config/hooked_command_mgr.cc
src/lib/dhcpsrv/cfg_4o6.cc
src/lib/dhcpsrv/cfg_hosts_util.cc
src/lib/dhcpsrv/db_log.cc
src/lib/dhcpsrv/dhcpsrv_db_log.cc
src/lib/dhcpsrv/network.cc
src/lib/dhcpsrv/network_state.cc
src/lib/dhcpsrv/parsers/option_data_parser.cc
src/lib/dhcpsrv/parsers/shared_network_parser.cc
src/lib/dhcpsrv/parsers/simple_parser4.cc
src/lib/dhcpsrv/parsers/simple_parser6.cc
src/lib/dhcpsrv/shared_network.cc
src/lib/dhcpsrv/testutils/host_data_source_utils.cc
src/lib/eval/lexer.cc
src/lib/eval/parser.cc
src/lib/hooks/tests/parking_lots_unittest.cc
src/lib/http/client.cc
src/lib/http/connection.cc
src/lib/http/connection_pool.cc
src/lib/http/date_time.cc
src/lib/http/http_header.cc
src/lib/http/http_log.cc
src/lib/http/http_message.cc
src/lib/http/http_message_parser_base.cc
src/lib/http/listener.cc
src/lib/http/post_request.cc
src/lib/http/post_request_json.cc
src/lib/http/request.cc
src/lib/http/request_parser.cc
src/lib/http/response.cc
src/lib/http/response_creator.cc
src/lib/http/response_json.cc
src/lib/http/response_parser.cc
src/lib/http/tests/run_unittests.cc
src/lib/http/url.cc

index 3a386d84a7ced708d298d37fb404477d05aeb114..496b080013c493d33c9d4cfb27681bd2c288baa6 100644 (file)
 
 /* begin standard C headers. */
 /* %if-c-only */
+#include <config.h>
+
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
index 4ce4ea98cf15cbf6e7570d8b0cad1943617084e6..42e8266addc2bb77cb517e71c36f2ae1d1713cc9 100644 (file)
@@ -45,6 +45,8 @@
 #  endif
 # endif
 
+#include <config.h>
+
 #include "agent_parser.h"
 
 // User implementation prologue.
index 85e998db61df45fae200ecdda727c6aa4fbeb66f..db8231c573fc91a787a77b2be9003e92c8a986fe 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <agent/ca_cfg_mgr.h>
 #include <agent/ca_command_mgr.h>
 #include <agent/ca_controller.h>
index 7c9147c8b3a553e33df47541a4e94b9bab23ba12..6564a07735c1f9d2b8dd4085d323f8ed96e8b8e7 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <agent/ca_log.h>
 
 namespace isc {
index 5eb85170a937a36c307763918d91178e741ec8a0..a6ccb525e6bc90a90c974c440604d953789aca2f 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <agent/ca_command_mgr.h>
 #include <agent/ca_response_creator.h>
 #include <cc/data.h>
index 946ce71e171bcb0bef84cdacb084eee37cc88e80..2efcd5808b5d6318c4404cffc05d2af046024198 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <agent/parser_context.h>
 #include <agent/agent_parser.h>
 #include <exceptions/exceptions.h>
index 39d182f8297691bd076ccf77c2be61816e16ed3a..807b7c7d52717c5eb2da2dbfa5b289689c99cbd1 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <agent/simple_parser.h>
 #include <cc/data.h>
 #include <cc/dhcp_config_error.h>
index 44132a47a307037b3df222da8138c4e934928728..7b4ad44316026d9102aac9d41c9d7a041c425694 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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 c7d8fb7c3b0ff80b0817b745d08052064418796e..421c4e3e578dabca9e4cc0499b991b775ecebc3e 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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>
 #include <agent/parser_context.h>
index 915f94cab71dc6bba6eb9a90dc6c0dc7f1464dba..b56cee12761439c4936cf653b077bd543b9596c5 100644 (file)
 
 /* begin standard C headers. */
 /* %if-c-only */
+#include <config.h>
+
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
index 11d8cbc5e6bdc7e8149422bc26a11ede2f1c6b71..88df59bf7310c9c7ff4017affbde88bb07914581 100644 (file)
@@ -45,6 +45,8 @@
 #  endif
 # endif
 
+#include <config.h>
+
 #include "d2_parser.h"
 
 // User implementation prologue.
index 8e1d0469d0358e02aa444b557cb1da1e82388469..7c1453303cf8beac6afb50346f7c6097d519b3fa 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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_config.h>
 #include <d2/d2_simple_parser.h>
 #include <cc/data.h>
index 54a136bd6ef71ff367c447cb581a8148aea3fd49..e38d0c47b928bdded2cc7ae1725b66366bfc0134 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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_parser.h>
 #include <d2/parser_context.h>
 #include <exceptions/exceptions.h>
index 9ecd6634510c73c13a6c0b28d0f0dac5217d856a..2bb62543f638f0d64dfc6c5a289d6c01f878b14d 100644 (file)
@@ -3,6 +3,8 @@
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy 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>
 #include <d2/parser_context.h>
index 63aa9cf0382ba32f1450cb2b60a392072e5dee30..eb15f3c77a7316e97e4b6d4de9c2e6acd0866f05 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 cb76fa5babb01060bd1171c0f61748944a027266..b2636e62a8433bf05d308fc173890ebaf87178f9 100644 (file)
@@ -45,6 +45,8 @@
 #  endif
 # endif
 
+#include <config.h>
+
 #include "dhcp4_parser.h"
 
 // User implementation prologue.
index d160a2f6c7763d5b5161853eeecd63c94c62ed75..de28969fb6777991ffa190fe78c6bc19d5d75d85 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp4/parser_context.h>
 #include <dhcp4/dhcp4_parser.h>
 #include <exceptions/exceptions.h>
index 4adafb09a6cf17330a9f0d9129d4b46ef67625b5..fdd1730fc1e3a1f3363fa0ad2a80a64401167296 100644 (file)
@@ -9,6 +9,8 @@
 /// hook point.
 ///
 static const int LIBRARY_NUMBER = 3;
+#include <config.h>
+
 #include <dhcp4/tests/callout_library_common.h>
 #include <string>
 #include <vector>
index b73cf225788ec687430720c2c658e0c7e954f2e3..b9eefc34672bd81057229ab71aaeadc33e1e9319 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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>
 #include <dhcp4/parser_context.h>
index 25d548e897cd346106feb1192267fa050fe9847c..34d9944f14cbabe710945e0c2b22af3f4233edf8 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 cc4ce305f05637b1c425335bedc69ca895d6ff05..c6b49c9d3de637f41d623c5e38ec36f37c56ca35 100644 (file)
@@ -45,6 +45,8 @@
 #  endif
 # endif
 
+#include <config.h>
+
 #include "dhcp6_parser.h"
 
 // User implementation prologue.
index 0ed107886f2b0e8885b29dbc7a1fe267320310b9..f76df94ed397677feca4d8d971752b57553ab002 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <dhcp6/parser_context.h>
 #include <dhcp6/dhcp6_parser.h>
 #include <exceptions/exceptions.h>
index 3305ac1ce60e3ed543b067a4ce876ddb1279c337..b268aedde1ced06c9e6b9179cc460b164af35113 100644 (file)
@@ -9,6 +9,8 @@
 /// hook point.
 ///
 static const int LIBRARY_NUMBER = 3;
+#include <config.h>
+
 #include <dhcp6/tests/callout_library_common.h>
 #include <string>
 #include <vector>
index a83e4a1b1a71619025427fae03e2c718eff2c34e..65a7e3591ac91cf4043246e846b78543a2261c2e 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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>
 #include <dhcp6/parser_context.h>
index 8c18da45e8951dcb9020f23f3a608ae03ffc81ee..97912ce71e3977115a96c0e5d71d44c9f344bd25 100644 (file)
@@ -8,6 +8,8 @@
 // mangling that accompanies use of the C++ compiler as well as to avoid
 // issues related to namespaces.
 
+#include <config.h>
+
 #include <lease_cmds.h>
 #include <lease_cmds_log.h>
 #include <cc/command_interpreter.h>
index 8215a6effa07ef357ec3b6b6e4d0de8903944dad..7622a9c89d21ae2b51cc9b80bf9d5ec1f66a8431 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <lease_cmds_log.h>
 
 namespace isc {
index 535fc9803a12c4ac4163fa51ac548df5861bf54d..04b3252695ab06725ae4359a64a006f0e053b6c0 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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_manager.h>
 #include <config/command_mgr.h>
index 600d522379ccb066332ea97eeb35ef6904820ce5..4c87f80c8a0478337f66202384108d6c06d37d3f 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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 768ff05d00243577109d2a8792746240f609258b..be210486e57330a36337ce980e678e6e612a3209 100644 (file)
@@ -8,6 +8,8 @@
 // mangling that accompanies use of the C++ compiler as well as to avoid
 // issues related to namespaces.
 
+#include <config.h>
+
 #include <stat_cmds.h>
 #include <stat_cmds_log.h>
 #include <cc/command_interpreter.h>
index 8b257da7b370e64b33d21ae45e01840a2823232c..1b985a6640a869873a007a315eb86bedee1b676b 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <stat_cmds_log.h>
 
 namespace isc {
index 096485fb7a8ac7f1570b52b5dd8b949b9890e98e..f5014ce44fa1056e225efcbd51a4b419ed4b7396 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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 4e8a8a0489a3f96f40e2b93796e40db7086e23c1..46d1e54595945843b3f3a82037e0b6dcc8496808 100644 (file)
@@ -6,6 +6,8 @@
 //
 
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 #include <hooks/hooks_manager.h>
 #include <config/command_mgr.h>
index c72b1270d7726b2aeaf1e9b8bd4f68f49091035f..02d30bb5e4223209639c4ba172a364a41f018702 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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/asio_wrapper.h>
 #include <asiolink/testutils/test_server_unix_socket.h>
 #include <boost/bind.hpp>
index af6f4cd9ba02d15d4998514e2df10566bfe0e55e..d32684f0679a9fb579b43eb7d6affb9263cd8025 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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/asio_wrapper.h>
 #include <asiolink/unix_domain_socket.h>
 #include <boost/bind.hpp>
index 269d896c3a1db773d4fcce8063b1f50c0c65e51e..3ea8040615fa6d5910e8f530ea573f99fb92baff 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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 <cc/json_feed.h>
 #include <boost/bind.hpp>
index a8defad781fb1c16bc9e5b7db81ae0ab4baae85b..38b5e1368d8a779ebd35c1b9327963e38250fa08 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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/simple_parser.h>
 #include <asiolink/io_address.h>
 #include <boost/foreach.hpp>
index 9febfe868e393e5063eeb247e22c4e8c6cb1a662..ae2fc17633022119d2654dd8b7e9f5ced8f30599 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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 <cc/simple_parser.h>
 #include <gtest/gtest.h>
index e4e239919877870c4f5d39165552f17352a6a914..74104006ef2349d6aeb60c56fc7232abce6f5280 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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/user_context.h>
 
 using namespace isc::data;
index 2bca336174de4641b81c71fa571b91765d728761..17d058a8049b336ded2b74db2f6169c416152d6c 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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 <config/base_command_mgr.h>
 #include <config/config_log.h>
index 2045d263e45cc164a36b85cf8444fef0e52fda03..e140568443cc9b7652dd83ae2409dc9ccd22395f 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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/asio_wrapper.h>
 #include <asiolink/interval_timer.h>
 #include <asiolink/unix_domain_socket.h>
index c7c2e3df2b7ab6fb1759f986158c927b3162a6f5..9238ed9975f65b8b7961b8dad9555027d785a51b 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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 <config/hooked_command_mgr.h>
 #include <config/config_log.h>
index 206298124f89fde50e0abedc5652668eac1dedff..9a6ee8a1b730bc28d5b686d91d444982ca1cd7ea 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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.h>
 #include <dhcpsrv/cfg_4o6.h>
 #include <string>
index 5798bf51d2e03fe6ba5d04d51ed7373d12d694ae..d21a28781535458c18d19ea53cd1f031d2e67a41 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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/subnet_id.h>
 #include <dhcpsrv/cfg_hosts_util.h>
index c41664524fd680db075960fb95f8187cee173ca3..f2e3cd0a42a8ad2fdf82f4195606d9c980059461 100644 (file)
@@ -6,6 +6,8 @@
 
 /// Defines the logger used by the NSAS
 
+#include <config.h>
+
 #include <exceptions/exceptions.h>
 #include <dhcpsrv/db_log.h>
 #include <dhcpsrv/dhcpsrv_db_log.h>
index b39585edd6a49c16f5f6cb8b42626d980e859361..013d8c469dc9b4ed357f37a886c58e8bd67d77cd 100644 (file)
@@ -6,6 +6,8 @@
 
 /// Defines the logger used by the NSAS
 
+#include <config.h>
+
 #include <dhcpsrv/dhcpsrv_db_log.h>
 #include <dhcpsrv/dhcpsrv_log.h>
 
index fbd7d35539e623fc9c2f2f031452f498acec06a2..4a1136bb0ab8cf341628ba9d2aba96f6994d0fc2 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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/option_custom.h>
 #include <dhcp/option_space.h>
index fdf5d17f6c839a182c0df915cb57202c79ca01e2..a13cc609f354de72696480a1957929be385a5609 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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/network_state.h>
 #include <dhcpsrv/timer_mgr.h>
index 27fd9ab41f021fcf57d8fc77178afcabe9364bec..9f4e1385608564fc7f3d2c26a04fbc61b48a88e6 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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/libdhcp++.h>
 #include <dhcp/option_definition.h>
index 693b0f271ade472f3da4a235de880171facc9296..2e77490f9a7c4b0f60dfc33a3ce5c95c51bfd2b7 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef SHARED_NETWORK_PARSER_H
 #define SHARED_NETWORK_PARSER_H
 
+#include <config.h>
+
 #include <cc/data.h>
 #include <dhcpsrv/cfg_option.h>
 #include <dhcpsrv/parsers/dhcp_parsers.h>
index e766e96323690cfe7eeae25e039d3a389915d197..3180f945879953c3ff8d7f30602e30121b089233 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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/parsers/simple_parser4.h>
 #include <cc/data.h>
 #include <boost/foreach.hpp>
index f7ca2dba1614a5e164f819b7fd0bd7aa1838f7e4..6384b8fb77d3e79f8be250cb896c8e6c805af353 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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/parsers/simple_parser6.h>
 #include <boost/foreach.hpp>
index 695a9cf5ff21cd9bc7178936f49c5145ae63ff4e..7dc60603b2414cdb73697cd73458fa67ca0a594e 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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/shared_network.h>
 
index ad1f4f0e38bf239a01116c67ff0433f1026ee579..09239970e09131d2485a154d08fbb93570ba0972 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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/testutils/host_data_source_utils.h>
 #include <asiolink/io_address.h>
 #include <boost/foreach.hpp>
index d5e871c95a81ab02dfaabd87cfc3c6fd8256016e..515ce74408dc9ff39002d3e4526b17458fef9d73 100644 (file)
 
 /* begin standard C headers. */
 /* %if-c-only */
+#include <config.h>
+
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
index 7f6290134ae17c16bdaad28f0299d64fca488f7a..639e76d223c101afcebfd40be3b8327bdbb6da83 100644 (file)
@@ -45,6 +45,8 @@
 #  endif
 # endif
 
+#include <config.h>
+
 #include "parser.h"
 
 // User implementation prologue.
index 99b62ca83ffac576ad15b1973c82ed5da4c66be7..93dd92e84b9d81c5f771b947efdf1629bd508b25 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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/parking_lots.h>
 #include <gtest/gtest.h>
index 5b0da858e29a96ac1e05344dcd43e1a4c9ae64cd..58ba929ed39e9d6b0cb103aef64e4041c1f23517 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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/asio_wrapper.h>
 #include <asiolink/interval_timer.h>
 #include <asiolink/tcp_socket.h>
index c6f3f36caa92109e07c2377d86eda04174436033..2075dc6fe3d8593dc5ac06e6f84f1919c1ddc2d8 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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/asio_wrapper.h>
 #include <http/connection.h>
 #include <http/connection_pool.h>
index 8d39c02d4dc2c026d3396d0d1db69fd7b78540ed..770e193b55d0bf6d4540d378e949bc4c1ed5b6d6 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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/asio_wrapper.h>
 #include <http/connection_pool.h>
 
index a18116704f7776edc46d843ab76b9bdb9138adcb..4a24d868667d3fe11213fff6bc10772a4c1cd7b2 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <http/date_time.h>
 #include <boost/date_time/time_facet.hpp>
 #include <boost/date_time/local_time/local_time.hpp>
index 3e62cc14a86094e2e500992db2b139caa3bb65ca..b5d6c79bb13cbbf423363524d505230d142ea8cf 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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 <http/http_header.h>
 #include <util/strutil.h>
index 64892f26f81b4f1b3f9ef028f8fe03d862954ed6..72559121b370c58b4e6f85596e42894906bc55af 100644 (file)
@@ -6,6 +6,8 @@
 
 /// Defines the logger used by the top-level component of kea-dhcp-ddns.
 
+#include <config.h>
+
 #include <http/http_log.h>
 
 namespace isc {
index 0f7166dfedd79e0b4326b1d8db56ff5affbe481c..ce012cafaea36287e1c9dc0c527fe43c77c3a4eb 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <http/http_message.h>
 
 namespace isc {
index a5d84c660e0da89e3109a3df5f094e9becc282ad..078cec6ea8cdbc6b09318c3d076c0f83697517fd 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <http/http_message_parser_base.h>
 #include <boost/bind.hpp>
 
index 643376942fad62390adc4d1ee0c4700376c75611..f123ddb88f9e0bf1118d040c7a7574c2ecb1bba3 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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/asio_wrapper.h>
 #include <asiolink/tcp_endpoint.h>
 #include <http/connection.h>
index 62e4a34a738d3373313048f7d6554050102113e2..e40c67f7c2a964fd40a7fe8bccbb04ef63bb2a5b 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <http/post_request.h>
 
 namespace isc {
index 0c7d74f7dca1fcbd1b7f80a80aa8ff269e6dadac..163a6e7f0c172f3c7c167847026fee061e5c068d 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <http/post_request_json.h>
 
 using namespace isc::data;
index 678f8b605d3dbc730273efcf6620a3dd3f909222..0d6529f58f4d0b2ead6a2c7ee4abce0e598a732a 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <http/request.h>
 #include <boost/algorithm/string.hpp>
 #include <boost/lexical_cast.hpp>
index fe9716646ee2dbd7068fc319b9f108137ab4f00e..5b1f5fb27cbf14e35b7ece2b32ed0678319c0e3a 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <http/request_parser.h>
 #include <boost/bind.hpp>
 #include <iostream>
index 13fd4a5b2cef0a84df4bd6aecb9ea50906ffe81b..b82e0dcfe53bbe4db2bd7ddc5b29d467506bed2b 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <http/date_time.h>
 #include <http/response.h>
 #include <boost/date_time/local_time/local_time.hpp>
index 8c63fea41b8fa7ee21f225359ee3137ceb96b0d9..da74987ea7f7860ef3dd5d146e97d4c9fc4d405c 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <http/response_creator.h>
 
 namespace isc {
index aa29d49b1fbb564efa73be56e914673d07cfdc57..3a8445d3514be8e27f194aa272b7f94e4e1e49b5 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <http/response_json.h>
 #include <map>
 
index 127d3a04187fc0d3ed2c75aa5b21f00189144527..b412a5b02b9d00051f1bd4bb9c1b6180b611acca 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+#include <config.h>
+
 #include <http/response_parser.h>
 #include <boost/bind.hpp>
 
index 581febb976857e8b8b9af883bcc3e17b3ee6d3a5..ba4f4ff0ed39569e40a81e3ed367607f5a4216da 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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 <http/http_log.h>
 #include <gtest/gtest.h>
index fe68f58e6a1cffe11751eca932046b3365e1149b..d7b161d28c6e71f922ad290f12bc242997a6ac8a 100644 (file)
@@ -4,6 +4,8 @@
 // License, v. 2.0. If a copy 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 <http/url.h>
 #include <boost/lexical_cast.hpp>