1/* config.h.in. Generated from configure.in by autoheader. */ 2 3/* Define to 1 if you have the <arpa/inet.h> header file. */ 4#undef HAVE_ARPA_INET_H 5 6/* Define to 1 if you have the <asm/types.h> header file. */ 7#undef HAVE_ASM_TYPES_H 8 9/* Define to 1 if you have the <errno.h> header file. */ 10#undef HAVE_ERRNO_H 11 12/* Define to 1 if you have the `fcntl' function. */ 13#undef HAVE_FCNTL 14 15/* Define to 1 if you have the <fcntl.h> header file. */ 16#undef HAVE_FCNTL_H 17 18/* Define to 1 if you have the `flock' function. */ 19#undef HAVE_FLOCK 20 21/* Define to 1 if you have the `getifaddrs' function. */ 22#undef HAVE_GETIFADDRS 23 24/* Define to 1 if you have the <ifaddrs.h> header file. */ 25#undef HAVE_IFADDRS_H 26 27/* Define to 1 if you have the `inet_aton' function. */ 28#undef HAVE_INET_ATON 29 30/* Define to 1 if you have the `inet_pton' function. */ 31#undef HAVE_INET_PTON 32 33/* Define to 1 if you have the <inttypes.h> header file. */ 34#undef HAVE_INTTYPES_H 35 36/* Define if in_addr_t type exists on this platform */ 37#undef HAVE_IN_ADDR_T 38 39/* Define to 1 if you have the <libgen.h> header file. */ 40#undef HAVE_LIBGEN_H 41 42/* Define to 1 if you have the <libipq.h> header file. */ 43#undef HAVE_LIBIPQ_H 44 45/* Define to 1 if you have the `nsl' library (-lnsl). */ 46#undef HAVE_LIBNSL 47 48/* Define to 1 if you have the `pcap' library (-lpcap). */ 49#undef HAVE_LIBPCAP 50 51/* Define to 1 if you have the `socket' library (-lsocket). */ 52#undef HAVE_LIBSOCKET 53 54/* Define to 1 if you have the <linux/if.h> header file. */ 55#undef HAVE_LINUX_IF_H 56 57/* Define to 1 if you have the <linux/netfilter.h> header file. */ 58#undef HAVE_LINUX_NETFILTER_H 59 60/* Define to 1 if you have the <linux/netfilter_ipv4/ipt_ULOG.h> header file. 61 */ 62#undef HAVE_LINUX_NETFILTER_IPV4_IPT_ULOG_H 63 64/* Define to 1 if you have the <linux/netfilter_ipv4/ip_queue.h> header file. 65 */ 66#undef HAVE_LINUX_NETFILTER_IPV4_IP_QUEUE_H 67 68/* Define to 1 if you have the <linux/netlink.h> header file. */ 69#undef HAVE_LINUX_NETLINK_H 70 71/* Define to 1 if you have the <linux/socket.h> header file. */ 72#undef HAVE_LINUX_SOCKET_H 73 74/* Define to 1 if you have the <memory.h> header file. */ 75#undef HAVE_MEMORY_H 76 77/* Define to 1 if you have the <netdb.h> header file. */ 78#undef HAVE_NETDB_H 79 80/* Define to 1 if you have the <netinet/if_ether.h> header file. */ 81#undef HAVE_NETINET_IF_ETHER_H 82 83/* Define to 1 if you have the <netinet/in.h> header file. */ 84#undef HAVE_NETINET_IN_H 85 86/* Define to 1 if you have the <netinet/in_systm.h> header file. */ 87#undef HAVE_NETINET_IN_SYSTM_H 88 89/* Define to 1 if you have the <netinet/ip.h> header file. */ 90#undef HAVE_NETINET_IP_H 91 92/* Define to 1 if you have the <netinet/tcp.h> header file. */ 93#undef HAVE_NETINET_TCP_H 94 95/* Define to 1 if you have the <net/bpf.h> header file. */ 96#undef HAVE_NET_BPF_H 97 98/* Define to 1 if you have the <net/ethernet.h> header file. */ 99#undef HAVE_NET_ETHERNET_H 100 101/* Define to 1 if you have the <net/if.h> header file. */ 102#undef HAVE_NET_IF_H 103 104/* Define to 1 if you have the <net/route.h> header file. */ 105#undef HAVE_NET_ROUTE_H 106 107/* Define to 1 if you have the <paths.h> header file. */ 108#undef HAVE_PATHS_H 109 110/* Define to 1 if you have the <pcap.h> header file. */ 111#undef HAVE_PCAP_H 112 113/* Define if pcap library contains pcap_xxxalldevs() functions */ 114#undef HAVE_PCAP_XALLDEVS 115 116/* Define to 1 if you have the `pthread_cancel' function. */ 117#undef HAVE_PTHREAD_CANCEL 118 119/* Define to 1 if you have the `pthread_detach' function. */ 120#undef HAVE_PTHREAD_DETACH 121 122/* Define to 1 if you have the <pthread.h> header file. */ 123#undef HAVE_PTHREAD_H 124 125/* Define to 1 if you have the <sched.h> header file. */ 126#undef HAVE_SCHED_H 127 128/* Define to 1 if you have the `sched_yield' function. */ 129#undef HAVE_SCHED_YIELD 130 131/* Define to 1 if you have the `setpriority' function. */ 132#undef HAVE_SETPRIORITY 133 134/* Define if socklen_t type exists on this platform */ 135#undef HAVE_SOCKLEN_T 136 137/* Define to 1 if you have the <stdint.h> header file. */ 138#undef HAVE_STDINT_H 139 140/* Define to 1 if you have the <stdlib.h> header file. */ 141#undef HAVE_STDLIB_H 142 143/* Define to 1 if you have the <strings.h> header file. */ 144#undef HAVE_STRINGS_H 145 146/* Define to 1 if you have the <string.h> header file. */ 147#undef HAVE_STRING_H 148 149/* Define to 1 if you have the `strstr' function. */ 150#undef HAVE_STRSTR 151 152/* Define to 1 if you have the `strtoull' function. */ 153#undef HAVE_STRTOULL 154 155/* Define to 1 if you have the `strtouq' function. */ 156#undef HAVE_STRTOUQ 157 158/* Define to 1 if `tm_zone' is member of `struct tm'. */ 159#undef HAVE_STRUCT_TM_TM_ZONE 160 161/* Define to 1 if you have the <sysexits.h> header file. */ 162#undef HAVE_SYSEXITS_H 163 164/* Define to 1 if you have the <sys/file.h> header file. */ 165#undef HAVE_SYS_FILE_H 166 167/* Define to 1 if you have the <sys/ioctl.h> header file. */ 168#undef HAVE_SYS_IOCTL_H 169 170/* Define to 1 if you have the <sys/resource.h> header file. */ 171#undef HAVE_SYS_RESOURCE_H 172 173/* Define to 1 if you have the <sys/socket.h> header file. */ 174#undef HAVE_SYS_SOCKET_H 175 176/* Define to 1 if you have the <sys/stat.h> header file. */ 177#undef HAVE_SYS_STAT_H 178 179/* Define to 1 if you have the <sys/time.h> header file. */ 180#undef HAVE_SYS_TIME_H 181 182/* Define to 1 if you have the <sys/types.h> header file. */ 183#undef HAVE_SYS_TYPES_H 184 185/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use 186 `HAVE_STRUCT_TM_TM_ZONE' instead. */ 187#undef HAVE_TM_ZONE 188 189/* Define to 1 if you don't have `tm_zone' but do have the external array 190 `tzname'. */ 191#undef HAVE_TZNAME 192 193/* Define to 1 if you have the <unistd.h> header file. */ 194#undef HAVE_UNISTD_H 195 196/* Define if open() call is a weak alias */ 197#undef HAVE_WEAK_OPEN 198 199/* Define to the address where bug reports for this package should be sent. */ 200#undef PACKAGE_BUGREPORT 201 202/* Define to the full name of this package. */ 203#undef PACKAGE_NAME 204 205/* Define to the full name and version of this package. */ 206#undef PACKAGE_STRING 207 208/* Define to the one symbol short name of this package. */ 209#undef PACKAGE_TARNAME 210 211/* Define to the version of this package. */ 212#undef PACKAGE_VERSION 213 214/* Define to 1 if you have the ANSI C header files. */ 215#undef STDC_HEADERS 216 217/* Define to 1 if your <sys/time.h> declares `struct tm'. */ 218#undef TM_IN_SYS_TIME 219 220/* Define to 1 if your processor stores words with the most significant byte 221 first (like Motorola and SPARC, unlike Intel and VAX). */ 222#undef WORDS_BIGENDIAN 223 224/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 225 `char[]'. */ 226#undef YYTEXT_POINTER 227 228/* Define to empty if `const' does not conform to ANSI C. */ 229#undef const 230 231/* Define to `long' if <sys/types.h> does not define. */ 232#undef off_t 233 234/* Define to `unsigned' if <sys/types.h> does not define. */ 235#undef size_t 236