Deleted Added
sdiff udiff text old ( 266114 ) new ( 276605 )
full compact
1/* config.h.in. Generated from configure.ac by autoheader. */
2
3/* Directory to chroot to */
4#undef CHROOT_DIR
5
6/* Pathname to the Unbound configuration file */
7#undef CONFIGFILE
8
9/* Define this if on macOSX10.4-darwin8 and setreuid and setregid do not work
10 */
11#undef DARWIN_BROKEN_SETREUID
12
13/* Whether daemon is deprecated */
14#undef DEPRECATED_DAEMON
15
16/* Define if you want to use debug lock checking (slow). */
17#undef ENABLE_LOCK_CHECKS
18
19/* Define this if you enabled-allsymbols from libunbound to link binaries to
20 it for smaller install size, but the libunbound export table is polluted by
21 internal symbols */
22#undef EXPORT_ALL_SYMBOLS
23
24/* Define to 1 if you have the <arpa/inet.h> header file. */
25#undef HAVE_ARPA_INET_H
26
27/* Whether the C compiler accepts the "format" attribute */
28#undef HAVE_ATTR_FORMAT
29
30/* Whether the C compiler accepts the "unused" attribute */
31#undef HAVE_ATTR_UNUSED

--- 5 unchanged lines hidden (view full) ---

37#undef HAVE_CHROOT
38
39/* Define to 1 if you have the `ctime_r' function. */
40#undef HAVE_CTIME_R
41
42/* Define to 1 if you have the `daemon' function. */
43#undef HAVE_DAEMON
44
45/* Define to 1 if you have the declaration of `NID_secp384r1', and to 0 if you
46 don't. */
47#undef HAVE_DECL_NID_SECP384R1
48
49/* Define to 1 if you have the declaration of `NID_X9_62_prime256v1', and to 0
50 if you don't. */
51#undef HAVE_DECL_NID_X9_62_PRIME256V1
52
53/* Define to 1 if you have the declaration of `sk_SSL_COMP_pop_free', and to 0
54 if you don't. */
55#undef HAVE_DECL_SK_SSL_COMP_POP_FREE
56
57/* Define to 1 if you have the declaration of
58 `SSL_COMP_get_compression_methods', and to 0 if you don't. */
59#undef HAVE_DECL_SSL_COMP_GET_COMPRESSION_METHODS
60
61/* Define to 1 if you have the <dlfcn.h> header file. */
62#undef HAVE_DLFCN_H
63
64/* Define to 1 if you have the `endprotoent' function. */
65#undef HAVE_ENDPROTOENT
66
67/* Define to 1 if you have the `endservent' function. */
68#undef HAVE_ENDSERVENT
69
70/* Define to 1 if you have the `event_base_free' function. */
71#undef HAVE_EVENT_BASE_FREE

--- 38 unchanged lines hidden (view full) ---

110#undef HAVE_FORK
111
112/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
113#undef HAVE_FSEEKO
114
115/* Whether getaddrinfo is available */
116#undef HAVE_GETADDRINFO
117
118/* Define to 1 if you have the <getopt.h> header file. */
119#undef HAVE_GETOPT_H
120
121/* Define to 1 if you have the `getpwnam' function. */
122#undef HAVE_GETPWNAM
123
124/* Define to 1 if you have the `getrlimit' function. */
125#undef HAVE_GETRLIMIT

--- 32 unchanged lines hidden (view full) ---

158#undef HAVE_IOCTLSOCKET
159
160/* Define to 1 if you have the <iphlpapi.h> header file. */
161#undef HAVE_IPHLPAPI_H
162
163/* Define to 1 if you have the `kill' function. */
164#undef HAVE_KILL
165
166/* Define to 1 if you have the `localtime_r' function. */
167#undef HAVE_LOCALTIME_R
168
169/* Define to 1 if you have the <login_cap.h> header file. */
170#undef HAVE_LOGIN_CAP_H
171
172/* If have GNU libc compatible malloc */
173#undef HAVE_MALLOC

--- 77 unchanged lines hidden (view full) ---

251#undef HAVE_SETRLIMIT
252
253/* Define to 1 if you have the `setsid' function. */
254#undef HAVE_SETSID
255
256/* Define to 1 if you have the `setusercontext' function. */
257#undef HAVE_SETUSERCONTEXT
258
259/* Define to 1 if you have the `sigprocmask' function. */
260#undef HAVE_SIGPROCMASK
261
262/* Define to 1 if you have the `sleep' function. */
263#undef HAVE_SLEEP
264
265/* Define to 1 if you have the `snprintf' function. */
266#undef HAVE_SNPRINTF

--- 50 unchanged lines hidden (view full) ---

317#undef HAVE_SYSLOG_H
318
319/* Define to 1 if you have the <sys/param.h> header file. */
320#undef HAVE_SYS_PARAM_H
321
322/* Define to 1 if you have the <sys/resource.h> header file. */
323#undef HAVE_SYS_RESOURCE_H
324
325/* Define to 1 if you have the <sys/socket.h> header file. */
326#undef HAVE_SYS_SOCKET_H
327
328/* Define to 1 if you have the <sys/stat.h> header file. */
329#undef HAVE_SYS_STAT_H
330
331/* Define to 1 if you have the <sys/types.h> header file. */
332#undef HAVE_SYS_TYPES_H
333
334/* Define to 1 if you have the <sys/uio.h> header file. */
335#undef HAVE_SYS_UIO_H
336
337/* Define to 1 if you have the <sys/wait.h> header file. */
338#undef HAVE_SYS_WAIT_H

--- 38 unchanged lines hidden (view full) ---

377#undef HAVE_WS2TCPIP_H
378
379/* Define to 1 if you have the `_beginthreadex' function. */
380#undef HAVE__BEGINTHREADEX
381
382/* if lex has yylex_destroy */
383#undef LEX_HAS_YYLEX_DESTROY
384
385/* Define to the sub-directory in which libtool stores uninstalled libraries.
386 */
387#undef LT_OBJDIR
388
389/* Define to the maximum message length to pass to syslog. */
390#undef MAXSYSLOGMSGLEN
391
392/* Define if memcmp() does not compare unsigned bytes */
393#undef MEMCMP_IS_BROKEN
394

--- 93 unchanged lines hidden (view full) ---

488#undef UNBOUND_ALLOC_NONREGIONAL
489
490/* use statistics for allocs and frees, for debug use */
491#undef UNBOUND_ALLOC_STATS
492
493/* define this to enable debug checks. */
494#undef UNBOUND_DEBUG
495
496/* Define this to enable ECDSA support. */
497#undef USE_ECDSA
498
499/* Define this to enable an EVP workaround for older openssl */
500#undef USE_ECDSA_EVP_WORKAROUND
501
502/* Define this to enable GOST support. */
503#undef USE_GOST

--- 370 unchanged lines hidden (view full) ---

874#endif
875
876#if !defined(HAVE_STRPTIME) || !defined(STRPTIME_WORKS)
877#define strptime unbound_strptime
878struct tm;
879char *strptime(const char *s, const char *format, struct tm *tm);
880#endif
881
882#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))
883 /* using version of libevent that is not threadsafe. */
884# define LIBEVENT_SIGNAL_PROBLEM 1
885#endif
886
887#ifndef CHECKED_INET6
888# define CHECKED_INET6
889# ifdef AF_INET6

--- 41 unchanged lines hidden ---