]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - contrib/bind9/config.h.in
Update to version 9.6-ESV-R6, the latest from ISC, which contains numerous
[FreeBSD/stable/8.git] / contrib / bind9 / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2 /*
3  * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
4  * Copyright (C) 1999-2003  Internet Software Consortium.
5  *
6  * Permission to use, copy, modify, and/or distribute this software for any
7  * purpose with or without fee is hereby granted, provided that the above
8  * copyright notice and this permission notice appear in all copies.
9  *
10  * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
11  * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
12  * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
13  * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
14  * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
15  * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16  * PERFORMANCE OF THIS SOFTWARE.
17  */
18
19 /* $Id$ */
20
21 /*! \file */
22
23 /***
24  *** This file is not to be included by any public header files, because
25  *** it does not get installed.
26  ***/
27
28 /** define on DEC OSF to enable 4.4BSD style sa_len support */
29 #undef _SOCKADDR_LEN
30
31 /** define if your system needs pthread_init() before using pthreads */
32 #undef NEED_PTHREAD_INIT
33
34 /** define if your system has sigwait() */
35 #undef HAVE_SIGWAIT
36
37 /** define if sigwait() is the UnixWare flavor */
38 #undef HAVE_UNIXWARE_SIGWAIT
39
40 /** define on Solaris to get sigwait() to work using pthreads semantics */
41 #undef _POSIX_PTHREAD_SEMANTICS
42
43 /** define if LinuxThreads is in use */
44 #undef HAVE_LINUXTHREADS
45
46 /** define if sysconf() is available */
47 #undef HAVE_SYSCONF
48
49 /** define if sysctlbyname() is available */
50 #undef HAVE_SYSCTLBYNAME
51
52 /** define if catgets() is available */
53 #undef HAVE_CATGETS
54
55 /** define if getifaddrs() exists */
56 #undef HAVE_GETIFADDRS
57
58 /** define if you have the NET_RT_IFLIST sysctl variable and sys/sysctl.h */
59 #undef HAVE_IFLIST_SYSCTL
60
61 /** define if tzset() is available */
62 #undef HAVE_TZSET
63
64 /** define if struct addrinfo exists */
65 #undef HAVE_ADDRINFO
66
67 /** define if getaddrinfo() exists */
68 #undef HAVE_GETADDRINFO
69
70 /** define if gai_strerror() exists */
71 #undef HAVE_GAISTRERROR
72
73 /** define if arc4random() exists */
74 #undef HAVE_ARC4RANDOM
75
76 /**
77  * define if pthread_setconcurrency() should be called to tell the
78  * OS how many threads we might want to run.
79  */
80 #undef CALL_PTHREAD_SETCONCURRENCY
81
82 /** define if IPv6 is not disabled */
83 #undef WANT_IPV6
84
85 /** define if flockfile() is available */
86 #undef HAVE_FLOCKFILE
87
88 /** define if getc_unlocked() is available */
89 #undef HAVE_GETCUNLOCKED
90
91 /** Shut up warnings about sputaux in stdio.h on BSD/OS pre-4.1 */
92 #undef SHUTUP_SPUTAUX
93 #ifdef SHUTUP_SPUTAUX
94 struct __sFILE;
95 extern __inline int __sputaux(int _c, struct __sFILE *_p);
96 #endif
97
98 /** Shut up warnings about missing sigwait prototype on BSD/OS 4.0* */
99 #undef SHUTUP_SIGWAIT
100 #ifdef SHUTUP_SIGWAIT
101 int sigwait(const unsigned int *set, int *sig);
102 #endif
103
104 /** Shut up warnings from gcc -Wcast-qual on BSD/OS 4.1. */
105 #undef SHUTUP_STDARG_CAST
106 #if defined(SHUTUP_STDARG_CAST) && defined(__GNUC__)
107 #include <stdarg.h>             /** Grr.  Must be included *every time*. */
108 /**
109  * The silly continuation line is to keep configure from
110  * commenting out the #undef.
111  */
112
113 #undef \
114         va_start
115 #define va_start(ap, last) \
116         do { \
117                 union { const void *konst; long *var; } _u; \
118                 _u.konst = &(last); \
119                 ap = (va_list)(_u.var + __va_words(__typeof(last))); \
120         } while (0)
121 #endif /** SHUTUP_STDARG_CAST && __GNUC__ */
122
123 /** define if the system has a random number generating device */
124 #undef PATH_RANDOMDEV
125
126 /** define if pthread_attr_getstacksize() is available */
127 #undef HAVE_PTHREAD_ATTR_GETSTACKSIZE
128
129 /** define if pthread_attr_setstacksize() is available */
130 #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
131
132 /** define if you have strerror in the C library. */
133 #undef HAVE_STRERROR
134
135 /** Define if you are running under Compaq TruCluster. */
136 #undef HAVE_TRUCLUSTER
137
138 /* Define if OpenSSL includes DSA support */
139 #undef HAVE_OPENSSL_DSA
140
141 /* Define to the length type used by the socket API (socklen_t, size_t, int). */
142 #undef ISC_SOCKADDR_LEN_T
143
144 /* Define if threads need PTHREAD_SCOPE_SYSTEM */
145 #undef NEED_PTHREAD_SCOPE_SYSTEM
146
147 /* Define if building universal (internal helper macro) */
148 #undef AC_APPLE_UNIVERSAL_BUILD
149
150 /* define if ATF unit tests are to be built. */
151 #undef ATF_TEST
152
153 /* Define if recvmsg() does not meet all of the BSD socket API specifications.
154    */
155 #undef BROKEN_RECVMSG
156
157 /* Define if you cannot bind() before connect() for TCP sockets. */
158 #undef BROKEN_TCP_BIND_BEFORE_CONNECT
159
160 /* Define to enable "rrset-order fixed" syntax. */
161 #undef DNS_RDATASET_FIXED
162
163 /* Solaris hack to get select_large_fdset. */
164 #undef FD_SETSIZE
165
166 /* Define to nothing if C supports flexible array members, and to 1 if it does
167    not. That way, with a declaration like `struct s { int n; double
168    d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
169    compilers. When computing the size of such an object, don't use 'sizeof
170    (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
171    instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
172    MSVC and with C++ compilers. */
173 #undef FLEXIBLE_ARRAY_MEMBER
174
175 /* Define to 1 if you have the `chroot' function. */
176 #undef HAVE_CHROOT
177
178 /* Define to 1 if you have the <devpoll.h> header file. */
179 #undef HAVE_DEVPOLL_H
180
181 /* Define to 1 if you have the <dlfcn.h> header file. */
182 #undef HAVE_DLFCN_H
183
184 /* Define to 1 if you have the `EVP_sha256' function. */
185 #undef HAVE_EVP_SHA256
186
187 /* Define to 1 if you have the `EVP_sha512' function. */
188 #undef HAVE_EVP_SHA512
189
190 /* Define to 1 if you have the <fcntl.h> header file. */
191 #undef HAVE_FCNTL_H
192
193 /* Define to 1 if you have the `getenv' function. */
194 #undef HAVE_GETENV
195
196 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
197 #undef HAVE_GSSAPI_GSSAPI_H
198
199 /* Define to 1 if you have the <gssapi.h> header file. */
200 #undef HAVE_GSSAPI_H
201
202 /* Define to 1 if you have the <inttypes.h> header file. */
203 #undef HAVE_INTTYPES_H
204
205 /* Define to 1 if you have the <kerberosv5/krb5.h> header file. */
206 #undef HAVE_KERBEROSV5_KRB5_H
207
208 /* Define to 1 if you have the <krb5.h> header file. */
209 #undef HAVE_KRB5_H
210
211 /* Define to 1 if you have the <krb5/krb5.h> header file. */
212 #undef HAVE_KRB5_KRB5_H
213
214 /* Define to 1 if you have the `c' library (-lc). */
215 #undef HAVE_LIBC
216
217 /* Define to 1 if you have the `cap' library (-lcap). */
218 #undef HAVE_LIBCAP
219
220 /* Define to 1 if you have the `c_r' library (-lc_r). */
221 #undef HAVE_LIBC_R
222
223 /* Define to 1 if you have the `nsl' library (-lnsl). */
224 #undef HAVE_LIBNSL
225
226 /* Define to 1 if you have the `pthread' library (-lpthread). */
227 #undef HAVE_LIBPTHREAD
228
229 /* Define to 1 if you have the `scf' library (-lscf). */
230 #undef HAVE_LIBSCF
231
232 /* Define to 1 if you have the `socket' library (-lsocket). */
233 #undef HAVE_LIBSOCKET
234
235 /* Define to 1 if you have the `thr' library (-lthr). */
236 #undef HAVE_LIBTHR
237
238 /* Define if libxml2 was found */
239 #undef HAVE_LIBXML2
240
241 /* Define to 1 if you have the <linux/capability.h> header file. */
242 #undef HAVE_LINUX_CAPABILITY_H
243
244 /* Define to 1 if you have the <locale.h> header file. */
245 #undef HAVE_LOCALE_H
246
247 /* Define to 1 if you have the <memory.h> header file. */
248 #undef HAVE_MEMORY_H
249
250 /* Define to 1 if you have the `nanosleep' function. */
251 #undef HAVE_NANOSLEEP
252
253 /* Define to 1 if you have the <net/if6.h> header file. */
254 #undef HAVE_NET_IF6_H
255
256 /* Define to 1 if you have the `setlocale' function. */
257 #undef HAVE_SETLOCALE
258
259 /* Define to 1 if you have the <stdint.h> header file. */
260 #undef HAVE_STDINT_H
261
262 /* Define to 1 if you have the <stdlib.h> header file. */
263 #undef HAVE_STDLIB_H
264
265 /* Define to 1 if you have the <strings.h> header file. */
266 #undef HAVE_STRINGS_H
267
268 /* Define to 1 if you have the <string.h> header file. */
269 #undef HAVE_STRING_H
270
271 /* Define to 1 if you have the <sys/capability.h> header file. */
272 #undef HAVE_SYS_CAPABILITY_H
273
274 /* Define to 1 if you have the <sys/devpoll.h> header file. */
275 #undef HAVE_SYS_DEVPOLL_H
276
277 /* Define to 1 if you have the <sys/dyntune.h> header file. */
278 #undef HAVE_SYS_DYNTUNE_H
279
280 /* Define to 1 if you have the <sys/param.h> header file. */
281 #undef HAVE_SYS_PARAM_H
282
283 /* Define to 1 if you have the <sys/prctl.h> header file. */
284 #undef HAVE_SYS_PRCTL_H
285
286 /* Define to 1 if you have the <sys/select.h> header file. */
287 #undef HAVE_SYS_SELECT_H
288
289 /* Define to 1 if you have the <sys/sockio.h> header file. */
290 #undef HAVE_SYS_SOCKIO_H
291
292 /* Define to 1 if you have the <sys/stat.h> header file. */
293 #undef HAVE_SYS_STAT_H
294
295 /* Define to 1 if you have the <sys/sysctl.h> header file. */
296 #undef HAVE_SYS_SYSCTL_H
297
298 /* Define to 1 if you have the <sys/time.h> header file. */
299 #undef HAVE_SYS_TIME_H
300
301 /* Define to 1 if you have the <sys/types.h> header file. */
302 #undef HAVE_SYS_TYPES_H
303
304 /* Define to 1 if you have the <sys/un.h> header file. */
305 #undef HAVE_SYS_UN_H
306
307 /* Define if running under Compaq TruCluster */
308 #undef HAVE_TRUCLUSTER
309
310 /* Define to 1 if you have the <unistd.h> header file. */
311 #undef HAVE_UNISTD_H
312
313 /* Defined if extern char *optarg is not declared. */
314 #undef NEED_OPTARG
315
316 /* Define if connect does not honour the permission on the UNIX domain socket.
317    */
318 #undef NEED_SECURE_DIRECTORY
319
320 /* Define to the address where bug reports for this package should be sent. */
321 #undef PACKAGE_BUGREPORT
322
323 /* Define to the full name of this package. */
324 #undef PACKAGE_NAME
325
326 /* Define to the full name and version of this package. */
327 #undef PACKAGE_STRING
328
329 /* Define to the one symbol short name of this package. */
330 #undef PACKAGE_TARNAME
331
332 /* Define to the home page for this package. */
333 #undef PACKAGE_URL
334
335 /* Define to the version of this package. */
336 #undef PACKAGE_VERSION
337
338 /* Sets which flag to pass to open/fcntl to make non-blocking
339    (O_NDELAY/O_NONBLOCK). */
340 #undef PORT_NONBLOCK
341
342 /* The size of `void *', as computed by sizeof. */
343 #undef SIZEOF_VOID_P
344
345 /* Define to 1 if you have the ANSI C header files. */
346 #undef STDC_HEADERS
347
348 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
349 #undef TIME_WITH_SYS_TIME
350
351 /* Defined if you need to use ioctl(FIONBIO) instead a fcntl call to make
352    non-blocking. */
353 #undef USE_FIONBIO_IOCTL
354
355 /* define if idnkit support is to be included. */
356 #undef WITH_IDN
357
358 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
359    significant byte first (like Motorola and SPARC, unlike Intel). */
360 #if defined AC_APPLE_UNIVERSAL_BUILD
361 # if defined __BIG_ENDIAN__
362 #  define WORDS_BIGENDIAN 1
363 # endif
364 #else
365 # ifndef WORDS_BIGENDIAN
366 #  undef WORDS_BIGENDIAN
367 # endif
368 #endif
369
370 /* Define to empty if `const' does not conform to ANSI C. */
371 #undef const
372
373 /* Define to `__inline__' or `__inline' if that's what the C compiler
374    calls it, or to nothing if 'inline' is not supported under any name.  */
375 #ifndef __cplusplus
376 #undef inline
377 #endif
378
379 /* Define to `unsigned int' if <sys/types.h> does not define. */
380 #undef size_t
381
382 /* Define to `int' if <sys/types.h> does not define. */
383 #undef ssize_t
384
385 /* Define to `unsigned long' if <sys/types.h> does not define. */
386 #undef uintptr_t
387
388 /* Define to empty if the keyword `volatile' does not work. Warning: valid
389    code using `volatile' can become incorrect without. Disable with care. */
390 #undef volatile