usbmodeswitch: Updated to v.1.2.6 from shibby's branch.
[tomato.git] / release / src / router / tcpdump / acconfig.h
blob9eb54f8b3dfa916c3990a731d7796effcb2c2780
1 /* "generated automatically" means DO NOT MAKE CHANGES TO config.h.in --
2 * make them to acconfig.h and rerun autoheader */
3 @TOP@
5 /* Define if you enable IPv6 support */
6 #undef INET6
8 /* Define if you enable support for the libsmi. */
9 #undef LIBSMI
11 /* define if you have the addrinfo function. */
12 #undef HAVE_ADDRINFO
14 /* define if you need to include missing/addrinfoh.h. */
15 #undef NEED_ADDRINFO_H
17 /* define ifyou have the h_errno variable. */
18 #undef HAVE_H_ERRNO
20 /* define if you have struct sockaddr_storage */
21 #undef HAVE_SOCKADDR_STORAGE
23 /* define if you have both getipnodebyname() and getipnodebyaddr() */
24 #undef USE_GETIPNODEBY
26 /* define if you have ether_ntohost() and it works */
27 #undef USE_ETHER_NTOHOST
29 /* define if libpcap has pcap_version */
30 #undef HAVE_PCAP_VERSION
32 /* define if libpcap has pcap_debug */
33 #undef HAVE_PCAP_DEBUG
35 /* define if libpcap has yydebug */
36 #undef HAVE_YYDEBUG
38 /* define if libpcap has pcap_list_datalinks() */
39 #undef HAVE_PCAP_LIST_DATALINKS
41 /* define if libpcap has pcap_set_datalink() */
42 #undef HAVE_PCAP_SET_DATALINK
44 /* define if libpcap has pcap_datalink_name_to_val() */
45 #undef HAVE_PCAP_DATALINK_NAME_TO_VAL
47 /* define if libpcap has pcap_datalink_val_to_description() */
48 #undef HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION
50 /* define if libpcap has pcap_dump_ftell() */
51 #undef HAVE_PCAP_DUMP_FTELL
53 /* define if you have getrpcbynumber() */
54 #undef HAVE_GETRPCBYNUMBER
56 /* Workaround for missing 64-bit formats */
57 #undef PRId64
58 #undef PRIo64
59 #undef PRIx64
60 #undef PRIu64
62 /* Whether or not to include the possibly-buggy SMB printer */
63 #undef TCPDUMP_DO_SMB
65 /* Define if you have the dnet_htoa function. */
66 #undef HAVE_DNET_HTOA
68 /* Define if you have a dnet_htoa declaration in <netdnet/dnetdb.h>. */
69 #undef HAVE_NETDNET_DNETDB_H_DNET_HTOA
71 /* define if should drop privileges by default */
72 #undef WITH_USER
74 /* define if should chroot when dropping privileges */
75 #undef WITH_CHROOT