]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/unbound/config.h
Revert r338774. Unrelated changes were committed with Apache Serf.
[FreeBSD/FreeBSD.git] / contrib / unbound / config.h
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Directory to chroot to */
5 #define CHROOT_DIR "/var/unbound"
6
7 /* Define this to enable client subnet option. */
8 /* #undef CLIENT_SUBNET */
9
10 /* Do sha512 definitions in config.h */
11 /* #undef COMPAT_SHA512 */
12
13 /* Pathname to the Unbound configuration file */
14 #define CONFIGFILE "/var/unbound/unbound.conf"
15
16 /* Define this if on macOSX10.4-darwin8 and setreuid and setregid do not work
17    */
18 /* #undef DARWIN_BROKEN_SETREUID */
19
20 /* Whether daemon is deprecated */
21 /* #undef DEPRECATED_DAEMON */
22
23 /* default dnstap socket path */
24 /* #undef DNSTAP_SOCKET_PATH */
25
26 /* Define if you want to use debug lock checking (slow). */
27 /* #undef ENABLE_LOCK_CHECKS */
28
29 /* Define this if you enabled-allsymbols from libunbound to link binaries to
30    it for smaller install size, but the libunbound export table is polluted by
31    internal symbols */
32 /* #undef EXPORT_ALL_SYMBOLS */
33
34 /* Define to 1 if you have the `accept4' function. */
35 #define HAVE_ACCEPT4 1
36
37 /* Define to 1 if you have the `arc4random' function. */
38 #define HAVE_ARC4RANDOM 1
39
40 /* Define to 1 if you have the `arc4random_uniform' function. */
41 #define HAVE_ARC4RANDOM_UNIFORM 1
42
43 /* Define to 1 if you have the <arpa/inet.h> header file. */
44 #define HAVE_ARPA_INET_H 1
45
46 /* Whether the C compiler accepts the "format" attribute */
47 #define HAVE_ATTR_FORMAT 1
48
49 /* Whether the C compiler accepts the "unused" attribute */
50 #define HAVE_ATTR_UNUSED 1
51
52 /* Whether the C compiler accepts the "weak" attribute */
53 #define HAVE_ATTR_WEAK 1
54
55 /* Define to 1 if you have the `chown' function. */
56 #define HAVE_CHOWN 1
57
58 /* Define to 1 if you have the `chroot' function. */
59 #define HAVE_CHROOT 1
60
61 /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
62 #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
63
64 /* Define to 1 if you have the `ctime_r' function. */
65 #define HAVE_CTIME_R 1
66
67 /* Define to 1 if you have the `daemon' function. */
68 #define HAVE_DAEMON 1
69
70 /* Define to 1 if you have the declaration of `arc4random', and to 0 if you
71    don't. */
72 /* #undef HAVE_DECL_ARC4RANDOM */
73
74 /* Define to 1 if you have the declaration of `arc4random_uniform', and to 0
75    if you don't. */
76 /* #undef HAVE_DECL_ARC4RANDOM_UNIFORM */
77
78 /* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
79    don't. */
80 #define HAVE_DECL_INET_NTOP 1
81
82 /* Define to 1 if you have the declaration of `inet_pton', and to 0 if you
83    don't. */
84 #define HAVE_DECL_INET_PTON 1
85
86 /* Define to 1 if you have the declaration of `NID_ED25519', and to 0 if you
87    don't. */
88 #define HAVE_DECL_NID_ED25519 0
89
90 /* Define to 1 if you have the declaration of `NID_ED448', and to 0 if you
91    don't. */
92 #define HAVE_DECL_NID_ED448 0
93
94 /* Define to 1 if you have the declaration of `NID_secp384r1', and to 0 if you
95    don't. */
96 #define HAVE_DECL_NID_SECP384R1 1
97
98 /* Define to 1 if you have the declaration of `NID_X9_62_prime256v1', and to 0
99    if you don't. */
100 #define HAVE_DECL_NID_X9_62_PRIME256V1 1
101
102 /* Define to 1 if you have the declaration of `reallocarray', and to 0 if you
103    don't. */
104 /* #undef HAVE_DECL_REALLOCARRAY */
105
106 /* Define to 1 if you have the declaration of `redisConnect', and to 0 if you
107    don't. */
108 /* #undef HAVE_DECL_REDISCONNECT */
109
110 /* Define to 1 if you have the declaration of `sk_SSL_COMP_pop_free', and to 0
111    if you don't. */
112 #define HAVE_DECL_SK_SSL_COMP_POP_FREE 1
113
114 /* Define to 1 if you have the declaration of
115    `SSL_COMP_get_compression_methods', and to 0 if you don't. */
116 #define HAVE_DECL_SSL_COMP_GET_COMPRESSION_METHODS 1
117
118 /* Define to 1 if you have the declaration of `SSL_CTX_set_ecdh_auto', and to
119    0 if you don't. */
120 #define HAVE_DECL_SSL_CTX_SET_ECDH_AUTO 1
121
122 /* Define to 1 if you have the declaration of `strlcat', and to 0 if you
123    don't. */
124 /* #undef HAVE_DECL_STRLCAT */
125
126 /* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
127    don't. */
128 /* #undef HAVE_DECL_STRLCPY */
129
130 /* Define to 1 if you have the declaration of `XML_StopParser', and to 0 if
131    you don't. */
132 #define HAVE_DECL_XML_STOPPARSER 1
133
134 /* Define to 1 if you have the <dlfcn.h> header file. */
135 #define HAVE_DLFCN_H 1
136
137 /* Define to 1 if you have the `DSA_SIG_set0' function. */
138 /* #undef HAVE_DSA_SIG_SET0 */
139
140 /* Define to 1 if you have the <endian.h> header file. */
141 /* #undef HAVE_ENDIAN_H */
142
143 /* Define to 1 if you have the `endprotoent' function. */
144 #define HAVE_ENDPROTOENT 1
145
146 /* Define to 1 if you have the `endpwent' function. */
147 #define HAVE_ENDPWENT 1
148
149 /* Define to 1 if you have the `endservent' function. */
150 #define HAVE_ENDSERVENT 1
151
152 /* Define to 1 if you have the `ERR_free_strings' function. */
153 #define HAVE_ERR_FREE_STRINGS 1
154
155 /* Define to 1 if you have the `ERR_load_crypto_strings' function. */
156 #define HAVE_ERR_LOAD_CRYPTO_STRINGS 1
157
158 /* Define to 1 if you have the `event_base_free' function. */
159 /* #undef HAVE_EVENT_BASE_FREE */
160
161 /* Define to 1 if you have the `event_base_get_method' function. */
162 /* #undef HAVE_EVENT_BASE_GET_METHOD */
163
164 /* Define to 1 if you have the `event_base_new' function. */
165 /* #undef HAVE_EVENT_BASE_NEW */
166
167 /* Define to 1 if you have the `event_base_once' function. */
168 /* #undef HAVE_EVENT_BASE_ONCE */
169
170 /* Define to 1 if you have the <event.h> header file. */
171 /* #undef HAVE_EVENT_H */
172
173 /* Define to 1 if you have the `EVP_cleanup' function. */
174 #define HAVE_EVP_CLEANUP 1
175
176 /* Define to 1 if you have the `EVP_DigestVerify' function. */
177 /* #undef HAVE_EVP_DIGESTVERIFY */
178
179 /* Define to 1 if you have the `EVP_dss1' function. */
180 #define HAVE_EVP_DSS1 1
181
182 /* Define to 1 if you have the `EVP_MD_CTX_new' function. */
183 /* #undef HAVE_EVP_MD_CTX_NEW */
184
185 /* Define to 1 if you have the `EVP_sha1' function. */
186 #define HAVE_EVP_SHA1 1
187
188 /* Define to 1 if you have the `EVP_sha256' function. */
189 #define HAVE_EVP_SHA256 1
190
191 /* Define to 1 if you have the `EVP_sha512' function. */
192 #define HAVE_EVP_SHA512 1
193
194 /* Define to 1 if you have the `ev_default_loop' function. */
195 /* #undef HAVE_EV_DEFAULT_LOOP */
196
197 /* Define to 1 if you have the `ev_loop' function. */
198 /* #undef HAVE_EV_LOOP */
199
200 /* Define to 1 if you have the <expat.h> header file. */
201 #define HAVE_EXPAT_H 1
202
203 /* Define to 1 if you have the `fcntl' function. */
204 #define HAVE_FCNTL 1
205
206 /* Define to 1 if you have the `FIPS_mode' function. */
207 #define HAVE_FIPS_MODE 1
208
209 /* Define to 1 if you have the `fork' function. */
210 #define HAVE_FORK 1
211
212 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
213 #define HAVE_FSEEKO 1
214
215 /* Define to 1 if you have the `fsync' function. */
216 #define HAVE_FSYNC 1
217
218 /* Whether getaddrinfo is available */
219 #define HAVE_GETADDRINFO 1
220
221 /* Define to 1 if you have the `getauxval' function. */
222 /* #undef HAVE_GETAUXVAL */
223
224 /* Define to 1 if you have the `getentropy' function. */
225 /* #undef HAVE_GETENTROPY */
226
227 /* Define to 1 if you have the <getopt.h> header file. */
228 #define HAVE_GETOPT_H 1
229
230 /* Define to 1 if you have the `getpwnam' function. */
231 #define HAVE_GETPWNAM 1
232
233 /* Define to 1 if you have the `getrlimit' function. */
234 #define HAVE_GETRLIMIT 1
235
236 /* Define to 1 if you have the `glob' function. */
237 #define HAVE_GLOB 1
238
239 /* Define to 1 if you have the <glob.h> header file. */
240 #define HAVE_GLOB_H 1
241
242 /* Define to 1 if you have the `gmtime_r' function. */
243 #define HAVE_GMTIME_R 1
244
245 /* Define to 1 if you have the <grp.h> header file. */
246 #define HAVE_GRP_H 1
247
248 /* Define to 1 if you have the <hiredis/hiredis.h> header file. */
249 /* #undef HAVE_HIREDIS_HIREDIS_H */
250
251 /* If you have HMAC_Update */
252 #define HAVE_HMAC_UPDATE 1
253
254 /* Define to 1 if you have the `inet_aton' function. */
255 #define HAVE_INET_ATON 1
256
257 /* Define to 1 if you have the `inet_ntop' function. */
258 #define HAVE_INET_NTOP 1
259
260 /* Define to 1 if you have the `inet_pton' function. */
261 #define HAVE_INET_PTON 1
262
263 /* Define to 1 if you have the `initgroups' function. */
264 #define HAVE_INITGROUPS 1
265
266 /* Define to 1 if you have the <inttypes.h> header file. */
267 #define HAVE_INTTYPES_H 1
268
269 /* if the function 'ioctlsocket' is available */
270 /* #undef HAVE_IOCTLSOCKET */
271
272 /* Define to 1 if you have the <iphlpapi.h> header file. */
273 /* #undef HAVE_IPHLPAPI_H */
274
275 /* Define to 1 if you have the `isblank' function. */
276 #define HAVE_ISBLANK 1
277
278 /* Define to 1 if you have the `kill' function. */
279 #define HAVE_KILL 1
280
281 /* Define to 1 if you have the <libkern/OSByteOrder.h> header file. */
282 /* #undef HAVE_LIBKERN_OSBYTEORDER_H */
283
284 /* Define if we have LibreSSL */
285 /* #undef HAVE_LIBRESSL */
286
287 /* Define to 1 if you have the `localtime_r' function. */
288 #define HAVE_LOCALTIME_R 1
289
290 /* Define to 1 if you have the <login_cap.h> header file. */
291 #define HAVE_LOGIN_CAP_H 1
292
293 /* If have GNU libc compatible malloc */
294 #define HAVE_MALLOC 1
295
296 /* Define to 1 if you have the `memmove' function. */
297 #define HAVE_MEMMOVE 1
298
299 /* Define to 1 if you have the <memory.h> header file. */
300 #define HAVE_MEMORY_H 1
301
302 /* Define to 1 if you have the <netdb.h> header file. */
303 #define HAVE_NETDB_H 1
304
305 /* Define to 1 if you have the <netinet/in.h> header file. */
306 #define HAVE_NETINET_IN_H 1
307
308 /* Define to 1 if you have the <netinet/tcp.h> header file. */
309 #define HAVE_NETINET_TCP_H 1
310
311 /* Use libnettle for crypto */
312 /* #undef HAVE_NETTLE */
313
314 /* Define to 1 if you have the <nettle/dsa-compat.h> header file. */
315 /* #undef HAVE_NETTLE_DSA_COMPAT_H */
316
317 /* Define to 1 if you have the <nettle/eddsa.h> header file. */
318 /* #undef HAVE_NETTLE_EDDSA_H */
319
320 /* Use libnss for crypto */
321 /* #undef HAVE_NSS */
322
323 /* Define to 1 if you have the `OpenSSL_add_all_digests' function. */
324 #define HAVE_OPENSSL_ADD_ALL_DIGESTS 1
325
326 /* Define to 1 if you have the <openssl/bn.h> header file. */
327 #define HAVE_OPENSSL_BN_H 1
328
329 /* Define to 1 if you have the `OPENSSL_config' function. */
330 #define HAVE_OPENSSL_CONFIG 1
331
332 /* Define to 1 if you have the <openssl/conf.h> header file. */
333 #define HAVE_OPENSSL_CONF_H 1
334
335 /* Define to 1 if you have the <openssl/dh.h> header file. */
336 #define HAVE_OPENSSL_DH_H 1
337
338 /* Define to 1 if you have the <openssl/dsa.h> header file. */
339 #define HAVE_OPENSSL_DSA_H 1
340
341 /* Define to 1 if you have the <openssl/engine.h> header file. */
342 #define HAVE_OPENSSL_ENGINE_H 1
343
344 /* Define to 1 if you have the <openssl/err.h> header file. */
345 #define HAVE_OPENSSL_ERR_H 1
346
347 /* Define to 1 if you have the `OPENSSL_init_crypto' function. */
348 /* #undef HAVE_OPENSSL_INIT_CRYPTO */
349
350 /* Define to 1 if you have the `OPENSSL_init_ssl' function. */
351 /* #undef HAVE_OPENSSL_INIT_SSL */
352
353 /* Define to 1 if you have the <openssl/rand.h> header file. */
354 #define HAVE_OPENSSL_RAND_H 1
355
356 /* Define to 1 if you have the <openssl/rsa.h> header file. */
357 #define HAVE_OPENSSL_RSA_H 1
358
359 /* Define to 1 if you have the <openssl/ssl.h> header file. */
360 #define HAVE_OPENSSL_SSL_H 1
361
362 /* Define if you have POSIX threads libraries and header files. */
363 #define HAVE_PTHREAD 1
364
365 /* Have PTHREAD_PRIO_INHERIT. */
366 #define HAVE_PTHREAD_PRIO_INHERIT 1
367
368 /* Define to 1 if the system has the type `pthread_rwlock_t'. */
369 #define HAVE_PTHREAD_RWLOCK_T 1
370
371 /* Define to 1 if the system has the type `pthread_spinlock_t'. */
372 #define HAVE_PTHREAD_SPINLOCK_T 1
373
374 /* Define to 1 if you have the <pwd.h> header file. */
375 #define HAVE_PWD_H 1
376
377 /* Define if you have Python libraries and header files. */
378 /* #undef HAVE_PYTHON */
379
380 /* Define to 1 if you have the `random' function. */
381 #define HAVE_RANDOM 1
382
383 /* Define to 1 if you have the `RAND_cleanup' function. */
384 #define HAVE_RAND_CLEANUP 1
385
386 /* Define to 1 if you have the `reallocarray' function. */
387 #define HAVE_REALLOCARRAY 1
388
389 /* Define to 1 if you have the `recvmsg' function. */
390 #define HAVE_RECVMSG 1
391
392 /* Define to 1 if you have the `sendmsg' function. */
393 #define HAVE_SENDMSG 1
394
395 /* Define to 1 if you have the `setregid' function. */
396 /* #undef HAVE_SETREGID */
397
398 /* Define to 1 if you have the `setresgid' function. */
399 #define HAVE_SETRESGID 1
400
401 /* Define to 1 if you have the `setresuid' function. */
402 #define HAVE_SETRESUID 1
403
404 /* Define to 1 if you have the `setreuid' function. */
405 /* #undef HAVE_SETREUID */
406
407 /* Define to 1 if you have the `setrlimit' function. */
408 #define HAVE_SETRLIMIT 1
409
410 /* Define to 1 if you have the `setsid' function. */
411 #define HAVE_SETSID 1
412
413 /* Define to 1 if you have the `setusercontext' function. */
414 #define HAVE_SETUSERCONTEXT 1
415
416 /* Define to 1 if you have the `SHA512_Update' function. */
417 /* #undef HAVE_SHA512_UPDATE */
418
419 /* Define to 1 if you have the `shmget' function. */
420 #define HAVE_SHMGET 1
421
422 /* Define to 1 if you have the `sigprocmask' function. */
423 #define HAVE_SIGPROCMASK 1
424
425 /* Define to 1 if you have the `sleep' function. */
426 #define HAVE_SLEEP 1
427
428 /* Define to 1 if you have the `snprintf' function. */
429 #define HAVE_SNPRINTF 1
430
431 /* Define to 1 if you have the `socketpair' function. */
432 #define HAVE_SOCKETPAIR 1
433
434 /* Using Solaris threads */
435 /* #undef HAVE_SOLARIS_THREADS */
436
437 /* Define to 1 if you have the `srandom' function. */
438 #define HAVE_SRANDOM 1
439
440 /* Define if you have the SSL libraries installed. */
441 #define HAVE_SSL /**/
442
443 /* Define to 1 if you have the `SSL_CTX_set_security_level' function. */
444 /* #undef HAVE_SSL_CTX_SET_SECURITY_LEVEL */
445
446 /* Define to 1 if you have the `SSL_get0_peername' function. */
447 /* #undef HAVE_SSL_GET0_PEERNAME */
448
449 /* Define to 1 if you have the `SSL_set1_host' function. */
450 /* #undef HAVE_SSL_SET1_HOST */
451
452 /* Define to 1 if you have the <stdarg.h> header file. */
453 #define HAVE_STDARG_H 1
454
455 /* Define to 1 if you have the <stdbool.h> header file. */
456 #define HAVE_STDBOOL_H 1
457
458 /* Define to 1 if you have the <stdint.h> header file. */
459 #define HAVE_STDINT_H 1
460
461 /* Define to 1 if you have the <stdlib.h> header file. */
462 #define HAVE_STDLIB_H 1
463
464 /* Define to 1 if you have the `strftime' function. */
465 #define HAVE_STRFTIME 1
466
467 /* Define to 1 if you have the <strings.h> header file. */
468 #define HAVE_STRINGS_H 1
469
470 /* Define to 1 if you have the <string.h> header file. */
471 #define HAVE_STRING_H 1
472
473 /* Define to 1 if you have the `strlcat' function. */
474 #define HAVE_STRLCAT 1
475
476 /* Define to 1 if you have the `strlcpy' function. */
477 #define HAVE_STRLCPY 1
478
479 /* Define to 1 if you have the `strptime' function. */
480 #define HAVE_STRPTIME 1
481
482 /* Define to 1 if you have the `strsep' function. */
483 #define HAVE_STRSEP 1
484
485 /* Define to 1 if `ipi_spec_dst' is a member of `struct in_pktinfo'. */
486 /* #undef HAVE_STRUCT_IN_PKTINFO_IPI_SPEC_DST */
487
488 /* Define to 1 if `sun_len' is a member of `struct sockaddr_un'. */
489 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
490
491 /* Define if you have Swig libraries and header files. */
492 /* #undef HAVE_SWIG */
493
494 /* Define to 1 if you have the <syslog.h> header file. */
495 #define HAVE_SYSLOG_H 1
496
497 /* Define to 1 if systemd should be used */
498 /* #undef HAVE_SYSTEMD */
499
500 /* Define to 1 if you have the <sys/endian.h> header file. */
501 #define HAVE_SYS_ENDIAN_H 1
502
503 /* Define to 1 if you have the <sys/ipc.h> header file. */
504 #define HAVE_SYS_IPC_H 1
505
506 /* Define to 1 if you have the <sys/param.h> header file. */
507 #define HAVE_SYS_PARAM_H 1
508
509 /* Define to 1 if you have the <sys/resource.h> header file. */
510 #define HAVE_SYS_RESOURCE_H 1
511
512 /* Define to 1 if you have the <sys/sha2.h> header file. */
513 /* #undef HAVE_SYS_SHA2_H */
514
515 /* Define to 1 if you have the <sys/shm.h> header file. */
516 #define HAVE_SYS_SHM_H 1
517
518 /* Define to 1 if you have the <sys/socket.h> header file. */
519 #define HAVE_SYS_SOCKET_H 1
520
521 /* Define to 1 if you have the <sys/stat.h> header file. */
522 #define HAVE_SYS_STAT_H 1
523
524 /* Define to 1 if you have the <sys/sysctl.h> header file. */
525 /* #undef HAVE_SYS_SYSCTL_H */
526
527 /* Define to 1 if you have the <sys/types.h> header file. */
528 #define HAVE_SYS_TYPES_H 1
529
530 /* Define to 1 if you have the <sys/uio.h> header file. */
531 #define HAVE_SYS_UIO_H 1
532
533 /* Define to 1 if you have the <sys/un.h> header file. */
534 #define HAVE_SYS_UN_H 1
535
536 /* Define to 1 if you have the <sys/wait.h> header file. */
537 #define HAVE_SYS_WAIT_H 1
538
539 /* Define to 1 if you have the <time.h> header file. */
540 #define HAVE_TIME_H 1
541
542 /* Define to 1 if you have the `tzset' function. */
543 #define HAVE_TZSET 1
544
545 /* Define to 1 if you have the <unistd.h> header file. */
546 #define HAVE_UNISTD_H 1
547
548 /* Define to 1 if you have the `usleep' function. */
549 #define HAVE_USLEEP 1
550
551 /* Define to 1 if you have the `vfork' function. */
552 #define HAVE_VFORK 1
553
554 /* Define to 1 if you have the <vfork.h> header file. */
555 /* #undef HAVE_VFORK_H */
556
557 /* Define to 1 if you have the <windows.h> header file. */
558 /* #undef HAVE_WINDOWS_H */
559
560 /* Using Windows threads */
561 /* #undef HAVE_WINDOWS_THREADS */
562
563 /* Define to 1 if you have the <winsock2.h> header file. */
564 /* #undef HAVE_WINSOCK2_H */
565
566 /* Define to 1 if `fork' works. */
567 #define HAVE_WORKING_FORK 1
568
569 /* Define to 1 if `vfork' works. */
570 #define HAVE_WORKING_VFORK 1
571
572 /* Define to 1 if you have the `writev' function. */
573 #define HAVE_WRITEV 1
574
575 /* Define to 1 if you have the <ws2tcpip.h> header file. */
576 /* #undef HAVE_WS2TCPIP_H */
577
578 /* Define to 1 if you have the `_beginthreadex' function. */
579 /* #undef HAVE__BEGINTHREADEX */
580
581 /* if lex has yylex_destroy */
582 #define LEX_HAS_YYLEX_DESTROY 1
583
584 /* Define to the sub-directory where libtool stores uninstalled libraries. */
585 #define LT_OBJDIR ".libs/"
586
587 /* Define to the maximum message length to pass to syslog. */
588 #define MAXSYSLOGMSGLEN 10240
589
590 /* Define if memcmp() does not compare unsigned bytes */
591 /* #undef MEMCMP_IS_BROKEN */
592
593 /* Define if mkdir has one argument. */
594 /* #undef MKDIR_HAS_ONE_ARG */
595
596 /* Define if the network stack does not fully support nonblocking io (causes
597    lower performance). */
598 /* #undef NONBLOCKING_IS_BROKEN */
599
600 /* Put -D_ALL_SOURCE define in config.h */
601 /* #undef OMITTED__D_ALL_SOURCE */
602
603 /* Put -D_BSD_SOURCE define in config.h */
604 /* #undef OMITTED__D_BSD_SOURCE */
605
606 /* Put -D_DEFAULT_SOURCE define in config.h */
607 /* #undef OMITTED__D_DEFAULT_SOURCE */
608
609 /* Put -D_GNU_SOURCE define in config.h */
610 /* #undef OMITTED__D_GNU_SOURCE */
611
612 /* Put -D_LARGEFILE_SOURCE=1 define in config.h */
613 /* #undef OMITTED__D_LARGEFILE_SOURCE_1 */
614
615 /* Put -D_POSIX_C_SOURCE=200112 define in config.h */
616 /* #undef OMITTED__D_POSIX_C_SOURCE_200112 */
617
618 /* Put -D_XOPEN_SOURCE=600 define in config.h */
619 /* #undef OMITTED__D_XOPEN_SOURCE_600 */
620
621 /* Put -D_XOPEN_SOURCE_EXTENDED=1 define in config.h */
622 /* #undef OMITTED__D_XOPEN_SOURCE_EXTENDED_1 */
623
624 /* Put -D__EXTENSIONS__ define in config.h */
625 /* #undef OMITTED__D__EXTENSIONS__ */
626
627 /* Define to the address where bug reports for this package should be sent. */
628 #define PACKAGE_BUGREPORT "unbound-bugs@nlnetlabs.nl"
629
630 /* Define to the full name of this package. */
631 #define PACKAGE_NAME "unbound"
632
633 /* Define to the full name and version of this package. */
634 #define PACKAGE_STRING "unbound 1.7.3"
635
636 /* Define to the one symbol short name of this package. */
637 #define PACKAGE_TARNAME "unbound"
638
639 /* Define to the home page for this package. */
640 #define PACKAGE_URL ""
641
642 /* Define to the version of this package. */
643 #define PACKAGE_VERSION "1.7.3"
644
645 /* default pidfile location */
646 #define PIDFILE "/var/unbound/unbound.pid"
647
648 /* Define to necessary symbol if this constant uses a non-standard name on
649    your system. */
650 /* #undef PTHREAD_CREATE_JOINABLE */
651
652 /* Define as the return type of signal handlers (`int' or `void'). */
653 #define RETSIGTYPE void
654
655 /* default rootkey location */
656 #define ROOT_ANCHOR_FILE "/var/unbound/root.key"
657
658 /* default rootcert location */
659 #define ROOT_CERT_FILE "/var/unbound/icannbundle.pem"
660
661 /* version number for resource files */
662 #define RSRC_PACKAGE_VERSION 1,7,3,0
663
664 /* Directory to chdir to */
665 #define RUN_DIR "/var/unbound"
666
667 /* Shared data */
668 #define SHARE_DIR "/var/unbound"
669
670 /* The size of `time_t', as computed by sizeof. */
671 #define SIZEOF_TIME_T 8
672
673 /* define if (v)snprintf does not return length needed, (but length used) */
674 /* #undef SNPRINTF_RET_BROKEN */
675
676 /* Define to 1 if libsodium supports sodium_set_misuse_handler */
677 /* #undef SODIUM_MISUSE_HANDLER */
678
679 /* Define to 1 if you have the ANSI C header files. */
680 #define STDC_HEADERS 1
681
682 /* use default strptime. */
683 #define STRPTIME_WORKS 1
684
685 /* Use win32 resources and API */
686 /* #undef UB_ON_WINDOWS */
687
688 /* default username */
689 #define UB_USERNAME "unbound"
690
691 /* use to enable lightweight alloc assertions, for debug use */
692 /* #undef UNBOUND_ALLOC_LITE */
693
694 /* use malloc not regions, for debug use */
695 /* #undef UNBOUND_ALLOC_NONREGIONAL */
696
697 /* use statistics for allocs and frees, for debug use */
698 /* #undef UNBOUND_ALLOC_STATS */
699
700 /* define this to enable debug checks. */
701 /* #undef UNBOUND_DEBUG */
702
703 /* Define to 1 to use cachedb support */
704 /* #undef USE_CACHEDB */
705
706 /* Define to 1 to enable dnscrypt support */
707 /* #undef USE_DNSCRYPT */
708
709 /* Define to 1 to enable dnscrypt with xchacha20 support */
710 /* #undef USE_DNSCRYPT_XCHACHA20 */
711
712 /* Define to 1 to enable dnstap support */
713 /* #undef USE_DNSTAP */
714
715 /* Define this to enable DSA support. */
716 #define USE_DSA 1
717
718 /* Define this to enable ECDSA support. */
719 #define USE_ECDSA 1
720
721 /* Define this to enable an EVP workaround for older openssl */
722 /* #undef USE_ECDSA_EVP_WORKAROUND */
723
724 /* Define this to enable ED25519 support. */
725 /* #undef USE_ED25519 */
726
727 /* Define this to enable ED448 support. */
728 /* #undef USE_ED448 */
729
730 /* Define this to enable GOST support. */
731 #define USE_GOST 1
732
733 /* Define to 1 to use ipsecmod support. */
734 /* #undef USE_IPSECMOD */
735
736 /* Define if you want to use internal select based events */
737 #define USE_MINI_EVENT 1
738
739 /* Define this to enable client TCP Fast Open. */
740 /* #undef USE_MSG_FASTOPEN */
741
742 /* Define this to enable client TCP Fast Open. */
743 /* #undef USE_OSX_MSG_FASTOPEN */
744
745 /* Define this to use hiredis client. */
746 /* #undef USE_REDIS */
747
748 /* Define this to enable SHA1 support. */
749 #define USE_SHA1 1
750
751 /* Define this to enable SHA256 and SHA512 support. */
752 #define USE_SHA2 1
753
754 /* Enable extensions on AIX 3, Interix.  */
755 #ifndef _ALL_SOURCE
756 # define _ALL_SOURCE 1
757 #endif
758 /* Enable GNU extensions on systems that have them.  */
759 #ifndef _GNU_SOURCE
760 # define _GNU_SOURCE 1
761 #endif
762 /* Enable threading extensions on Solaris.  */
763 #ifndef _POSIX_PTHREAD_SEMANTICS
764 # define _POSIX_PTHREAD_SEMANTICS 1
765 #endif
766 /* Enable extensions on HP NonStop.  */
767 #ifndef _TANDEM_SOURCE
768 # define _TANDEM_SOURCE 1
769 #endif
770 /* Enable general extensions on Solaris.  */
771 #ifndef __EXTENSIONS__
772 # define __EXTENSIONS__ 1
773 #endif
774
775
776 /* Define this to enable server TCP Fast Open. */
777 /* #undef USE_TCP_FASTOPEN */
778
779 /* Whether the windows socket API is used */
780 /* #undef USE_WINSOCK */
781
782 /* the version of the windows API enabled */
783 #define WINVER 0x0502
784
785 /* Define if you want Python module. */
786 /* #undef WITH_PYTHONMODULE */
787
788 /* Define if you want PyUnbound. */
789 /* #undef WITH_PYUNBOUND */
790
791 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
792    `char[]'. */
793 #define YYTEXT_POINTER 1
794
795 /* Enable large inode numbers on Mac OS X 10.5.  */
796 #ifndef _DARWIN_USE_64_BIT_INODE
797 # define _DARWIN_USE_64_BIT_INODE 1
798 #endif
799
800 /* Number of bits in a file offset, on hosts where this is settable. */
801 /* #undef _FILE_OFFSET_BITS */
802
803 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
804 /* #undef _LARGEFILE_SOURCE */
805
806 /* Define for large files, on AIX-style hosts. */
807 /* #undef _LARGE_FILES */
808
809 /* Define to 1 if on MINIX. */
810 /* #undef _MINIX */
811
812 /* Enable for compile on Minix */
813 /* #undef _NETBSD_SOURCE */
814
815 /* Define to 2 if the system does not provide POSIX.1 features except with
816    this defined. */
817 /* #undef _POSIX_1_SOURCE */
818
819 /* Define to 1 if you need to in order for `stat' and other things to work. */
820 /* #undef _POSIX_SOURCE */
821
822 /* Define to empty if `const' does not conform to ANSI C. */
823 /* #undef const */
824
825 /* Define to `int' if <sys/types.h> doesn't define. */
826 /* #undef gid_t */
827
828 /* in_addr_t */
829 /* #undef in_addr_t */
830
831 /* in_port_t */
832 /* #undef in_port_t */
833
834 /* Define to `__inline__' or `__inline' if that's what the C compiler
835    calls it, or to nothing if 'inline' is not supported under any name.  */
836 #ifndef __cplusplus
837 /* #undef inline */
838 #endif
839
840 /* Define to `short' if <sys/types.h> does not define. */
841 /* #undef int16_t */
842
843 /* Define to `int' if <sys/types.h> does not define. */
844 /* #undef int32_t */
845
846 /* Define to `long long' if <sys/types.h> does not define. */
847 /* #undef int64_t */
848
849 /* Define to `signed char' if <sys/types.h> does not define. */
850 /* #undef int8_t */
851
852 /* Define if replacement function should be used. */
853 /* #undef malloc */
854
855 /* Define to `long int' if <sys/types.h> does not define. */
856 /* #undef off_t */
857
858 /* Define to `int' if <sys/types.h> does not define. */
859 /* #undef pid_t */
860
861 /* Define to 'int' if not defined */
862 /* #undef rlim_t */
863
864 /* Define to `unsigned int' if <sys/types.h> does not define. */
865 /* #undef size_t */
866
867 /* Define to 'int' if not defined */
868 /* #undef socklen_t */
869
870 /* Define to `int' if <sys/types.h> does not define. */
871 /* #undef ssize_t */
872
873 /* Define to 'unsigned char if not defined */
874 /* #undef u_char */
875
876 /* Define to `int' if <sys/types.h> doesn't define. */
877 /* #undef uid_t */
878
879 /* Define to `unsigned short' if <sys/types.h> does not define. */
880 /* #undef uint16_t */
881
882 /* Define to `unsigned int' if <sys/types.h> does not define. */
883 /* #undef uint32_t */
884
885 /* Define to `unsigned long long' if <sys/types.h> does not define. */
886 /* #undef uint64_t */
887
888 /* Define to `unsigned char' if <sys/types.h> does not define. */
889 /* #undef uint8_t */
890
891 /* Define as `fork' if `vfork' does not work. */
892 /* #undef vfork */
893
894 #if defined(OMITTED__D_GNU_SOURCE) && !defined(_GNU_SOURCE)
895 #define _GNU_SOURCE 1
896 #endif 
897
898 #if defined(OMITTED__D_BSD_SOURCE) && !defined(_BSD_SOURCE)
899 #define _BSD_SOURCE 1
900 #endif 
901
902 #if defined(OMITTED__D_DEFAULT_SOURCE) && !defined(_DEFAULT_SOURCE)
903 #define _DEFAULT_SOURCE 1
904 #endif 
905
906 #if defined(OMITTED__D__EXTENSIONS__) && !defined(__EXTENSIONS__)
907 #define __EXTENSIONS__ 1
908 #endif 
909
910 #if defined(OMITTED__D_POSIX_C_SOURCE_200112) && !defined(_POSIX_C_SOURCE)
911 #define _POSIX_C_SOURCE 200112
912 #endif 
913
914 #if defined(OMITTED__D_XOPEN_SOURCE_600) && !defined(_XOPEN_SOURCE)
915 #define _XOPEN_SOURCE 600
916 #endif 
917
918 #if defined(OMITTED__D_XOPEN_SOURCE_EXTENDED_1) && !defined(_XOPEN_SOURCE_EXTENDED)
919 #define _XOPEN_SOURCE_EXTENDED 1
920 #endif 
921
922 #if defined(OMITTED__D_ALL_SOURCE) && !defined(_ALL_SOURCE)
923 #define _ALL_SOURCE 1
924 #endif 
925
926 #if defined(OMITTED__D_LARGEFILE_SOURCE_1) && !defined(_LARGEFILE_SOURCE)
927 #define _LARGEFILE_SOURCE 1
928 #endif 
929
930
931
932
933 #ifndef UNBOUND_DEBUG
934 #  define NDEBUG
935 #endif
936
937 /** Use small-ldns codebase */
938 #define USE_SLDNS 1
939 #ifdef HAVE_SSL
940 #  define LDNS_BUILD_CONFIG_HAVE_SSL 1
941 #endif
942
943 #include <stdio.h>
944 #include <string.h>
945 #include <unistd.h>
946 #include <assert.h>
947
948 #if STDC_HEADERS
949 #include <stdlib.h>
950 #include <stddef.h>
951 #endif
952
953 #ifdef HAVE_STDARG_H
954 #include <stdarg.h>
955 #endif
956
957 #ifdef HAVE_STDINT_H
958 #include <stdint.h>
959 #endif
960
961 #include <errno.h>
962
963 #if HAVE_SYS_PARAM_H
964 #include <sys/param.h>
965 #endif
966
967 #ifdef HAVE_SYS_SOCKET_H
968 #include <sys/socket.h>
969 #endif
970
971 #ifdef HAVE_SYS_UIO_H
972 #include <sys/uio.h>
973 #endif
974
975 #ifdef HAVE_NETINET_IN_H
976 #include <netinet/in.h>
977 #endif
978
979 #ifdef HAVE_NETINET_TCP_H
980 #include <netinet/tcp.h>
981 #endif
982
983 #ifdef HAVE_ARPA_INET_H
984 #include <arpa/inet.h>
985 #endif
986
987 #ifdef HAVE_WINSOCK2_H
988 #include <winsock2.h>
989 #endif
990
991 #ifdef HAVE_WS2TCPIP_H
992 #include <ws2tcpip.h>
993 #endif
994
995 #ifndef USE_WINSOCK
996 #define ARG_LL "%ll"
997 #else
998 #define ARG_LL "%I64"
999 #endif
1000
1001 #ifndef AF_LOCAL
1002 #define AF_LOCAL AF_UNIX
1003 #endif
1004
1005
1006  
1007 #ifdef HAVE_ATTR_FORMAT
1008 #  define ATTR_FORMAT(archetype, string_index, first_to_check) \
1009     __attribute__ ((format (archetype, string_index, first_to_check)))
1010 #else /* !HAVE_ATTR_FORMAT */
1011 #  define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */
1012 #endif /* !HAVE_ATTR_FORMAT */
1013
1014
1015 #if defined(DOXYGEN)
1016 #  define ATTR_UNUSED(x)  x
1017 #elif defined(__cplusplus)
1018 #  define ATTR_UNUSED(x)
1019 #elif defined(HAVE_ATTR_UNUSED)
1020 #  define ATTR_UNUSED(x)  x __attribute__((unused))
1021 #else /* !HAVE_ATTR_UNUSED */
1022 #  define ATTR_UNUSED(x)  x
1023 #endif /* !HAVE_ATTR_UNUSED */
1024
1025
1026 #ifndef HAVE_FSEEKO
1027 #define fseeko fseek
1028 #define ftello ftell
1029 #endif /* HAVE_FSEEKO */
1030
1031
1032 #ifndef MAXHOSTNAMELEN
1033 #define MAXHOSTNAMELEN 256
1034 #endif
1035
1036 #if !defined(HAVE_SNPRINTF) || defined(SNPRINTF_RET_BROKEN)
1037 #define snprintf snprintf_unbound
1038 #define vsnprintf vsnprintf_unbound
1039 #include <stdarg.h>
1040 int snprintf (char *str, size_t count, const char *fmt, ...);
1041 int vsnprintf (char *str, size_t count, const char *fmt, va_list arg);
1042 #endif /* HAVE_SNPRINTF or SNPRINTF_RET_BROKEN */
1043
1044 #ifndef HAVE_INET_PTON
1045 #define inet_pton inet_pton_unbound
1046 int inet_pton(int af, const char* src, void* dst);
1047 #endif /* HAVE_INET_PTON */
1048
1049
1050 #ifndef HAVE_INET_NTOP
1051 #define inet_ntop inet_ntop_unbound
1052 const char *inet_ntop(int af, const void *src, char *dst, size_t size);
1053 #endif
1054
1055
1056 #ifndef HAVE_INET_ATON
1057 #define inet_aton inet_aton_unbound
1058 int inet_aton(const char *cp, struct in_addr *addr);
1059 #endif
1060
1061
1062 #ifndef HAVE_MEMMOVE
1063 #define memmove memmove_unbound
1064 void *memmove(void *dest, const void *src, size_t n);
1065 #endif
1066
1067
1068 #ifndef HAVE_STRLCAT
1069 #define strlcat strlcat_unbound
1070 size_t strlcat(char *dst, const char *src, size_t siz);
1071 #endif
1072
1073
1074 #ifndef HAVE_STRLCPY
1075 #define strlcpy strlcpy_unbound
1076 size_t strlcpy(char *dst, const char *src, size_t siz);
1077 #endif
1078
1079
1080 #ifndef HAVE_GMTIME_R
1081 #define gmtime_r gmtime_r_unbound
1082 struct tm *gmtime_r(const time_t *timep, struct tm *result);
1083 #endif
1084
1085
1086 #ifndef HAVE_REALLOCARRAY
1087 #define reallocarray reallocarrayunbound
1088 void* reallocarray(void *ptr, size_t nmemb, size_t size);
1089 #endif
1090
1091
1092 #if !defined(HAVE_SLEEP) || defined(HAVE_WINDOWS_H)
1093 #define sleep(x) Sleep((x)*1000) /* on win32 */
1094 #endif /* HAVE_SLEEP */
1095
1096
1097 #ifndef HAVE_USLEEP
1098 #define usleep(x) Sleep((x)/1000 + 1) /* on win32 */
1099 #endif /* HAVE_USLEEP */
1100
1101
1102 #ifndef HAVE_RANDOM
1103 #define random rand /* on win32, for tests only (bad random) */
1104 #endif /* HAVE_RANDOM */
1105
1106
1107 #ifndef HAVE_SRANDOM
1108 #define srandom(x) srand(x) /* on win32, for tests only (bad random) */
1109 #endif /* HAVE_SRANDOM */
1110
1111
1112 /* detect if we need to cast to unsigned int for FD_SET to avoid warnings */
1113 #ifdef HAVE_WINSOCK2_H
1114 #define FD_SET_T (u_int)
1115 #else
1116 #define FD_SET_T 
1117 #endif
1118
1119
1120 #ifndef IPV6_MIN_MTU
1121 #define IPV6_MIN_MTU 1280
1122 #endif /* IPV6_MIN_MTU */
1123
1124
1125 #ifdef MEMCMP_IS_BROKEN
1126 #include "compat/memcmp.h"
1127 #define memcmp memcmp_unbound
1128 int memcmp(const void *x, const void *y, size_t n);
1129 #endif
1130
1131
1132
1133 #ifndef HAVE_CTIME_R
1134 #define ctime_r unbound_ctime_r
1135 char *ctime_r(const time_t *timep, char *buf);
1136 #endif
1137
1138 #ifndef HAVE_STRSEP
1139 #define strsep unbound_strsep
1140 char *strsep(char **stringp, const char *delim);
1141 #endif
1142
1143 #ifndef HAVE_ISBLANK
1144 #define isblank unbound_isblank
1145 int isblank(int c);
1146 #endif
1147
1148 #if defined(HAVE_INET_NTOP) && !HAVE_DECL_INET_NTOP
1149 const char *inet_ntop(int af, const void *src, char *dst, size_t size);
1150 #endif
1151
1152 #if defined(HAVE_INET_PTON) && !HAVE_DECL_INET_PTON
1153 int inet_pton(int af, const char* src, void* dst);
1154 #endif
1155
1156 #if !defined(HAVE_STRPTIME) || !defined(STRPTIME_WORKS)
1157 #define strptime unbound_strptime
1158 struct tm;
1159 char *strptime(const char *s, const char *format, struct tm *tm);
1160 #endif
1161
1162 #ifdef HAVE_LIBRESSL
1163 #  if !HAVE_DECL_STRLCPY
1164 size_t strlcpy(char *dst, const char *src, size_t siz);
1165 #  endif
1166 #  if !HAVE_DECL_STRLCAT
1167 size_t strlcat(char *dst, const char *src, size_t siz);
1168 #  endif
1169 #  if !HAVE_DECL_ARC4RANDOM && defined(HAVE_ARC4RANDOM)
1170 uint32_t arc4random(void);
1171 #  endif
1172 #  if !HAVE_DECL_ARC4RANDOM_UNIFORM && defined(HAVE_ARC4RANDOM_UNIFORM)
1173 uint32_t arc4random_uniform(uint32_t upper_bound);
1174 #  endif
1175 #  if !HAVE_DECL_REALLOCARRAY
1176 void *reallocarray(void *ptr, size_t nmemb, size_t size);
1177 #  endif
1178 #endif /* HAVE_LIBRESSL */
1179 #ifndef HAVE_ARC4RANDOM
1180 void explicit_bzero(void* buf, size_t len);
1181 int getentropy(void* buf, size_t len);
1182 uint32_t arc4random(void);
1183 void arc4random_buf(void* buf, size_t n);
1184 void _ARC4_LOCK(void);
1185 void _ARC4_UNLOCK(void);
1186 void _ARC4_LOCK_DESTROY(void);
1187 #endif
1188 #ifndef HAVE_ARC4RANDOM_UNIFORM
1189 uint32_t arc4random_uniform(uint32_t upper_bound);
1190 #endif
1191 #ifdef COMPAT_SHA512
1192 #ifndef SHA512_DIGEST_LENGTH
1193 #define SHA512_BLOCK_LENGTH             128
1194 #define SHA512_DIGEST_LENGTH            64
1195 #define SHA512_DIGEST_STRING_LENGTH     (SHA512_DIGEST_LENGTH * 2 + 1)
1196 typedef struct _SHA512_CTX {
1197         uint64_t        state[8];
1198         uint64_t        bitcount[2];
1199         uint8_t buffer[SHA512_BLOCK_LENGTH];
1200 } SHA512_CTX;
1201 #endif /* SHA512_DIGEST_LENGTH */
1202 void SHA512_Init(SHA512_CTX*);
1203 void SHA512_Update(SHA512_CTX*, void*, size_t);
1204 void SHA512_Final(uint8_t[SHA512_DIGEST_LENGTH], SHA512_CTX*);
1205 unsigned char *SHA512(void* data, unsigned int data_len, unsigned char *digest);
1206 #endif /* COMPAT_SHA512 */
1207
1208
1209
1210 #if defined(HAVE_EVENT_H) && !defined(HAVE_EVENT_BASE_ONCE) && !(defined(HAVE_EV_LOOP) || defined(HAVE_EV_DEFAULT_LOOP)) && (defined(HAVE_PTHREAD) || defined(HAVE_SOLARIS_THREADS))
1211    /* using version of libevent that is not threadsafe. */
1212 #  define LIBEVENT_SIGNAL_PROBLEM 1
1213 #endif
1214
1215 #ifndef CHECKED_INET6
1216 #  define CHECKED_INET6
1217 #  ifdef AF_INET6
1218 #    define INET6
1219 #  else
1220 #    define AF_INET6        28
1221 #  endif
1222 #endif /* CHECKED_INET6 */
1223
1224 #ifndef HAVE_GETADDRINFO
1225 struct sockaddr_storage;
1226 #include "compat/fake-rfc2553.h"
1227 #endif
1228
1229 #ifdef UNBOUND_ALLOC_STATS
1230 #  define malloc(s) unbound_stat_malloc_log(s, __FILE__, __LINE__, __func__)
1231 #  define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__)
1232 #  define free(p) unbound_stat_free_log(p, __FILE__, __LINE__, __func__)
1233 #  define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__)
1234 void *unbound_stat_malloc(size_t size);
1235 void *unbound_stat_calloc(size_t nmemb, size_t size);
1236 void unbound_stat_free(void *ptr);
1237 void *unbound_stat_realloc(void *ptr, size_t size);
1238 void *unbound_stat_malloc_log(size_t size, const char* file, int line,
1239         const char* func);
1240 void *unbound_stat_calloc_log(size_t nmemb, size_t size, const char* file,
1241         int line, const char* func);
1242 void unbound_stat_free_log(void *ptr, const char* file, int line,
1243         const char* func);
1244 void *unbound_stat_realloc_log(void *ptr, size_t size, const char* file,
1245         int line, const char* func);
1246 #elif defined(UNBOUND_ALLOC_LITE)
1247 #  include "util/alloc.h"
1248 #endif /* UNBOUND_ALLOC_LITE and UNBOUND_ALLOC_STATS */
1249
1250 /** default port for DNS traffic. */
1251 #define UNBOUND_DNS_PORT 53
1252 /** default port for DNS over TLS traffic. */
1253 #define UNBOUND_DNS_OVER_TLS_PORT 853
1254 /** default port for unbound control traffic, registered port with IANA,
1255     ub-dns-control  8953/tcp    unbound dns nameserver control */
1256 #define UNBOUND_CONTROL_PORT 8953
1257 /** the version of unbound-control that this software implements */
1258 #define UNBOUND_CONTROL_VERSION 1
1259
1260