1*83ee113eSDavid van Moolenbroek/* includes/config.h.in. Generated from configure.ac by autoheader. */ 2*83ee113eSDavid van Moolenbroek 3*83ee113eSDavid van Moolenbroek/* Define if building universal (internal helper macro) */ 4*83ee113eSDavid van Moolenbroek#undef AC_APPLE_UNIVERSAL_BUILD 5*83ee113eSDavid van Moolenbroek 6*83ee113eSDavid van Moolenbroek/* Define to compile debug-only DHCP software. */ 7*83ee113eSDavid van Moolenbroek#undef DEBUG 8*83ee113eSDavid van Moolenbroek 9*83ee113eSDavid van Moolenbroek/* Define to queue multiple DHCPACK replies per fsync. */ 10*83ee113eSDavid van Moolenbroek#undef DELAYED_ACK 11*83ee113eSDavid van Moolenbroek 12*83ee113eSDavid van Moolenbroek/* Define to BIG_ENDIAN for MSB (Motorola or SPARC CPUs) or LITTLE_ENDIAN for 13*83ee113eSDavid van Moolenbroek LSB (Intel CPUs). */ 14*83ee113eSDavid van Moolenbroek#undef DHCP_BYTE_ORDER 15*83ee113eSDavid van Moolenbroek 16*83ee113eSDavid van Moolenbroek/* Define to 1 to include DHCPv6 support. */ 17*83ee113eSDavid van Moolenbroek#undef DHCPv6 18*83ee113eSDavid van Moolenbroek 19*83ee113eSDavid van Moolenbroek/* Define to any value to chroot() prior to loading config. */ 20*83ee113eSDavid van Moolenbroek#undef EARLY_CHROOT 21*83ee113eSDavid van Moolenbroek 22*83ee113eSDavid van Moolenbroek/* Define to include execute() config language support. */ 23*83ee113eSDavid van Moolenbroek#undef ENABLE_EXECUTE 24*83ee113eSDavid van Moolenbroek 25*83ee113eSDavid van Moolenbroek/* Define to include Failover Protocol support. */ 26*83ee113eSDavid van Moolenbroek#undef FAILOVER_PROTOCOL 27*83ee113eSDavid van Moolenbroek 28*83ee113eSDavid van Moolenbroek/* Define to nothing if C supports flexible array members, and to 1 if it does 29*83ee113eSDavid van Moolenbroek not. That way, with a declaration like `struct s { int n; double 30*83ee113eSDavid van Moolenbroek d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99 31*83ee113eSDavid van Moolenbroek compilers. When computing the size of such an object, don't use 'sizeof 32*83ee113eSDavid van Moolenbroek (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)' 33*83ee113eSDavid van Moolenbroek instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with 34*83ee113eSDavid van Moolenbroek MSVC and with C++ compilers. */ 35*83ee113eSDavid van Moolenbroek#undef FLEXIBLE_ARRAY_MEMBER 36*83ee113eSDavid van Moolenbroek 37*83ee113eSDavid van Moolenbroek/* Define to 1 to use the Berkeley Packet Filter interface code. */ 38*83ee113eSDavid van Moolenbroek#undef HAVE_BPF 39*83ee113eSDavid van Moolenbroek 40*83ee113eSDavid van Moolenbroek/* Define to 1 if you have the /dev/random file. */ 41*83ee113eSDavid van Moolenbroek#undef HAVE_DEV_RANDOM 42*83ee113eSDavid van Moolenbroek 43*83ee113eSDavid van Moolenbroek/* Define to 1 to use DLPI interface code. */ 44*83ee113eSDavid van Moolenbroek#undef HAVE_DLPI 45*83ee113eSDavid van Moolenbroek 46*83ee113eSDavid van Moolenbroek/* Define to 1 if you have the <ifaddrs.h> header file. */ 47*83ee113eSDavid van Moolenbroek#undef HAVE_IFADDRS_H 48*83ee113eSDavid van Moolenbroek 49*83ee113eSDavid van Moolenbroek/* Define to 1 if you have the <inttypes.h> header file. */ 50*83ee113eSDavid van Moolenbroek#undef HAVE_INTTYPES_H 51*83ee113eSDavid van Moolenbroek 52*83ee113eSDavid van Moolenbroek/* Define to 1 if you have the <linux/types.h> header file. */ 53*83ee113eSDavid van Moolenbroek#undef HAVE_LINUX_TYPES_H 54*83ee113eSDavid van Moolenbroek 55*83ee113eSDavid van Moolenbroek/* Define to 1 to use the Linux Packet Filter interface code. */ 56*83ee113eSDavid van Moolenbroek#undef HAVE_LPF 57*83ee113eSDavid van Moolenbroek 58*83ee113eSDavid van Moolenbroek/* Define to 1 if you have the <memory.h> header file. */ 59*83ee113eSDavid van Moolenbroek#undef HAVE_MEMORY_H 60*83ee113eSDavid van Moolenbroek 61*83ee113eSDavid van Moolenbroek/* Define to 1 if you have the <net/if6.h> header file. */ 62*83ee113eSDavid van Moolenbroek#undef HAVE_NET_IF6_H 63*83ee113eSDavid van Moolenbroek 64*83ee113eSDavid van Moolenbroek/* Define to 1 if you have the <net/if_dl.h> header file. */ 65*83ee113eSDavid van Moolenbroek#undef HAVE_NET_IF_DL_H 66*83ee113eSDavid van Moolenbroek 67*83ee113eSDavid van Moolenbroek/* Define to 1 if you have the <regex.h> header file. */ 68*83ee113eSDavid van Moolenbroek#undef HAVE_REGEX_H 69*83ee113eSDavid van Moolenbroek 70*83ee113eSDavid van Moolenbroek/* Define to 1 if the sockaddr structure has a length field. */ 71*83ee113eSDavid van Moolenbroek#undef HAVE_SA_LEN 72*83ee113eSDavid van Moolenbroek 73*83ee113eSDavid van Moolenbroek/* Define to 1 if you have the <stdint.h> header file. */ 74*83ee113eSDavid van Moolenbroek#undef HAVE_STDINT_H 75*83ee113eSDavid van Moolenbroek 76*83ee113eSDavid van Moolenbroek/* Define to 1 if you have the <stdlib.h> header file. */ 77*83ee113eSDavid van Moolenbroek#undef HAVE_STDLIB_H 78*83ee113eSDavid van Moolenbroek 79*83ee113eSDavid van Moolenbroek/* Define to 1 if you have the <strings.h> header file. */ 80*83ee113eSDavid van Moolenbroek#undef HAVE_STRINGS_H 81*83ee113eSDavid van Moolenbroek 82*83ee113eSDavid van Moolenbroek/* Define to 1 if you have the <string.h> header file. */ 83*83ee113eSDavid van Moolenbroek#undef HAVE_STRING_H 84*83ee113eSDavid van Moolenbroek 85*83ee113eSDavid van Moolenbroek/* Define to 1 if you have the `strlcat' function. */ 86*83ee113eSDavid van Moolenbroek#undef HAVE_STRLCAT 87*83ee113eSDavid van Moolenbroek 88*83ee113eSDavid van Moolenbroek/* Define to 1 if you have the <sys/socket.h> header file. */ 89*83ee113eSDavid van Moolenbroek#undef HAVE_SYS_SOCKET_H 90*83ee113eSDavid van Moolenbroek 91*83ee113eSDavid van Moolenbroek/* Define to 1 if you have the <sys/stat.h> header file. */ 92*83ee113eSDavid van Moolenbroek#undef HAVE_SYS_STAT_H 93*83ee113eSDavid van Moolenbroek 94*83ee113eSDavid van Moolenbroek/* Define to 1 if you have the <sys/types.h> header file. */ 95*83ee113eSDavid van Moolenbroek#undef HAVE_SYS_TYPES_H 96*83ee113eSDavid van Moolenbroek 97*83ee113eSDavid van Moolenbroek/* Define to 1 if you have the <unistd.h> header file. */ 98*83ee113eSDavid van Moolenbroek#undef HAVE_UNISTD_H 99*83ee113eSDavid van Moolenbroek 100*83ee113eSDavid van Moolenbroek/* Define to the string for a noreturn attribute. */ 101*83ee113eSDavid van Moolenbroek#undef ISC_DHCP_NORETURN 102*83ee113eSDavid van Moolenbroek 103*83ee113eSDavid van Moolenbroek/* Define to 1 if the system has 'struct if_laddrconf'. */ 104*83ee113eSDavid van Moolenbroek#undef ISC_PLATFORM_HAVEIF_LADDRCONF 105*83ee113eSDavid van Moolenbroek 106*83ee113eSDavid van Moolenbroek/* Define to 1 if the system has 'struct if_laddrreq'. */ 107*83ee113eSDavid van Moolenbroek#undef ISC_PLATFORM_HAVEIF_LADDRREQ 108*83ee113eSDavid van Moolenbroek 109*83ee113eSDavid van Moolenbroek/* Define to 1 if the system has 'struct lifnum'. */ 110*83ee113eSDavid van Moolenbroek#undef ISC_PLATFORM_HAVELIFNUM 111*83ee113eSDavid van Moolenbroek 112*83ee113eSDavid van Moolenbroek/* Define to 1 if the inet_aton() function is missing. */ 113*83ee113eSDavid van Moolenbroek#undef NEED_INET_ATON 114*83ee113eSDavid van Moolenbroek 115*83ee113eSDavid van Moolenbroek/* Name of package */ 116*83ee113eSDavid van Moolenbroek#undef PACKAGE 117*83ee113eSDavid van Moolenbroek 118*83ee113eSDavid van Moolenbroek/* Define to the address where bug reports for this package should be sent. */ 119*83ee113eSDavid van Moolenbroek#undef PACKAGE_BUGREPORT 120*83ee113eSDavid van Moolenbroek 121*83ee113eSDavid van Moolenbroek/* Define to the full name of this package. */ 122*83ee113eSDavid van Moolenbroek#undef PACKAGE_NAME 123*83ee113eSDavid van Moolenbroek 124*83ee113eSDavid van Moolenbroek/* Define to the full name and version of this package. */ 125*83ee113eSDavid van Moolenbroek#undef PACKAGE_STRING 126*83ee113eSDavid van Moolenbroek 127*83ee113eSDavid van Moolenbroek/* Define to the one symbol short name of this package. */ 128*83ee113eSDavid van Moolenbroek#undef PACKAGE_TARNAME 129*83ee113eSDavid van Moolenbroek 130*83ee113eSDavid van Moolenbroek/* Define to the home page for this package. */ 131*83ee113eSDavid van Moolenbroek#undef PACKAGE_URL 132*83ee113eSDavid van Moolenbroek 133*83ee113eSDavid van Moolenbroek/* Define to the version of this package. */ 134*83ee113eSDavid van Moolenbroek#undef PACKAGE_VERSION 135*83ee113eSDavid van Moolenbroek 136*83ee113eSDavid van Moolenbroek/* Define to any value to include Ari's PARANOIA patch. */ 137*83ee113eSDavid van Moolenbroek#undef PARANOIA 138*83ee113eSDavid van Moolenbroek 139*83ee113eSDavid van Moolenbroek/* Define to correct bad byteorders in secs field. */ 140*83ee113eSDavid van Moolenbroek#undef SECS_BYTEORDER 141*83ee113eSDavid van Moolenbroek 142*83ee113eSDavid van Moolenbroek/* The size of `struct iaddr *', as computed by sizeof. */ 143*83ee113eSDavid van Moolenbroek#undef SIZEOF_STRUCT_IADDR_P 144*83ee113eSDavid van Moolenbroek 145*83ee113eSDavid van Moolenbroek/* Define to 1 if you have the ANSI C header files. */ 146*83ee113eSDavid van Moolenbroek#undef STDC_HEADERS 147*83ee113eSDavid van Moolenbroek 148*83ee113eSDavid van Moolenbroek/* Define to include server activity tracing support. */ 149*83ee113eSDavid van Moolenbroek#undef TRACING 150*83ee113eSDavid van Moolenbroek 151*83ee113eSDavid van Moolenbroek/* Define to 1 to use the standard BSD socket API. */ 152*83ee113eSDavid van Moolenbroek#undef USE_SOCKETS 153*83ee113eSDavid van Moolenbroek 154*83ee113eSDavid van Moolenbroek/* Enable extensions on AIX 3, Interix. */ 155*83ee113eSDavid van Moolenbroek#ifndef _ALL_SOURCE 156*83ee113eSDavid van Moolenbroek# undef _ALL_SOURCE 157*83ee113eSDavid van Moolenbroek#endif 158*83ee113eSDavid van Moolenbroek/* Enable GNU extensions on systems that have them. */ 159*83ee113eSDavid van Moolenbroek#ifndef _GNU_SOURCE 160*83ee113eSDavid van Moolenbroek# undef _GNU_SOURCE 161*83ee113eSDavid van Moolenbroek#endif 162*83ee113eSDavid van Moolenbroek/* Enable threading extensions on Solaris. */ 163*83ee113eSDavid van Moolenbroek#ifndef _POSIX_PTHREAD_SEMANTICS 164*83ee113eSDavid van Moolenbroek# undef _POSIX_PTHREAD_SEMANTICS 165*83ee113eSDavid van Moolenbroek#endif 166*83ee113eSDavid van Moolenbroek/* Enable extensions on HP NonStop. */ 167*83ee113eSDavid van Moolenbroek#ifndef _TANDEM_SOURCE 168*83ee113eSDavid van Moolenbroek# undef _TANDEM_SOURCE 169*83ee113eSDavid van Moolenbroek#endif 170*83ee113eSDavid van Moolenbroek/* Enable general extensions on Solaris. */ 171*83ee113eSDavid van Moolenbroek#ifndef __EXTENSIONS__ 172*83ee113eSDavid van Moolenbroek# undef __EXTENSIONS__ 173*83ee113eSDavid van Moolenbroek#endif 174*83ee113eSDavid van Moolenbroek 175*83ee113eSDavid van Moolenbroek 176*83ee113eSDavid van Moolenbroek/* Define to 1 to enable IPv4 packet info support. */ 177*83ee113eSDavid van Moolenbroek#undef USE_V4_PKTINFO 178*83ee113eSDavid van Moolenbroek 179*83ee113eSDavid van Moolenbroek/* Version number of package */ 180*83ee113eSDavid van Moolenbroek#undef VERSION 181*83ee113eSDavid van Moolenbroek 182*83ee113eSDavid van Moolenbroek/* Define to 1 if on MINIX. */ 183*83ee113eSDavid van Moolenbroek#undef _MINIX 184*83ee113eSDavid van Moolenbroek 185*83ee113eSDavid van Moolenbroek/* File for dhclient6 leases. */ 186*83ee113eSDavid van Moolenbroek#undef _PATH_DHCLIENT6_DB 187*83ee113eSDavid van Moolenbroek 188*83ee113eSDavid van Moolenbroek/* File for dhclient6 process information. */ 189*83ee113eSDavid van Moolenbroek#undef _PATH_DHCLIENT6_PID 190*83ee113eSDavid van Moolenbroek 191*83ee113eSDavid van Moolenbroek/* File for dhclient leases. */ 192*83ee113eSDavid van Moolenbroek#undef _PATH_DHCLIENT_DB 193*83ee113eSDavid van Moolenbroek 194*83ee113eSDavid van Moolenbroek/* File for dhclient process information. */ 195*83ee113eSDavid van Moolenbroek#undef _PATH_DHCLIENT_PID 196*83ee113eSDavid van Moolenbroek 197*83ee113eSDavid van Moolenbroek/* File for dhcpd6 leases. */ 198*83ee113eSDavid van Moolenbroek#undef _PATH_DHCPD6_DB 199*83ee113eSDavid van Moolenbroek 200*83ee113eSDavid van Moolenbroek/* File for dhcpd6 process information. */ 201*83ee113eSDavid van Moolenbroek#undef _PATH_DHCPD6_PID 202*83ee113eSDavid van Moolenbroek 203*83ee113eSDavid van Moolenbroek/* File for dhcpd leases. */ 204*83ee113eSDavid van Moolenbroek#undef _PATH_DHCPD_DB 205*83ee113eSDavid van Moolenbroek 206*83ee113eSDavid van Moolenbroek/* File for dhcpd process information. */ 207*83ee113eSDavid van Moolenbroek#undef _PATH_DHCPD_PID 208*83ee113eSDavid van Moolenbroek 209*83ee113eSDavid van Moolenbroek/* File for dhcrelay6 process information. */ 210*83ee113eSDavid van Moolenbroek#undef _PATH_DHCRELAY6_PID 211*83ee113eSDavid van Moolenbroek 212*83ee113eSDavid van Moolenbroek/* File for dhcrelay process information. */ 213*83ee113eSDavid van Moolenbroek#undef _PATH_DHCRELAY_PID 214*83ee113eSDavid van Moolenbroek 215*83ee113eSDavid van Moolenbroek/* Define to 2 if the system does not provide POSIX.1 features except with 216*83ee113eSDavid van Moolenbroek this defined. */ 217*83ee113eSDavid van Moolenbroek#undef _POSIX_1_SOURCE 218*83ee113eSDavid van Moolenbroek 219*83ee113eSDavid van Moolenbroek/* Define to 1 if you need to in order for `stat' and other things to work. */ 220*83ee113eSDavid van Moolenbroek#undef _POSIX_SOURCE 221*83ee113eSDavid van Moolenbroek 222*83ee113eSDavid van Moolenbroek/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 223*83ee113eSDavid van Moolenbroek <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 224*83ee113eSDavid van Moolenbroek #define below would cause a syntax error. */ 225*83ee113eSDavid van Moolenbroek#undef _UINT32_T 226*83ee113eSDavid van Moolenbroek 227*83ee113eSDavid van Moolenbroek/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, 228*83ee113eSDavid van Moolenbroek <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 229*83ee113eSDavid van Moolenbroek #define below would cause a syntax error. */ 230*83ee113eSDavid van Moolenbroek#undef _UINT64_T 231*83ee113eSDavid van Moolenbroek 232*83ee113eSDavid van Moolenbroek/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, 233*83ee113eSDavid van Moolenbroek <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 234*83ee113eSDavid van Moolenbroek #define below would cause a syntax error. */ 235*83ee113eSDavid van Moolenbroek#undef _UINT8_T 236*83ee113eSDavid van Moolenbroek 237*83ee113eSDavid van Moolenbroek/* Define to the type of a signed integer type of width exactly 16 bits if 238*83ee113eSDavid van Moolenbroek such a type exists and the standard includes do not define it. */ 239*83ee113eSDavid van Moolenbroek#undef int16_t 240*83ee113eSDavid van Moolenbroek 241*83ee113eSDavid van Moolenbroek/* Define to the type of a signed integer type of width exactly 32 bits if 242*83ee113eSDavid van Moolenbroek such a type exists and the standard includes do not define it. */ 243*83ee113eSDavid van Moolenbroek#undef int32_t 244*83ee113eSDavid van Moolenbroek 245*83ee113eSDavid van Moolenbroek/* Define to the type of a signed integer type of width exactly 64 bits if 246*83ee113eSDavid van Moolenbroek such a type exists and the standard includes do not define it. */ 247*83ee113eSDavid van Moolenbroek#undef int64_t 248*83ee113eSDavid van Moolenbroek 249*83ee113eSDavid van Moolenbroek/* Define to the type of a signed integer type of width exactly 8 bits if such 250*83ee113eSDavid van Moolenbroek a type exists and the standard includes do not define it. */ 251*83ee113eSDavid van Moolenbroek#undef int8_t 252*83ee113eSDavid van Moolenbroek 253*83ee113eSDavid van Moolenbroek/* Define a type for 16-bit unsigned integers. */ 254*83ee113eSDavid van Moolenbroek#undef u_int16_t 255*83ee113eSDavid van Moolenbroek 256*83ee113eSDavid van Moolenbroek/* Define a type for 32-bit unsigned integers. */ 257*83ee113eSDavid van Moolenbroek#undef u_int32_t 258*83ee113eSDavid van Moolenbroek 259*83ee113eSDavid van Moolenbroek/* Define a type for 64-bit unsigned integers. */ 260*83ee113eSDavid van Moolenbroek#undef u_int64_t 261*83ee113eSDavid van Moolenbroek 262*83ee113eSDavid van Moolenbroek/* Define a type for 8-bit unsigned integers. */ 263*83ee113eSDavid van Moolenbroek#undef u_int8_t 264*83ee113eSDavid van Moolenbroek 265*83ee113eSDavid van Moolenbroek/* Define to the type of an unsigned integer type of width exactly 16 bits if 266*83ee113eSDavid van Moolenbroek such a type exists and the standard includes do not define it. */ 267*83ee113eSDavid van Moolenbroek#undef uint16_t 268*83ee113eSDavid van Moolenbroek 269*83ee113eSDavid van Moolenbroek/* Define to the type of an unsigned integer type of width exactly 32 bits if 270*83ee113eSDavid van Moolenbroek such a type exists and the standard includes do not define it. */ 271*83ee113eSDavid van Moolenbroek#undef uint32_t 272*83ee113eSDavid van Moolenbroek 273*83ee113eSDavid van Moolenbroek/* Define to the type of an unsigned integer type of width exactly 64 bits if 274*83ee113eSDavid van Moolenbroek such a type exists and the standard includes do not define it. */ 275*83ee113eSDavid van Moolenbroek#undef uint64_t 276*83ee113eSDavid van Moolenbroek 277*83ee113eSDavid van Moolenbroek/* Define to the type of an unsigned integer type of width exactly 8 bits if 278*83ee113eSDavid van Moolenbroek such a type exists and the standard includes do not define it. */ 279*83ee113eSDavid van Moolenbroek#undef uint8_t 280