Kea 2.2.0
config_report.cc
Go to the documentation of this file.
1// config_report.cc. Generated from config.report by tools/mk_cfgrpt.sh
2
3namespace isc {
4namespace detail {
5
6extern const char* const config_report[] = {
7 ";;;; ",
8 ";;;; Kea source configure results:",
9 ";;;; -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-",
10 ";;;; ",
11 ";;;; Package:",
12 ";;;; Name: kea",
13 ";;;; Version: 2.2.0",
14 ";;;; Extended version: 2.2.0 (tarball)",
15 ";;;; Version type: stable",
16 ";;;; OS Family: Linux",
17 ";;;; ",
18 ";;;; Prefix: /usr",
19 ";;;; Hooks directory: /usr/lib/kea/hooks",
20 ";;;; Premium hooks: no",
21 ";;;; ",
22 ";;;; Configure arguments:",
23 ";;;; '--prefix=/usr' '--sbindir=/usr/bin' '--libexecdir=/usr/bin' '--sysconfdir=/etc' '--localstatedir=/var' '--enable-benchmark' '--enable-perfdhcp' '--enable-generate-messages' '--enable-generate-parser' '--enable-generate-docs' '--enable-shell' '--with-openssl' '--with-gtest' '--with-benchmark' '--with-mysql' '--with-pgsql' '--with-gssapi' '--with-log4cplus' 'CXXFLAGS=-march=i686 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto' 'CFLAGS=-march=i686 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -flto=auto'",
24 ";;;; ",
25 ";;;; C++ Compiler:",
26 ";;;; CXX: g++",
27 ";;;; CXX_VERSION: g++ (GCC) 12.2.0",
28 ";;;; CXX_STANDARD: 201703",
29 ";;;; DEFS: -DHAVE_CONFIG_H",
30 ";;;; CPPFLAGS: -DOS_LINUX -I$(top_srcdir) -I$(top_builddir)",
31 ";;;; CXXFLAGS: -march=i686 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto",
32 ";;;; LDFLAGS: -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -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.10",
38 ";;;; ",
39 ";;;; Boost:",
40 ";;;; BOOST_VERSION: 1.80",
41 ";;;; BOOST_INCLUDES: ",
42 ";;;; BOOST_LIBS: -lboost_system",
43 ";;;; ",
44 ";;;; OpenSSL:",
45 ";;;; CRYPTO_VERSION: OpenSSL 3.0.7 1 Nov 2022",
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.8",
56 ";;;; LOG4CPLUS_INCLUDES: -I/usr/include",
57 ";;;; LOG4CPLUS_LIBS: -L/usr/lib -llog4cplus",
58 ";;;; ",
59 ";;;; Flex/bison:",
60 ";;;; FLEX: flex",
61 ";;;; BISON: /usr/bin/bison",
62 ";;;; ",
63 ";;;; MySQL:",
64 ";;;; MYSQL_VERSION: 10.9.4",
65 ";;;; MYSQL_CPPFLAGS: -I/usr/include/mysql -I/usr/include/mysql/mysql",
66 ";;;; MYSQL_LIBS: -L/usr/lib/ -lmariadb -lssl -lcrypto",
67 ";;;; ",
68 ";;;; PostgreSQL:",
69 ";;;; PGSQL_VERSION: PostgreSQL 14.6",
70 ";;;; PGSQL_CPPFLAGS: -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include -I/usr/include/postgresql/server",
71 ";;;; PGSQL_LIBS: -L/usr/lib -lpq",
72 ";;;; ",
73 ";;;; Sysrepo:",
74 ";;;; no",
75 ";;;; ",
76 ";;;; Google Test:",
77 ";;;; GTEST_VERSION: unknown",
78 ";;;; GTEST_INCLUDES: -I/usr/include",
79 ";;;; GTEST_LDFLAGS: -L/usr/lib",
80 ";;;; GTEST_LDADD: -lgtest",
81 ";;;; GTEST_SOURCE: ",
82 ";;;; ",
83 ";;;; GSS-API support:",
84 ";;;; GSSAPI_CFLAGS: ",
85 ";;;; GSSAPI_LIBS: -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err",
86 ";;;; ",
87 ";;;; Developer:",
88 ";;;; Enable Debugging: no",
89 ";;;; Google Tests: yes",
90 ";;;; Valgrind: not found",
91 ";;;; C++ Code Coverage: no",
92 ";;;; Logger checks: no",
93 ";;;; Install existing manuals: no",
94 ";;;; Generate Documentation: html, man and pdf",
95 ";;;; Generate Parser: yes",
96 ";;;; Generate Messages Files: yes",
97 ";;;; Perfdhcp: yes",
98 ";;;; Kea-shell: yes, install to ${PYTHON_PREFIX}/lib/python3.10/site-packages",
99 ";;;; Enable fuzzing: no",
100 ";;;; ",
101 ""
102};
103
104}
105}
const char *const config_report[]
Definition: config_report.h:15
Defines the logger used by the top-level component of kea-lfc.