1*00b67f09SDavid van Moolenbroek/* config.h.in. Generated from configure.in by autoheader. */ 2*00b67f09SDavid van Moolenbroek/* 3*00b67f09SDavid van Moolenbroek * Copyright (C) 2004, 2005, 2007, 2008, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") 4*00b67f09SDavid van Moolenbroek * Copyright (C) 1999-2003 Internet Software Consortium. 5*00b67f09SDavid van Moolenbroek * 6*00b67f09SDavid van Moolenbroek * Permission to use, copy, modify, and/or distribute this software for any 7*00b67f09SDavid van Moolenbroek * purpose with or without fee is hereby granted, provided that the above 8*00b67f09SDavid van Moolenbroek * copyright notice and this permission notice appear in all copies. 9*00b67f09SDavid van Moolenbroek * 10*00b67f09SDavid van Moolenbroek * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 11*00b67f09SDavid van Moolenbroek * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 12*00b67f09SDavid van Moolenbroek * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 13*00b67f09SDavid van Moolenbroek * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 14*00b67f09SDavid van Moolenbroek * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 15*00b67f09SDavid van Moolenbroek * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 16*00b67f09SDavid van Moolenbroek * PERFORMANCE OF THIS SOFTWARE. 17*00b67f09SDavid van Moolenbroek */ 18*00b67f09SDavid van Moolenbroek 19*00b67f09SDavid van Moolenbroek/* Id: acconfig.h,v 1.53 2008/12/01 23:47:44 tbox Exp */ 20*00b67f09SDavid van Moolenbroek 21*00b67f09SDavid van Moolenbroek/*! \file */ 22*00b67f09SDavid van Moolenbroek 23*00b67f09SDavid van Moolenbroek/*** 24*00b67f09SDavid van Moolenbroek *** This file is not to be included by any public header files, because 25*00b67f09SDavid van Moolenbroek *** it does not get installed. 26*00b67f09SDavid van Moolenbroek ***/ 27*00b67f09SDavid van Moolenbroek 28*00b67f09SDavid van Moolenbroek/** define on DEC OSF to enable 4.4BSD style sa_len support */ 29*00b67f09SDavid van Moolenbroek#undef _SOCKADDR_LEN 30*00b67f09SDavid van Moolenbroek 31*00b67f09SDavid van Moolenbroek/** define if your system needs pthread_init() before using pthreads */ 32*00b67f09SDavid van Moolenbroek#undef NEED_PTHREAD_INIT 33*00b67f09SDavid van Moolenbroek 34*00b67f09SDavid van Moolenbroek/** define if your system has sigwait() */ 35*00b67f09SDavid van Moolenbroek#undef HAVE_SIGWAIT 36*00b67f09SDavid van Moolenbroek 37*00b67f09SDavid van Moolenbroek/** define if sigwait() is the UnixWare flavor */ 38*00b67f09SDavid van Moolenbroek#undef HAVE_UNIXWARE_SIGWAIT 39*00b67f09SDavid van Moolenbroek 40*00b67f09SDavid van Moolenbroek/** define on Solaris to get sigwait() to work using pthreads semantics */ 41*00b67f09SDavid van Moolenbroek#undef _POSIX_PTHREAD_SEMANTICS 42*00b67f09SDavid van Moolenbroek 43*00b67f09SDavid van Moolenbroek/** define if LinuxThreads is in use */ 44*00b67f09SDavid van Moolenbroek#undef HAVE_LINUXTHREADS 45*00b67f09SDavid van Moolenbroek 46*00b67f09SDavid van Moolenbroek/** define if sysconf() is available */ 47*00b67f09SDavid van Moolenbroek#undef HAVE_SYSCONF 48*00b67f09SDavid van Moolenbroek 49*00b67f09SDavid van Moolenbroek/** define if sysctlbyname() is available */ 50*00b67f09SDavid van Moolenbroek#undef HAVE_SYSCTLBYNAME 51*00b67f09SDavid van Moolenbroek 52*00b67f09SDavid van Moolenbroek/** define if catgets() is available */ 53*00b67f09SDavid van Moolenbroek#undef HAVE_CATGETS 54*00b67f09SDavid van Moolenbroek 55*00b67f09SDavid van Moolenbroek/** define if getifaddrs() exists */ 56*00b67f09SDavid van Moolenbroek#undef HAVE_GETIFADDRS 57*00b67f09SDavid van Moolenbroek 58*00b67f09SDavid van Moolenbroek/** define if you have the NET_RT_IFLIST sysctl variable and sys/sysctl.h */ 59*00b67f09SDavid van Moolenbroek#undef HAVE_IFLIST_SYSCTL 60*00b67f09SDavid van Moolenbroek 61*00b67f09SDavid van Moolenbroek/** define if tzset() is available */ 62*00b67f09SDavid van Moolenbroek#undef HAVE_TZSET 63*00b67f09SDavid van Moolenbroek 64*00b67f09SDavid van Moolenbroek/** define if struct addrinfo exists */ 65*00b67f09SDavid van Moolenbroek#undef HAVE_ADDRINFO 66*00b67f09SDavid van Moolenbroek 67*00b67f09SDavid van Moolenbroek/** define if getaddrinfo() exists */ 68*00b67f09SDavid van Moolenbroek#undef HAVE_GETADDRINFO 69*00b67f09SDavid van Moolenbroek 70*00b67f09SDavid van Moolenbroek/** define if gai_strerror() exists */ 71*00b67f09SDavid van Moolenbroek#undef HAVE_GAISTRERROR 72*00b67f09SDavid van Moolenbroek 73*00b67f09SDavid van Moolenbroek/** define if arc4random() exists */ 74*00b67f09SDavid van Moolenbroek#undef HAVE_ARC4RANDOM 75*00b67f09SDavid van Moolenbroek 76*00b67f09SDavid van Moolenbroek/** define if arc4random_addrandom() exists */ 77*00b67f09SDavid van Moolenbroek#undef HAVE_ARC4RANDOM_ADDRANDOM 78*00b67f09SDavid van Moolenbroek 79*00b67f09SDavid van Moolenbroek/** 80*00b67f09SDavid van Moolenbroek * define if pthread_setconcurrency() should be called to tell the 81*00b67f09SDavid van Moolenbroek * OS how many threads we might want to run. 82*00b67f09SDavid van Moolenbroek */ 83*00b67f09SDavid van Moolenbroek#undef CALL_PTHREAD_SETCONCURRENCY 84*00b67f09SDavid van Moolenbroek 85*00b67f09SDavid van Moolenbroek/** define if IPv6 is not disabled */ 86*00b67f09SDavid van Moolenbroek#undef WANT_IPV6 87*00b67f09SDavid van Moolenbroek 88*00b67f09SDavid van Moolenbroek/** define if flockfile() is available */ 89*00b67f09SDavid van Moolenbroek#undef HAVE_FLOCKFILE 90*00b67f09SDavid van Moolenbroek 91*00b67f09SDavid van Moolenbroek/** define if getc_unlocked() is available */ 92*00b67f09SDavid van Moolenbroek#undef HAVE_GETCUNLOCKED 93*00b67f09SDavid van Moolenbroek 94*00b67f09SDavid van Moolenbroek/** Shut up warnings about sputaux in stdio.h on BSD/OS pre-4.1 */ 95*00b67f09SDavid van Moolenbroek#undef SHUTUP_SPUTAUX 96*00b67f09SDavid van Moolenbroek#ifdef SHUTUP_SPUTAUX 97*00b67f09SDavid van Moolenbroekstruct __sFILE; 98*00b67f09SDavid van Moolenbroekextern __inline int __sputaux(int _c, struct __sFILE *_p); 99*00b67f09SDavid van Moolenbroek#endif 100*00b67f09SDavid van Moolenbroek 101*00b67f09SDavid van Moolenbroek/** Shut up warnings about missing sigwait prototype on BSD/OS 4.0* */ 102*00b67f09SDavid van Moolenbroek#undef SHUTUP_SIGWAIT 103*00b67f09SDavid van Moolenbroek#ifdef SHUTUP_SIGWAIT 104*00b67f09SDavid van Moolenbroekint sigwait(const unsigned int *set, int *sig); 105*00b67f09SDavid van Moolenbroek#endif 106*00b67f09SDavid van Moolenbroek 107*00b67f09SDavid van Moolenbroek/** Shut up warnings from gcc -Wcast-qual on BSD/OS 4.1. */ 108*00b67f09SDavid van Moolenbroek#undef SHUTUP_STDARG_CAST 109*00b67f09SDavid van Moolenbroek#if defined(SHUTUP_STDARG_CAST) && defined(__GNUC__) 110*00b67f09SDavid van Moolenbroek#include <stdarg.h> /** Grr. Must be included *every time*. */ 111*00b67f09SDavid van Moolenbroek/** 112*00b67f09SDavid van Moolenbroek * The silly continuation line is to keep configure from 113*00b67f09SDavid van Moolenbroek * commenting out the #undef. 114*00b67f09SDavid van Moolenbroek */ 115*00b67f09SDavid van Moolenbroek 116*00b67f09SDavid van Moolenbroek#undef \ 117*00b67f09SDavid van Moolenbroek va_start 118*00b67f09SDavid van Moolenbroek#define va_start(ap, last) \ 119*00b67f09SDavid van Moolenbroek do { \ 120*00b67f09SDavid van Moolenbroek union { const void *konst; long *var; } _u; \ 121*00b67f09SDavid van Moolenbroek _u.konst = &(last); \ 122*00b67f09SDavid van Moolenbroek ap = (va_list)(_u.var + __va_words(__typeof(last))); \ 123*00b67f09SDavid van Moolenbroek } while (/*CONSTCOND*/0) 124*00b67f09SDavid van Moolenbroek#endif /** SHUTUP_STDARG_CAST && __GNUC__ */ 125*00b67f09SDavid van Moolenbroek 126*00b67f09SDavid van Moolenbroek/** define if the system has a random number generating device */ 127*00b67f09SDavid van Moolenbroek#undef PATH_RANDOMDEV 128*00b67f09SDavid van Moolenbroek 129*00b67f09SDavid van Moolenbroek/** define if pthread_attr_getstacksize() is available */ 130*00b67f09SDavid van Moolenbroek#undef HAVE_PTHREAD_ATTR_GETSTACKSIZE 131*00b67f09SDavid van Moolenbroek 132*00b67f09SDavid van Moolenbroek/** define if pthread_attr_setstacksize() is available */ 133*00b67f09SDavid van Moolenbroek#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE 134*00b67f09SDavid van Moolenbroek 135*00b67f09SDavid van Moolenbroek/** define if you have strerror in the C library. */ 136*00b67f09SDavid van Moolenbroek#undef HAVE_STRERROR 137*00b67f09SDavid van Moolenbroek 138*00b67f09SDavid van Moolenbroek/* Define if OpenSSL includes DSA support */ 139*00b67f09SDavid van Moolenbroek#undef HAVE_OPENSSL_DSA 140*00b67f09SDavid van Moolenbroek 141*00b67f09SDavid van Moolenbroek/* Define if you have getpassphrase in the C library. */ 142*00b67f09SDavid van Moolenbroek#undef HAVE_GETPASSPHRASE 143*00b67f09SDavid van Moolenbroek 144*00b67f09SDavid van Moolenbroek/* Define to the length type used by the socket API (socklen_t, size_t, int). */ 145*00b67f09SDavid van Moolenbroek#undef ISC_SOCKADDR_LEN_T 146*00b67f09SDavid van Moolenbroek 147*00b67f09SDavid van Moolenbroek/* Define if threads need PTHREAD_SCOPE_SYSTEM */ 148*00b67f09SDavid van Moolenbroek#undef NEED_PTHREAD_SCOPE_SYSTEM 149*00b67f09SDavid van Moolenbroek 150*00b67f09SDavid van Moolenbroek/* Define if building universal (internal helper macro) */ 151*00b67f09SDavid van Moolenbroek#undef AC_APPLE_UNIVERSAL_BUILD 152*00b67f09SDavid van Moolenbroek 153*00b67f09SDavid van Moolenbroek/* Use AES for Source Identity Token generation */ 154*00b67f09SDavid van Moolenbroek#undef AES_SIT 155*00b67f09SDavid van Moolenbroek 156*00b67f09SDavid van Moolenbroek/* Define to enable the "filter-aaaa-on-v4" and "filter-aaaa-on-v6" options. 157*00b67f09SDavid van Moolenbroek */ 158*00b67f09SDavid van Moolenbroek#undef ALLOW_FILTER_AAAA 159*00b67f09SDavid van Moolenbroek 160*00b67f09SDavid van Moolenbroek/* define if ATF unit tests are to be built. */ 161*00b67f09SDavid van Moolenbroek#undef ATF_TEST 162*00b67f09SDavid van Moolenbroek 163*00b67f09SDavid van Moolenbroek/* Define if recvmsg() does not meet all of the BSD socket API specifications. 164*00b67f09SDavid van Moolenbroek */ 165*00b67f09SDavid van Moolenbroek#undef BROKEN_RECVMSG 166*00b67f09SDavid van Moolenbroek 167*00b67f09SDavid van Moolenbroek/* Define if you cannot bind() before connect() for TCP sockets. */ 168*00b67f09SDavid van Moolenbroek#undef BROKEN_TCP_BIND_BEFORE_CONNECT 169*00b67f09SDavid van Moolenbroek 170*00b67f09SDavid van Moolenbroek/* Define to enable "rrset-order fixed" syntax. */ 171*00b67f09SDavid van Moolenbroek#undef DNS_RDATASET_FIXED 172*00b67f09SDavid van Moolenbroek 173*00b67f09SDavid van Moolenbroek/* Define to enable rpz-nsdname rules. */ 174*00b67f09SDavid van Moolenbroek#undef ENABLE_RPZ_NSDNAME 175*00b67f09SDavid van Moolenbroek 176*00b67f09SDavid van Moolenbroek/* Define to enable rpz-nsip rules. */ 177*00b67f09SDavid van Moolenbroek#undef ENABLE_RPZ_NSIP 178*00b67f09SDavid van Moolenbroek 179*00b67f09SDavid van Moolenbroek/* Solaris hack to get select_large_fdset. */ 180*00b67f09SDavid van Moolenbroek#undef FD_SETSIZE 181*00b67f09SDavid van Moolenbroek 182*00b67f09SDavid van Moolenbroek/* Define to nothing if C supports flexible array members, and to 1 if it does 183*00b67f09SDavid van Moolenbroek not. That way, with a declaration like `struct s { int n; double 184*00b67f09SDavid van Moolenbroek d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99 185*00b67f09SDavid van Moolenbroek compilers. When computing the size of such an object, don't use 'sizeof 186*00b67f09SDavid van Moolenbroek (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)' 187*00b67f09SDavid van Moolenbroek instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with 188*00b67f09SDavid van Moolenbroek MSVC and with C++ compilers. */ 189*00b67f09SDavid van Moolenbroek#undef FLEXIBLE_ARRAY_MEMBER 190*00b67f09SDavid van Moolenbroek 191*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `chroot' function. */ 192*00b67f09SDavid van Moolenbroek#undef HAVE_CHROOT 193*00b67f09SDavid van Moolenbroek 194*00b67f09SDavid van Moolenbroek/* Define if clock_gettime is available. */ 195*00b67f09SDavid van Moolenbroek#undef HAVE_CLOCK_GETTIME 196*00b67f09SDavid van Moolenbroek 197*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <devpoll.h> header file. */ 198*00b67f09SDavid van Moolenbroek#undef HAVE_DEVPOLL_H 199*00b67f09SDavid van Moolenbroek 200*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `dlclose' function. */ 201*00b67f09SDavid van Moolenbroek#undef HAVE_DLCLOSE 202*00b67f09SDavid van Moolenbroek 203*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <dlfcn.h> header file. */ 204*00b67f09SDavid van Moolenbroek#undef HAVE_DLFCN_H 205*00b67f09SDavid van Moolenbroek 206*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `dlopen' function. */ 207*00b67f09SDavid van Moolenbroek#undef HAVE_DLOPEN 208*00b67f09SDavid van Moolenbroek 209*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `dlsym' function. */ 210*00b67f09SDavid van Moolenbroek#undef HAVE_DLSYM 211*00b67f09SDavid van Moolenbroek 212*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `EVP_sha256' function. */ 213*00b67f09SDavid van Moolenbroek#undef HAVE_EVP_SHA256 214*00b67f09SDavid van Moolenbroek 215*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `EVP_sha384' function. */ 216*00b67f09SDavid van Moolenbroek#undef HAVE_EVP_SHA384 217*00b67f09SDavid van Moolenbroek 218*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `EVP_sha512' function. */ 219*00b67f09SDavid van Moolenbroek#undef HAVE_EVP_SHA512 220*00b67f09SDavid van Moolenbroek 221*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <fcntl.h> header file. */ 222*00b67f09SDavid van Moolenbroek#undef HAVE_FCNTL_H 223*00b67f09SDavid van Moolenbroek 224*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `fseeko' function. */ 225*00b67f09SDavid van Moolenbroek#undef HAVE_FSEEKO 226*00b67f09SDavid van Moolenbroek 227*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `ftello' function. */ 228*00b67f09SDavid van Moolenbroek#undef HAVE_FTELLO 229*00b67f09SDavid van Moolenbroek 230*00b67f09SDavid van Moolenbroek/* Build with GeoIP support */ 231*00b67f09SDavid van Moolenbroek#undef HAVE_GEOIP 232*00b67f09SDavid van Moolenbroek 233*00b67f09SDavid van Moolenbroek/* Build with GeoIP City IPv6 support */ 234*00b67f09SDavid van Moolenbroek#undef HAVE_GEOIP_CITY_V6 235*00b67f09SDavid van Moolenbroek 236*00b67f09SDavid van Moolenbroek/* Build with GeoIP Country IPv6 support */ 237*00b67f09SDavid van Moolenbroek#undef HAVE_GEOIP_V6 238*00b67f09SDavid van Moolenbroek 239*00b67f09SDavid van Moolenbroek/* Define to use gperftools CPU profiler. */ 240*00b67f09SDavid van Moolenbroek#undef HAVE_GPERFTOOLS_PROFILER 241*00b67f09SDavid van Moolenbroek 242*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <gssapi/gssapi.h> header file. */ 243*00b67f09SDavid van Moolenbroek#undef HAVE_GSSAPI_GSSAPI_H 244*00b67f09SDavid van Moolenbroek 245*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */ 246*00b67f09SDavid van Moolenbroek#undef HAVE_GSSAPI_GSSAPI_KRB5_H 247*00b67f09SDavid van Moolenbroek 248*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <gssapi.h> header file. */ 249*00b67f09SDavid van Moolenbroek#undef HAVE_GSSAPI_H 250*00b67f09SDavid van Moolenbroek 251*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <gssapi_krb5.h> header file. */ 252*00b67f09SDavid van Moolenbroek#undef HAVE_GSSAPI_KRB5_H 253*00b67f09SDavid van Moolenbroek 254*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the if_nametoindex function. */ 255*00b67f09SDavid van Moolenbroek#undef HAVE_IF_NAMETOINDEX 256*00b67f09SDavid van Moolenbroek 257*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <inttypes.h> header file. */ 258*00b67f09SDavid van Moolenbroek#undef HAVE_INTTYPES_H 259*00b67f09SDavid van Moolenbroek 260*00b67f09SDavid van Moolenbroek/* Define if libjson was found */ 261*00b67f09SDavid van Moolenbroek#undef HAVE_JSON 262*00b67f09SDavid van Moolenbroek 263*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <kerberosv5/krb5.h> header file. */ 264*00b67f09SDavid van Moolenbroek#undef HAVE_KERBEROSV5_KRB5_H 265*00b67f09SDavid van Moolenbroek 266*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <krb5.h> header file. */ 267*00b67f09SDavid van Moolenbroek#undef HAVE_KRB5_H 268*00b67f09SDavid van Moolenbroek 269*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <krb5/krb5.h> header file. */ 270*00b67f09SDavid van Moolenbroek#undef HAVE_KRB5_KRB5_H 271*00b67f09SDavid van Moolenbroek 272*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `c' library (-lc). */ 273*00b67f09SDavid van Moolenbroek#undef HAVE_LIBC 274*00b67f09SDavid van Moolenbroek 275*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `cap' library (-lcap). */ 276*00b67f09SDavid van Moolenbroek#undef HAVE_LIBCAP 277*00b67f09SDavid van Moolenbroek 278*00b67f09SDavid van Moolenbroek/* if system have backtrace function */ 279*00b67f09SDavid van Moolenbroek#undef HAVE_LIBCTRACE 280*00b67f09SDavid van Moolenbroek 281*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `c_r' library (-lc_r). */ 282*00b67f09SDavid van Moolenbroek#undef HAVE_LIBC_R 283*00b67f09SDavid van Moolenbroek 284*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `nsl' library (-lnsl). */ 285*00b67f09SDavid van Moolenbroek#undef HAVE_LIBNSL 286*00b67f09SDavid van Moolenbroek 287*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `pthread' library (-lpthread). */ 288*00b67f09SDavid van Moolenbroek#undef HAVE_LIBPTHREAD 289*00b67f09SDavid van Moolenbroek 290*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `rt' library (-lrt). */ 291*00b67f09SDavid van Moolenbroek#undef HAVE_LIBRT 292*00b67f09SDavid van Moolenbroek 293*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `scf' library (-lscf). */ 294*00b67f09SDavid van Moolenbroek#undef HAVE_LIBSCF 295*00b67f09SDavid van Moolenbroek 296*00b67f09SDavid van Moolenbroek/* Define to use libseccomp system call filtering. */ 297*00b67f09SDavid van Moolenbroek#undef HAVE_LIBSECCOMP 298*00b67f09SDavid van Moolenbroek 299*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `socket' library (-lsocket). */ 300*00b67f09SDavid van Moolenbroek#undef HAVE_LIBSOCKET 301*00b67f09SDavid van Moolenbroek 302*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `thr' library (-lthr). */ 303*00b67f09SDavid van Moolenbroek#undef HAVE_LIBTHR 304*00b67f09SDavid van Moolenbroek 305*00b67f09SDavid van Moolenbroek/* Define if libxml2 was found */ 306*00b67f09SDavid van Moolenbroek#undef HAVE_LIBXML2 307*00b67f09SDavid van Moolenbroek 308*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <linux/capability.h> header file. */ 309*00b67f09SDavid van Moolenbroek#undef HAVE_LINUX_CAPABILITY_H 310*00b67f09SDavid van Moolenbroek 311*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <linux/netlink.h> header file. */ 312*00b67f09SDavid van Moolenbroek#undef HAVE_LINUX_NETLINK_H 313*00b67f09SDavid van Moolenbroek 314*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <linux/rtnetlink.h> header file. */ 315*00b67f09SDavid van Moolenbroek#undef HAVE_LINUX_RTNETLINK_H 316*00b67f09SDavid van Moolenbroek 317*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <linux/types.h> header file. */ 318*00b67f09SDavid van Moolenbroek#undef HAVE_LINUX_TYPES_H 319*00b67f09SDavid van Moolenbroek 320*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <locale.h> header file. */ 321*00b67f09SDavid van Moolenbroek#undef HAVE_LOCALE_H 322*00b67f09SDavid van Moolenbroek 323*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <memory.h> header file. */ 324*00b67f09SDavid van Moolenbroek#undef HAVE_MEMORY_H 325*00b67f09SDavid van Moolenbroek 326*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `mmap' function. */ 327*00b67f09SDavid van Moolenbroek#undef HAVE_MMAP 328*00b67f09SDavid van Moolenbroek 329*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `nanosleep' function. */ 330*00b67f09SDavid van Moolenbroek#undef HAVE_NANOSLEEP 331*00b67f09SDavid van Moolenbroek 332*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <net/if6.h> header file. */ 333*00b67f09SDavid van Moolenbroek#undef HAVE_NET_IF6_H 334*00b67f09SDavid van Moolenbroek 335*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <net/route.h> header file. */ 336*00b67f09SDavid van Moolenbroek#undef HAVE_NET_ROUTE_H 337*00b67f09SDavid van Moolenbroek 338*00b67f09SDavid van Moolenbroek/* Define if your OpenSSL version supports AES */ 339*00b67f09SDavid van Moolenbroek#undef HAVE_OPENSSL_AES 340*00b67f09SDavid van Moolenbroek 341*00b67f09SDavid van Moolenbroek/* Define if your OpenSSL version supports ECDSA. */ 342*00b67f09SDavid van Moolenbroek#undef HAVE_OPENSSL_ECDSA 343*00b67f09SDavid van Moolenbroek 344*00b67f09SDavid van Moolenbroek/* Define if your OpenSSL version supports EVP AES */ 345*00b67f09SDavid van Moolenbroek#undef HAVE_OPENSSL_EVP_AES 346*00b67f09SDavid van Moolenbroek 347*00b67f09SDavid van Moolenbroek/* Define if your OpenSSL version supports GOST. */ 348*00b67f09SDavid van Moolenbroek#undef HAVE_OPENSSL_GOST 349*00b67f09SDavid van Moolenbroek 350*00b67f09SDavid van Moolenbroek/* Define if your PKCS11 provider supports ECDSA. */ 351*00b67f09SDavid van Moolenbroek#undef HAVE_PKCS11_ECDSA 352*00b67f09SDavid van Moolenbroek 353*00b67f09SDavid van Moolenbroek/* Define if your PKCS11 provider supports GOST. */ 354*00b67f09SDavid van Moolenbroek#undef HAVE_PKCS11_GOST 355*00b67f09SDavid van Moolenbroek 356*00b67f09SDavid van Moolenbroek/* Support for PTHREAD_MUTEX_ADAPTIVE_NP */ 357*00b67f09SDavid van Moolenbroek#undef HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 358*00b67f09SDavid van Moolenbroek 359*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `pthread_yield' function. */ 360*00b67f09SDavid van Moolenbroek#undef HAVE_PTHREAD_YIELD 361*00b67f09SDavid van Moolenbroek 362*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `pthread_yield_np' function. */ 363*00b67f09SDavid van Moolenbroek#undef HAVE_PTHREAD_YIELD_NP 364*00b67f09SDavid van Moolenbroek 365*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `readline' function. */ 366*00b67f09SDavid van Moolenbroek#undef HAVE_READLINE 367*00b67f09SDavid van Moolenbroek 368*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <regex.h> header file. */ 369*00b67f09SDavid van Moolenbroek#undef HAVE_REGEX_H 370*00b67f09SDavid van Moolenbroek 371*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <sched.h> header file. */ 372*00b67f09SDavid van Moolenbroek#undef HAVE_SCHED_H 373*00b67f09SDavid van Moolenbroek 374*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `sched_yield' function. */ 375*00b67f09SDavid van Moolenbroek#undef HAVE_SCHED_YIELD 376*00b67f09SDavid van Moolenbroek 377*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `setegid' function. */ 378*00b67f09SDavid van Moolenbroek#undef HAVE_SETEGID 379*00b67f09SDavid van Moolenbroek 380*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `seteuid' function. */ 381*00b67f09SDavid van Moolenbroek#undef HAVE_SETEUID 382*00b67f09SDavid van Moolenbroek 383*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `setlocale' function. */ 384*00b67f09SDavid van Moolenbroek#undef HAVE_SETLOCALE 385*00b67f09SDavid van Moolenbroek 386*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `setresgid' function. */ 387*00b67f09SDavid van Moolenbroek#undef HAVE_SETRESGID 388*00b67f09SDavid van Moolenbroek 389*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `setresuid' function. */ 390*00b67f09SDavid van Moolenbroek#undef HAVE_SETRESUID 391*00b67f09SDavid van Moolenbroek 392*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <stdint.h> header file. */ 393*00b67f09SDavid van Moolenbroek#undef HAVE_STDINT_H 394*00b67f09SDavid van Moolenbroek 395*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <stdlib.h> header file. */ 396*00b67f09SDavid van Moolenbroek#undef HAVE_STDLIB_H 397*00b67f09SDavid van Moolenbroek 398*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <strings.h> header file. */ 399*00b67f09SDavid van Moolenbroek#undef HAVE_STRINGS_H 400*00b67f09SDavid van Moolenbroek 401*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <string.h> header file. */ 402*00b67f09SDavid van Moolenbroek#undef HAVE_STRING_H 403*00b67f09SDavid van Moolenbroek 404*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <sys/capability.h> header file. */ 405*00b67f09SDavid van Moolenbroek#undef HAVE_SYS_CAPABILITY_H 406*00b67f09SDavid van Moolenbroek 407*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <sys/devpoll.h> header file. */ 408*00b67f09SDavid van Moolenbroek#undef HAVE_SYS_DEVPOLL_H 409*00b67f09SDavid van Moolenbroek 410*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <sys/dyntune.h> header file. */ 411*00b67f09SDavid van Moolenbroek#undef HAVE_SYS_DYNTUNE_H 412*00b67f09SDavid van Moolenbroek 413*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <sys/mman.h> header file. */ 414*00b67f09SDavid van Moolenbroek#undef HAVE_SYS_MMAN_H 415*00b67f09SDavid van Moolenbroek 416*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <sys/param.h> header file. */ 417*00b67f09SDavid van Moolenbroek#undef HAVE_SYS_PARAM_H 418*00b67f09SDavid van Moolenbroek 419*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <sys/prctl.h> header file. */ 420*00b67f09SDavid van Moolenbroek#undef HAVE_SYS_PRCTL_H 421*00b67f09SDavid van Moolenbroek 422*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <sys/select.h> header file. */ 423*00b67f09SDavid van Moolenbroek#undef HAVE_SYS_SELECT_H 424*00b67f09SDavid van Moolenbroek 425*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <sys/socket.h> header file. */ 426*00b67f09SDavid van Moolenbroek#undef HAVE_SYS_SOCKET_H 427*00b67f09SDavid van Moolenbroek 428*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <sys/sockio.h> header file. */ 429*00b67f09SDavid van Moolenbroek#undef HAVE_SYS_SOCKIO_H 430*00b67f09SDavid van Moolenbroek 431*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <sys/stat.h> header file. */ 432*00b67f09SDavid van Moolenbroek#undef HAVE_SYS_STAT_H 433*00b67f09SDavid van Moolenbroek 434*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <sys/sysctl.h> header file. */ 435*00b67f09SDavid van Moolenbroek#undef HAVE_SYS_SYSCTL_H 436*00b67f09SDavid van Moolenbroek 437*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <sys/time.h> header file. */ 438*00b67f09SDavid van Moolenbroek#undef HAVE_SYS_TIME_H 439*00b67f09SDavid van Moolenbroek 440*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <sys/types.h> header file. */ 441*00b67f09SDavid van Moolenbroek#undef HAVE_SYS_TYPES_H 442*00b67f09SDavid van Moolenbroek 443*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <sys/un.h> header file. */ 444*00b67f09SDavid van Moolenbroek#undef HAVE_SYS_UN_H 445*00b67f09SDavid van Moolenbroek 446*00b67f09SDavid van Moolenbroek/* Define if running under Compaq TruCluster */ 447*00b67f09SDavid van Moolenbroek#undef HAVE_TRUCLUSTER 448*00b67f09SDavid van Moolenbroek 449*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <unistd.h> header file. */ 450*00b67f09SDavid van Moolenbroek#undef HAVE_UNISTD_H 451*00b67f09SDavid van Moolenbroek 452*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `usleep' function. */ 453*00b67f09SDavid van Moolenbroek#undef HAVE_USLEEP 454*00b67f09SDavid van Moolenbroek 455*00b67f09SDavid van Moolenbroek/* HMAC_*() return ints */ 456*00b67f09SDavid van Moolenbroek#undef HMAC_RETURN_INT 457*00b67f09SDavid van Moolenbroek 458*00b67f09SDavid van Moolenbroek/* Use HMAC-SHA1 for Source Identity Token generation */ 459*00b67f09SDavid van Moolenbroek#undef HMAC_SHA1_SIT 460*00b67f09SDavid van Moolenbroek 461*00b67f09SDavid van Moolenbroek/* Use HMAC-SHA256 for Source Identity Token generation */ 462*00b67f09SDavid van Moolenbroek#undef HMAC_SHA256_SIT 463*00b67f09SDavid van Moolenbroek 464*00b67f09SDavid van Moolenbroek/* return type of gai_strerror */ 465*00b67f09SDavid van Moolenbroek#undef IRS_GAISTRERROR_RETURN_T 466*00b67f09SDavid van Moolenbroek 467*00b67f09SDavid van Moolenbroek/* Define to the buffer length type used by getnameinfo(3). */ 468*00b67f09SDavid van Moolenbroek#undef IRS_GETNAMEINFO_BUFLEN_T 469*00b67f09SDavid van Moolenbroek 470*00b67f09SDavid van Moolenbroek/* Define to the flags type used by getnameinfo(3). */ 471*00b67f09SDavid van Moolenbroek#undef IRS_GETNAMEINFO_FLAGS_T 472*00b67f09SDavid van Moolenbroek 473*00b67f09SDavid van Moolenbroek/* Define to the sockaddr length type used by getnameinfo(3). */ 474*00b67f09SDavid van Moolenbroek#undef IRS_GETNAMEINFO_SOCKLEN_T 475*00b67f09SDavid van Moolenbroek 476*00b67f09SDavid van Moolenbroek/* Define to allow building of objects for dlopen(). */ 477*00b67f09SDavid van Moolenbroek#undef ISC_DLZ_DLOPEN 478*00b67f09SDavid van Moolenbroek 479*00b67f09SDavid van Moolenbroek/* Define to the sub-directory in which libtool stores uninstalled libraries. 480*00b67f09SDavid van Moolenbroek */ 481*00b67f09SDavid van Moolenbroek#undef LT_OBJDIR 482*00b67f09SDavid van Moolenbroek 483*00b67f09SDavid van Moolenbroek/* Defined if extern char *optarg is not declared. */ 484*00b67f09SDavid van Moolenbroek#undef NEED_OPTARG 485*00b67f09SDavid van Moolenbroek 486*00b67f09SDavid van Moolenbroek/* Define if connect does not honour the permission on the UNIX domain socket. 487*00b67f09SDavid van Moolenbroek */ 488*00b67f09SDavid van Moolenbroek#undef NEED_SECURE_DIRECTORY 489*00b67f09SDavid van Moolenbroek 490*00b67f09SDavid van Moolenbroek/* Define to the address where bug reports for this package should be sent. */ 491*00b67f09SDavid van Moolenbroek#undef PACKAGE_BUGREPORT 492*00b67f09SDavid van Moolenbroek 493*00b67f09SDavid van Moolenbroek/* Define to the full name of this package. */ 494*00b67f09SDavid van Moolenbroek#undef PACKAGE_NAME 495*00b67f09SDavid van Moolenbroek 496*00b67f09SDavid van Moolenbroek/* Define to the full name and version of this package. */ 497*00b67f09SDavid van Moolenbroek#undef PACKAGE_STRING 498*00b67f09SDavid van Moolenbroek 499*00b67f09SDavid van Moolenbroek/* Define to the one symbol short name of this package. */ 500*00b67f09SDavid van Moolenbroek#undef PACKAGE_TARNAME 501*00b67f09SDavid van Moolenbroek 502*00b67f09SDavid van Moolenbroek/* Define to the home page for this package. */ 503*00b67f09SDavid van Moolenbroek#undef PACKAGE_URL 504*00b67f09SDavid van Moolenbroek 505*00b67f09SDavid van Moolenbroek/* Define to the version of this package. */ 506*00b67f09SDavid van Moolenbroek#undef PACKAGE_VERSION 507*00b67f09SDavid van Moolenbroek 508*00b67f09SDavid van Moolenbroek/* Sets which flag to pass to open/fcntl to make non-blocking 509*00b67f09SDavid van Moolenbroek (O_NDELAY/O_NONBLOCK). */ 510*00b67f09SDavid van Moolenbroek#undef PORT_NONBLOCK 511*00b67f09SDavid van Moolenbroek 512*00b67f09SDavid van Moolenbroek/* Define if GOST private keys are encoded in ASN.1. */ 513*00b67f09SDavid van Moolenbroek#undef PREFER_GOSTASN1 514*00b67f09SDavid van Moolenbroek 515*00b67f09SDavid van Moolenbroek/* The size of `void *', as computed by sizeof. */ 516*00b67f09SDavid van Moolenbroek#undef SIZEOF_VOID_P 517*00b67f09SDavid van Moolenbroek 518*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the ANSI C header files. */ 519*00b67f09SDavid van Moolenbroek#undef STDC_HEADERS 520*00b67f09SDavid van Moolenbroek 521*00b67f09SDavid van Moolenbroek/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 522*00b67f09SDavid van Moolenbroek#undef TIME_WITH_SYS_TIME 523*00b67f09SDavid van Moolenbroek 524*00b67f09SDavid van Moolenbroek/* Define to use large-system tuning. */ 525*00b67f09SDavid van Moolenbroek#undef TUNE_LARGE 526*00b67f09SDavid van Moolenbroek 527*00b67f09SDavid van Moolenbroek/* Defined if you need to use ioctl(FIONBIO) instead a fcntl call to make 528*00b67f09SDavid van Moolenbroek non-blocking. */ 529*00b67f09SDavid van Moolenbroek#undef USE_FIONBIO_IOCTL 530*00b67f09SDavid van Moolenbroek 531*00b67f09SDavid van Moolenbroek/* define if idnkit support is to be included. */ 532*00b67f09SDavid van Moolenbroek#undef WITH_IDN 533*00b67f09SDavid van Moolenbroek 534*00b67f09SDavid van Moolenbroek/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 535*00b67f09SDavid van Moolenbroek significant byte first (like Motorola and SPARC, unlike Intel). */ 536*00b67f09SDavid van Moolenbroek#if defined AC_APPLE_UNIVERSAL_BUILD 537*00b67f09SDavid van Moolenbroek# if defined __BIG_ENDIAN__ 538*00b67f09SDavid van Moolenbroek# define WORDS_BIGENDIAN 1 539*00b67f09SDavid van Moolenbroek# endif 540*00b67f09SDavid van Moolenbroek#else 541*00b67f09SDavid van Moolenbroek# ifndef WORDS_BIGENDIAN 542*00b67f09SDavid van Moolenbroek# undef WORDS_BIGENDIAN 543*00b67f09SDavid van Moolenbroek# endif 544*00b67f09SDavid van Moolenbroek#endif 545*00b67f09SDavid van Moolenbroek 546*00b67f09SDavid van Moolenbroek/* Define to empty if `const' does not conform to ANSI C. */ 547*00b67f09SDavid van Moolenbroek#undef const 548*00b67f09SDavid van Moolenbroek 549*00b67f09SDavid van Moolenbroek/* Define to empty if your compiler does not support "static inline". */ 550*00b67f09SDavid van Moolenbroek#undef inline 551*00b67f09SDavid van Moolenbroek 552*00b67f09SDavid van Moolenbroek/* Define to `unsigned int' if <sys/types.h> does not define. */ 553*00b67f09SDavid van Moolenbroek#undef size_t 554*00b67f09SDavid van Moolenbroek 555*00b67f09SDavid van Moolenbroek/* Define to `int' if <sys/types.h> does not define. */ 556*00b67f09SDavid van Moolenbroek#undef ssize_t 557*00b67f09SDavid van Moolenbroek 558*00b67f09SDavid van Moolenbroek/* Define to `unsigned long' if <sys/types.h> does not define. */ 559*00b67f09SDavid van Moolenbroek#undef uintptr_t 560*00b67f09SDavid van Moolenbroek 561*00b67f09SDavid van Moolenbroek/* Define to empty if the keyword `volatile' does not work. Warning: valid 562*00b67f09SDavid van Moolenbroek code using `volatile' can become incorrect without. Disable with care. */ 563*00b67f09SDavid van Moolenbroek#undef volatile 564