File: config.h

package info (click to toggle)
isc-kea 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 29,412 kB
  • ctags: 23,255
  • sloc: cpp: 183,628; sh: 14,934; xml: 14,934; makefile: 3,361; yacc: 430; lex: 214; python: 39; ansic: 9
file content (193 lines) | stat: -rw-r--r-- 5,332 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
/* config.h.  Generated from config.h.in by configure.  */
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* config.h inclusion marker */
#define CONFIG_H_WAS_INCLUDED 1

/* Enable low-performing debugging facilities? */
/* #undef ENABLE_DEBUG */

/* Check logger messages? */
/* #undef ENABLE_LOGGER_CHECKS */

/* Extended Kea version */
#define EXTENDED_VERSION "git 8ff2dac485c8762d1b4b3576d806347883937a9e"

/* Does this platform have some undefined pthreads behavior? */
/* #undef HAS_UNDEFINED_PTHREAD_BEHAVIOR */

/* Define to 1 if you have the <boost/asio.hpp> header file. */
#define HAVE_BOOST_ASIO_HPP 1

/* Define to 1 if you have the <boost/asio/ip/address.hpp> header file. */
#define HAVE_BOOST_ASIO_IP_ADDRESS_HPP 1

/* Define to 1 if you have the <boost/bind.hpp> header file. */
#define HAVE_BOOST_BIND_HPP 1

/* Define to 1 if you have the
   <boost/date_time/posix_time/posix_time_types.hpp> header file. */
#define HAVE_BOOST_DATE_TIME_POSIX_TIME_POSIX_TIME_TYPES_HPP 1

/* Define to 1 if you have the <boost/foreach.hpp> header file. */
#define HAVE_BOOST_FOREACH_HPP 1

/* Define to 1 if you have the <boost/function.hpp> header file. */
#define HAVE_BOOST_FUNCTION_HPP 1

/* Define to 1 if you have the
   <boost/interprocess/sync/interprocess_upgradable_mutex.hpp> header file. */
#define HAVE_BOOST_INTERPROCESS_SYNC_INTERPROCESS_UPGRADABLE_MUTEX_HPP 1

/* Define to 1 if you have the <boost/shared_ptr.hpp> header file. */
#define HAVE_BOOST_SHARED_PTR_HPP 1

/* Define to 1 if you have the <boost/system/error_code.hpp> header file. */
#define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1

/* Define to 1 if you have the <botan/botan.h> header file. */
#define HAVE_BOTAN_BOTAN_H 1

/* Define to 1 if getsockopt(IPV6_USE_MIN_MTU) does not work */
/* #undef HAVE_BROKEN_GET_IPV6_USE_MIN_MTU */

/* CQL is present */
/* #undef HAVE_CQL */

/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1

/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1

/* Define to 1 if you have the <log4cplus/logger.h> header file. */
#define HAVE_LOG4CPLUS_LOGGER_H 1

/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1

/* MySQL is present */
/* #undef HAVE_MYSQL */

/* Check for optreset? */
/* #undef HAVE_OPTRESET */

/* PostgreSQL is present */
/* #undef HAVE_PGSQL */

/* Define to 1 if you have the `pselect' function. */
#define HAVE_PSELECT 1

/* Define to 1 if sockaddr has a sa_len member, and corresponding sin_len and
   sun_len */
/* #undef HAVE_SA_LEN */

/* Define to 1 if stdbool.h conforms to C99. */
#define HAVE_STDBOOL_H 1

/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1

/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1

/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1

/* Define to 1 if you have the <sys/devpoll.h> header file. */
/* #undef HAVE_SYS_DEVPOLL_H */

/* Define to 1 if you have the <sys/filio.h> header file. */
/* #undef HAVE_SYS_FILIO_H */

/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1

/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1

/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1

/* Define to 1 if you have the <utils/errcodes.h> header file. */
/* #undef HAVE_UTILS_ERRCODES_H */

/* Check valgrind headers */
#define HAVE_VALGRIND_HEADERS 1

/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
#define HAVE_VALGRIND_VALGRIND_H 1

/* Define to 1 if the system has the type `_Bool'. */
/* #undef HAVE__BOOL */

/* Define to the sub-directory in which libtool stores uninstalled libraries.
   */
#define LT_OBJDIR ".libs/"

/* Running on BSD? */
/* #undef OS_BSD */

/* Running on FreeBSD? */
/* #undef OS_FREEBSD */

/* Running on Linux? */
#define OS_LINUX 1

/* Running on NetBSD? */
/* #undef OS_NETBSD */

/* Running on OpenBSD? */
/* #undef OS_OPENBSD */

/* Running on OSX? */
/* #undef OS_OSX */

/* Running on Solaris? */
/* #undef OS_SOLARIS */

/* Name of package */
#define PACKAGE "kea"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "kea-dev@lists.isc.org"

/* Define to the full name of this package. */
#define PACKAGE_NAME "kea"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "kea 1.1.0"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "kea"

/* Define to the home page for this package. */
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.1.0"

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Was Kea statically linked? */
/* #undef USE_STATIC_LINK */

/* Version number of package */
#define VERSION "1.1.0"

/* Compile with Botan crypto */
#define WITH_BOTAN /**/

/* Compile with OpenSSL crypto */
/* #undef WITH_OPENSSL */

/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
   `char[]'. */
/* #undef YYTEXT_POINTER */

/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */