2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-26 11:57:43 +00:00
isc-dhcp/includes/config.h.in

129 lines
3.3 KiB
C
Raw Normal View History

/* includes/config.h.in. Generated from configure.ac by autoheader. */
/* Define to BIG_ENDIAN for MSB (Motorola or SPARC CPUs) or LITTLE_ENDIAN for
LSB (Intel CPUs). */
#undef DHCP_BYTE_ORDER
/* Define to 1 to include DHCPv6 support. */
#undef DHCPv6
2008-02-27 23:03:45 +00:00
/* Define to any value to chroot() prior to loading config. */
#undef EARLY_CHROOT
/* Define to 1 if you have the /dev/random file. */
#undef HAVE_DEV_RANDOM
2008-01-23 22:54:12 +00:00
/* Define to 1 if you have the <ifaddrs.h> header file. */
#undef HAVE_IFADDRS_H
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <linux/types.h> header file. */
#undef HAVE_LINUX_TYPES_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
2007-06-08 14:59:13 +00:00
/* Define to 1 if you have the <net/if6.h> header file. */
#undef HAVE_NET_IF6_H
2007-06-07 15:56:47 +00:00
/* Define to 1 if you have the <net/if_dl.h> header file. */
#undef HAVE_NET_IF_DL_H
/* Define to 1 if you have the <regex.h> header file. */
#undef HAVE_REGEX_H
/* Define to 1 if the sockaddr structure has a length field. */
#undef HAVE_SA_LEN
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
2008-01-23 22:54:12 +00:00
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
2007-06-08 14:59:13 +00:00
/* Define to 1 if the system has 'struct if_laddrconf'. */
#undef ISC_PLATFORM_HAVEIF_LADDRCONF
/* Define to 1 if the system has 'struct if_laddrreq'. */
#undef ISC_PLATFORM_HAVEIF_LADDRREQ
/* Define to 1 if the system has 'struct lifnum'. */
#undef ISC_PLATFORM_HAVELIFNUM
/* Define to 1 if the inet_aton() function is missing. */
#undef NEED_INET_ATON
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
2008-02-27 23:03:45 +00:00
/* Define to any value to include Ari's PARANOIA patch. */
#undef PARANOIA
2008-01-24 02:18:42 +00:00
/* The size of `struct iaddr *', as computed by sizeof. */
2007-05-23 21:56:00 +00:00
#undef SIZEOF_STRUCT_IADDR_P
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define to 1 to use the Berkeley Packet Filter interface code. */
#undef USE_BPF
/* Define to 1 to use DLPI interface code. */
#undef USE_DLPI
/* Define to 1 to use the Linux Packet Filter interface code. */
#undef USE_LPF
/* Version number of package */
#undef VERSION
/* File for dhclient process information. */
#undef _PATH_DHCLIENT
/* File for dhclient leases. */
#undef _PATH_DHCLIENT_DB
/* File for dhcpd leases. */
#undef _PATH_DHCPD_DB
/* File for dhcpd process information. */
#undef _PATH_DHCPD_PID
/* File for dhcrelay process information. */
#undef _PATH_DHCRELAY_PID