Explicitly request literal mode after .Xr.
[netbsd-mini2440.git] / dist / tcpdump / acconfig.h
blob7c6285981b4fd49df961a301dd8d73351d9a74c7
1 /* $NetBSD$ */
3 /* "generated automatically" means DO NOT MAKE CHANGES TO config.h.in --
4 * make them to acconfig.h and rerun autoheader */
5 @TOP@
7 /* Define if you have SSLeay 0.9.0b with the buggy cast128. */
8 #undef HAVE_BUGGY_CAST128
10 /* Define if you enable IPv6 support */
11 #undef INET6
13 /* Define if you enable support for the libsmi. */
14 #undef LIBSMI
16 /* Define if you have the <smi.h> header file. */
17 #undef HAVE_SMI_H
19 /* define if you have struct __res_state_ext */
20 #undef HAVE_RES_STATE_EXT
22 /* define if your struct __res_state has the nsort member */
23 #undef HAVE_NEW_RES_STATE
26 * define if struct ether_header.ether_dhost is a struct with ether_addr_octet
28 #undef ETHER_HEADER_HAS_EA
30 /* define if struct ether_arp contains arp_xsha */
31 #undef ETHER_ARP_HAS_X
33 /* define if you have the addrinfo function. */
34 #undef HAVE_ADDRINFO
36 /* define if you need to include missing/addrinfoh.h. */
37 #undef NEED_ADDRINFO_H
39 /* define ifyou have the h_errno variable. */
40 #undef HAVE_H_ERRNO
42 /* define if IN6ADDRSZ is defined (XXX not used!) */
43 #undef HAVE_IN6ADDRSZ
45 /* define if INADDRSZ is defined (XXX not used!) */
46 #undef HAVE_INADDRSZ
48 /* define if this is a development version, to use additional prototypes. */
49 #undef HAVE_OS_PROTO_H
51 /* define if <unistd.h> defines __P() */
52 #undef HAVE_PORTABLE_PROTOTYPE
54 /* define if RES_USE_INET6 is defined */
55 #undef HAVE_RES_USE_INET6
57 /* define if struct sockaddr has the sa_len member */
58 #undef HAVE_SOCKADDR_SA_LEN
60 /* define if you have struct sockaddr_storage */
61 #undef HAVE_SOCKADDR_STORAGE
63 /* define if you have both getipnodebyname() and getipnodebyaddr() */
64 #undef USE_GETIPNODEBY
66 /* define if you have ether_ntohost() and it works */
67 #undef USE_ETHER_NTOHOST
69 /* define if libpcap has pcap_version */
70 #undef HAVE_PCAP_VERSION
72 /* define if libpcap has pcap_debug */
73 #undef HAVE_PCAP_DEBUG
75 /* define if libpcap has yydebug */
76 #undef HAVE_YYDEBUG
78 /* define if libpcap has pcap_list_datalinks() */
79 #undef HAVE_PCAP_LIST_DATALINKS
81 /* define if libpcap has pcap_set_datalink() */
82 #undef HAVE_PCAP_SET_DATALINK
84 /* define if libpcap has pcap_datalink_name_to_val() */
85 #undef HAVE_PCAP_DATALINK_NAME_TO_VAL
87 /* define if libpcap has pcap_datalink_val_to_description() */
88 #undef HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION
90 /* define if libpcap has pcap_dump_ftell() */
91 #undef HAVE_PCAP_DUMP_FTELL
93 /* define if you have getrpcbynumber() */
94 #undef HAVE_GETRPCBYNUMBER
96 /* define if unaligned memory accesses fail */
97 #undef LBL_ALIGN
99 /* The successful return value from signal (?)XXX */
100 #undef RETSIGVAL
102 /* Define this on IRIX */
103 #undef _BSD_SIGNALS
105 /* For HP/UX ANSI compiler? */
106 #undef _HPUX_SOURCE
108 /* AIX hack. */
109 #undef _SUN
111 /* Workaround for missing 64-bit formats */
112 #undef PRId64
113 #undef PRIo64
114 #undef PRIx64
115 #undef PRIu64
117 /* Whether or not to include the possibly-buggy SMB printer */
118 #undef TCPDUMP_DO_SMB
120 /* Long story short: aclocal.m4 depends on autoconf 2.13
121 * implementation details wrt "const"; newer versions
122 * have different implementation details so for now we
123 * put "const" here. This may cause duplicate definitions
124 * in config.h but that should be OK since they're the same.
126 #undef const
128 /* Define if you have the dnet_htoa function. */
129 #undef HAVE_DNET_HTOA
131 /* Define if you have a dnet_htoa declaration in <netdnet/dnetdb.h>. */
132 #undef HAVE_NETDNET_DNETDB_H_DNET_HTOA
134 /* define if should drop privileges by default */
135 #undef WITH_USER
137 /* define if should chroot when dropping privileges */
138 #undef WITH_CHROOT