config.h.in revision 8486ce1efa5deded85415d21d5696e5a51c63357
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* config.h.in. Generated from configure.in by autoheader. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff * Copyright (C) 1999-2003 Internet Software Consortium.
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff * Permission to use, copy, modify, and/or distribute this software for any
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff * purpose with or without fee is hereby granted, provided that the above
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff * copyright notice and this permission notice appear in all copies.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac * PERFORMANCE OF THIS SOFTWARE.
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* $Id: config.h.in,v 1.94 2008/01/24 02:39:43 marka Exp $ */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/*! \file */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff *** This file is not to be included by any public header files, because
4323400c50c6c6f278c473544883e91ac4c0e781ludo *** it does not get installed.
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** define to `int' if <sys/types.h> doesn't define. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** define on DEC OSF to enable 4.4BSD style sa_len support */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** define if your system needs pthread_init() before using pthreads */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** define if your system has sigwait() */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** define if sigwait() is the UnixWare flavor */
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift/** define on Solaris to get sigwait() to work using pthreads semantics */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** define if LinuxThreads is in use */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** define if sysconf() is available */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** define if sysctlbyname() is available */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** define if catgets() is available */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** define if getifaddrs() exists */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** define if you have the NET_RT_IFLIST sysctl variable and sys/sysctl.h */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** define if chroot() is available */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** define if tzset() is available */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** define if struct addrinfo exists */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** define if getaddrinfo() exists */
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift/** define if gai_strerror() exists */
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift/** define if arc4random() exists */
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift * define if pthread_setconcurrency() should be called to tell the
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff * OS how many threads we might want to run.
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** define if IPv6 is not disabled */
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift/** define if flockfile() is available */
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift/** define if getc_unlocked() is available */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** Shut up warnings about sputaux in stdio.h on BSD/OS pre-4.1 */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoffextern __inline int __sputaux(int _c, struct __sFILE *_p);
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift/** Shut up warnings about missing sigwait prototype on BSD/OS 4.0* */
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swiftint sigwait(const unsigned int *set, int *sig);
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** Shut up warnings from gcc -Wcast-qual on BSD/OS 4.1. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff#include <stdarg.h> /** Grr. Must be included *every time*. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff * The silly continuation line is to keep configure from
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff * commenting out the #undef.
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift ap = (va_list)(_u.var + __va_words(__typeof(last))); \
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff } while (0)
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** define if the system has a random number generating device */
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift/** define if pthread_attr_getstacksize() is available */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** define if pthread_attr_setstacksize() is available */
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift/** define if you have strerror in the C library. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/** Define if you are running under Compaq TruCluster. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define if OpenSSL includes DSA support */
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift/* Define to the length type used by the socket API (socklen_t, size_t, int). */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define if threads need PTHREAD_SCOPE_SYSTEM */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define if recvmsg() does not meet all of the BSD socket API specifications.
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift/* Define if you cannot bind() before connect() for TCP sockets. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the <dlfcn.h> header file. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the <fcntl.h> header file. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift/* Define to 1 if you have the <gssapi.h> header file. */
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift/* Define to 1 if you have the <inttypes.h> header file. */
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift/* Define to 1 if you have the `c' library (-lc). */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the `c_r' library (-lc_r). */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the `nsl' library (-lnsl). */
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift/* Define to 1 if you have the `pthread' library (-lpthread). */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the `scf' library (-lscf). */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the `socket' library (-lsocket). */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the `thr' library (-lthr). */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define if libxml2 was found */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the <linux/capability.h> header file. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the <locale.h> header file. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the <memory.h> header file. */
4323400c50c6c6f278c473544883e91ac4c0e781ludo/* Define to 1 if you have the <net/if6.h> header file. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the `setlocale' function. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the <stdint.h> header file. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the <stdlib.h> header file. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the <strings.h> header file. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the <string.h> header file. */
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift/* Define to 1 if you have the <sys/param.h> header file. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the <sys/prctl.h> header file. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the <sys/select.h> header file. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the <sys/sockio.h> header file. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the <sys/stat.h> header file. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the <sys/sysctl.h> header file. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the <sys/time.h> header file. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the <sys/types.h> header file. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the <sys/un.h> header file. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define if running under Compaq TruCluster */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if you have the <unistd.h> header file. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Defined if extern char *optarg is not declared. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define if connect does not honour the permission on the UNIX domain socket.
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to the address where bug reports for this package should be sent. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to the full name of this package. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to the full name and version of this package. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to the one symbol short name of this package. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to the version of this package. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Sets which flag to pass to open/fcntl to make non-blocking
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift/* Define to 1 if you have the ANSI C header files. */
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Defined if you need to use ioctl(FIONBIO) instead a fcntl call to make
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff non-blocking. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* define if idnkit support is to be included. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to 1 if your processor stores words with the most significant byte
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff first (like Motorola and SPARC, unlike Intel and VAX). */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to empty if `const' does not conform to ANSI C. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to `__inline__' or `__inline' if that's what the C compiler
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff calls it, or to nothing if 'inline' is not supported under any name. */
7185b49f58c4cdb16d035ecc45e38ec9b1cd9bd0matthew_swift/* Define to `unsigned int' if <sys/types.h> does not define. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to `int' if <sys/types.h> does not define. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to `unsigned long' if <sys/types.h> does not define. */
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff/* Define to empty if the keyword `volatile' does not work. Warning: valid
9448ac32f12d59ed3d29eaf65703f4abe866c3eblutoff code using `volatile' can become incorrect without. Disable with care. */