Kea  1.9.9-git
config_report.cc
Go to the documentation of this file.
1 // config_report.cc. Generated from config.report by tools/mk_cfgrpt.sh
2 
3 namespace isc {
4 namespace detail {
5 
6 extern const char* const config_report[] = {
7  ";;;; ",
8  ";;;; Kea source configure results:",
9  ";;;; -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-",
10  ";;;; ",
11  ";;;; Package:",
12  ";;;; Name: kea",
13  ";;;; Version: 1.9.9-git",
14  ";;;; Extended version: 1.9.9-git (git 6ffb6e64704ab3f95bd65d557b95155abe197592)",
15  ";;;; Version type: development",
16  ";;;; OS Family: Linux",
17  ";;;; ",
18  ";;;; Prefix: /usr",
19  ";;;; Hooks directory: /usr/lib64/kea/hooks",
20  ";;;; Premium hooks: no",
21  ";;;; ",
22  ";;;; Configure arguments:",
23  ";;;; '--prefix=/usr' '--libdir=/usr/lib64' '--sysconfdir=/etc' '--localstatedir=/var' '--mandir=/usr/man' '--docdir=/usr/doc/kea-1.9.7' '--with-log4cplus' '--without-mysql' '--without-pgsql' '--with-openssl' '--enable-shell' '--enable-logger-checks' '--disable-static' '--build=x86_64-slackware-linux' 'build_alias=x86_64-slackware-linux' 'CXXFLAGS=-O2' 'CPPFLAGS=-std=gnu++11' 'CFLAGS=-O2'",
24  ";;;; ",
25  ";;;; C++ Compiler:",
26  ";;;; CXX: g++",
27  ";;;; CXX_VERSION: g++ (GCC) 9.3.0",
28  ";;;; CXX_STANDARD: 201402",
29  ";;;; DEFS: -DHAVE_CONFIG_H",
30  ";;;; CPPFLAGS: -std=gnu++11 -DOS_LINUX -I$(top_srcdir) -I$(top_builddir)",
31  ";;;; CXXFLAGS: -O2",
32  ";;;; LDFLAGS: -lpthread",
33  ";;;; KEA_CXXFLAGS: -Wall -Wextra -Wnon-virtual-dtor -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -pthread -Wno-missing-field-initializers -fPIC",
34  ";;;; ",
35  ";;;; Python:",
36  ";;;; PYTHON: /usr/bin/python3",
37  ";;;; PYTHON_VERSION: 3.7",
38  ";;;; ",
39  ";;;; Boost:",
40  ";;;; BOOST_VERSION: 1.58",
41  ";;;; BOOST_INCLUDES: ",
42  ";;;; BOOST_LIBS: -lboost_system",
43  ";;;; ",
44  ";;;; OpenSSL:",
45  ";;;; CRYPTO_VERSION: OpenSSL 1.0.1m 19 Mar 2015",
46  ";;;; CRYPTO_CFLAGS: ",
47  ";;;; CRYPTO_INCLUDES: ",
48  ";;;; CRYPTO_LDFLAGS: ",
49  ";;;; CRYPTO_LIBS: -lssl -lcrypto",
50  ";;;; TLS support: yes",
51  ";;;; ",
52  ";;;; Botan: no",
53  ";;;; ",
54  ";;;; Log4cplus:",
55  ";;;; LOG4CPLUS_VERSION: 2.0.6",
56  ";;;; LOG4CPLUS_INCLUDES: -I/usr/include",
57  ";;;; LOG4CPLUS_LIBS: -L/usr/lib -L/usr/lib64 -llog4cplus",
58  ";;;; ",
59  ";;;; Flex/bison:",
60  ";;;; FLEX: flex",
61  ";;;; BISON: /usr/bin/bison",
62  ";;;; ",
63  ";;;; MySQL:",
64  ";;;; no",
65  ";;;; ",
66  ";;;; PostgreSQL:",
67  ";;;; no",
68  ";;;; ",
69  ";;;; Cassandra CQL:",
70  ";;;; no",
71  ";;;; ",
72  ";;;; Sysrepo:",
73  ";;;; no",
74  ";;;; ",
75  ";;;; Google Test:",
76  ";;;; no",
77  ";;;; ",
78  ";;;; Google Benchmark:",
79  ";;;; no",
80  ";;;; ",
81  ";;;; GSS-API support:",
82  ";;;; GSSAPI_CFLAGS: ",
83  ";;;; GSSAPI_LIBS: ",
84  ";;;; ",
85  ";;;; Developer:",
86  ";;;; Enable Debugging: no",
87  ";;;; Google Tests: no",
88  ";;;; Google Benchmark: no",
89  ";;;; Valgrind: found",
90  ";;;; C++ Code Coverage: no",
91  ";;;; Logger checks: yes",
92  ";;;; Install existing manuals: no",
93  ";;;; Generate Documentation: no",
94  ";;;; Generate Parser: no",
95  ";;;; Generate Messages Files: no",
96  ";;;; Perfdhcp: no",
97  ";;;; Kea-shell: yes, install to ${prefix}/lib64/python3.7/site-packages",
98  ";;;; Enable fuzzing: no",
99  ";;;; ",
100  ""
101 };
102 
103 }
104 }
const char *const config_report[]
Definition: config_report.h:15
Defines the logger used by the top-level component of kea-dhcp-ddns.