xref: /freebsd/contrib/tcpdump/config.h.in (revision 3c602fabf9b894ff79f08a80cbb7ad3b1eb84e62)
15b0fe478SBruce M Simpson/* config.h.in.  Generated from configure.in by autoheader.  */
2b0453382SBill Fenner
3*3c602fabSXin LI/* define if you have the addrinfo function */
4b0453382SBill Fenner#undef HAVE_ADDRINFO
5b0453382SBill Fenner
61de50e9fSSam Leffler/* Define to 1 if you have the `alarm' function. */
71de50e9fSSam Leffler#undef HAVE_ALARM
81de50e9fSSam Leffler
95b0fe478SBruce M Simpson/* Define to 1 if you have the `bpf_dump' function. */
10685295f4SBill Fenner#undef HAVE_BPF_DUMP
11685295f4SBill Fenner
12*3c602fabSXin LI/* capsicum support available */
13*3c602fabSXin LI#undef HAVE_CAPSICUM
14*3c602fabSXin LI
15*3c602fabSXin LI/* Define to 1 if you have the `cap_enter' function. */
16*3c602fabSXin LI#undef HAVE_CAP_ENTER
17*3c602fabSXin LI
18*3c602fabSXin LI/* Define to 1 if you have the `cap_ioctls_limit' function. */
19*3c602fabSXin LI#undef HAVE_CAP_IOCTLS_LIMIT
20*3c602fabSXin LI
21*3c602fabSXin LI/* Define to 1 if you have the `cap_rights_init' function. */
22*3c602fabSXin LI#undef HAVE_CAP_RIGHTS_INIT
23*3c602fabSXin LI
24*3c602fabSXin LI/* Define to 1 if you have the `cap_rights_limit' function. */
25*3c602fabSXin LI#undef HAVE_CAP_RIGHTS_LIMIT
26*3c602fabSXin LI
271de50e9fSSam Leffler/* Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you
281de50e9fSSam Leffler   don't. */
291de50e9fSSam Leffler#undef HAVE_DECL_ETHER_NTOHOST
301de50e9fSSam Leffler
31*3c602fabSXin LI/* define if you have the dnet_htoa function */
32*3c602fabSXin LI#undef HAVE_DNET_HTOA
33*3c602fabSXin LI
345b0fe478SBruce M Simpson/* Define to 1 if you have the `ether_ntohost' function. */
35b0453382SBill Fenner#undef HAVE_ETHER_NTOHOST
36b0453382SBill Fenner
375b0fe478SBruce M Simpson/* Define to 1 if you have the <fcntl.h> header file. */
38b0453382SBill Fenner#undef HAVE_FCNTL_H
39b0453382SBill Fenner
40cac3dcd5SXin LI/* Define to 1 if you have the `fork' function. */
41cac3dcd5SXin LI#undef HAVE_FORK
42cac3dcd5SXin LI
435b0fe478SBruce M Simpson/* Define to 1 if you have the `getnameinfo' function. */
445b0fe478SBruce M Simpson#undef HAVE_GETNAMEINFO
45b0453382SBill Fenner
46*3c602fabSXin LI/* Define to 1 if you have the `getopt_long' function. */
47*3c602fabSXin LI#undef HAVE_GETOPT_LONG
48*3c602fabSXin LI
49*3c602fabSXin LI/* define if you have getrpcbynumber() */
50*3c602fabSXin LI#undef HAVE_GETRPCBYNUMBER
51*3c602fabSXin LI
52*3c602fabSXin LI/* define if you have the h_errno variable */
53*3c602fabSXin LI#undef HAVE_H_ERRNO
54*3c602fabSXin LI
555b0fe478SBruce M Simpson/* Define to 1 if you have the <inttypes.h> header file. */
565b0fe478SBruce M Simpson#undef HAVE_INTTYPES_H
57b0453382SBill Fenner
585b0fe478SBruce M Simpson/* Define to 1 if you have the `crypto' library (-lcrypto). */
59b0453382SBill Fenner#undef HAVE_LIBCRYPTO
60b0453382SBill Fenner
615b0fe478SBruce M Simpson/* Define to 1 if you have the `rpc' library (-lrpc). */
62b0453382SBill Fenner#undef HAVE_LIBRPC
63b0453382SBill Fenner
645b0fe478SBruce M Simpson/* Define to 1 if you have the <memory.h> header file. */
655b0fe478SBruce M Simpson#undef HAVE_MEMORY_H
665b0fe478SBruce M Simpson
675b0fe478SBruce M Simpson/* Define to 1 if you have the <netdnet/dnetdb.h> header file. */
685b0fe478SBruce M Simpson#undef HAVE_NETDNET_DNETDB_H
695b0fe478SBruce M Simpson
70*3c602fabSXin LI/* define if you have a dnet_htoa declaration in <netdnet/dnetdb.h> */
71*3c602fabSXin LI#undef HAVE_NETDNET_DNETDB_H_DNET_HTOA
72*3c602fabSXin LI
735b0fe478SBruce M Simpson/* Define to 1 if you have the <netinet/ether.h> header file. */
745b0fe478SBruce M Simpson#undef HAVE_NETINET_ETHER_H
755b0fe478SBruce M Simpson
765b0fe478SBruce M Simpson/* Define to 1 if you have the <netinet/if_ether.h> header file. */
775b0fe478SBruce M Simpson#undef HAVE_NETINET_IF_ETHER_H
785b0fe478SBruce M Simpson
79b5bfcb5dSMax Laier/* Define to 1 if you have the <net/pfvar.h> header file. */
80b5bfcb5dSMax Laier#undef HAVE_NET_PFVAR_H
81b5bfcb5dSMax Laier
82*3c602fabSXin LI/* Define to 1 if you have the `openat' function. */
83*3c602fabSXin LI#undef HAVE_OPENAT
84*3c602fabSXin LI
855b0fe478SBruce M Simpson/* Define to 1 if you have the <openssl/evp.h> header file. */
865b0fe478SBruce M Simpson#undef HAVE_OPENSSL_EVP_H
875b0fe478SBruce M Simpson
8827df3f5dSRui Paulo/* if there's an os_proto.h for this platform, to use additional prototypes */
8927df3f5dSRui Paulo#undef HAVE_OS_PROTO_H
9027df3f5dSRui Paulo
91a5779b6eSRui Paulo/* Define to 1 if you have the <pcap/bluetooth.h> header file. */
92a5779b6eSRui Paulo#undef HAVE_PCAP_BLUETOOTH_H
93a5779b6eSRui Paulo
945b0fe478SBruce M Simpson/* Define to 1 if you have the `pcap_breakloop' function. */
955b0fe478SBruce M Simpson#undef HAVE_PCAP_BREAKLOOP
965b0fe478SBruce M Simpson
97a5779b6eSRui Paulo/* Define to 1 if you have the `pcap_create' function. */
98a5779b6eSRui Paulo#undef HAVE_PCAP_CREATE
99a5779b6eSRui Paulo
100*3c602fabSXin LI/* define if libpcap has pcap_datalink_name_to_val() */
101*3c602fabSXin LI#undef HAVE_PCAP_DATALINK_NAME_TO_VAL
102*3c602fabSXin LI
103*3c602fabSXin LI/* define if libpcap has pcap_datalink_val_to_description() */
104*3c602fabSXin LI#undef HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION
105*3c602fabSXin LI
106*3c602fabSXin LI/* define if libpcap has pcap_debug */
107*3c602fabSXin LI#undef HAVE_PCAP_DEBUG
108*3c602fabSXin LI
1095b0fe478SBruce M Simpson/* Define to 1 if you have the `pcap_dump_flush' function. */
1105b0fe478SBruce M Simpson#undef HAVE_PCAP_DUMP_FLUSH
1115b0fe478SBruce M Simpson
112*3c602fabSXin LI/* define if libpcap has pcap_dump_ftell() */
113*3c602fabSXin LI#undef HAVE_PCAP_DUMP_FTELL
114*3c602fabSXin LI
1155b0fe478SBruce M Simpson/* Define to 1 if you have the `pcap_findalldevs' function. */
1165b0fe478SBruce M Simpson#undef HAVE_PCAP_FINDALLDEVS
1175b0fe478SBruce M Simpson
118*3c602fabSXin LI/* Define to 1 if you have the `pcap_free_datalinks' function. */
119*3c602fabSXin LI#undef HAVE_PCAP_FREE_DATALINKS
120*3c602fabSXin LI
1215b0fe478SBruce M Simpson/* Define to 1 if the system has the type `pcap_if_t'. */
1225b0fe478SBruce M Simpson#undef HAVE_PCAP_IF_T
1235b0fe478SBruce M Simpson
1245b0fe478SBruce M Simpson/* Define to 1 if you have the `pcap_lib_version' function. */
1255b0fe478SBruce M Simpson#undef HAVE_PCAP_LIB_VERSION
1265b0fe478SBruce M Simpson
127*3c602fabSXin LI/* define if libpcap has pcap_list_datalinks() */
128*3c602fabSXin LI#undef HAVE_PCAP_LIST_DATALINKS
129*3c602fabSXin LI
130*3c602fabSXin LI/* Define to 1 if you have the <pcap/nflog.h> header file. */
131*3c602fabSXin LI#undef HAVE_PCAP_NFLOG_H
132*3c602fabSXin LI
133*3c602fabSXin LI/* Define to 1 if you have the `pcap_setdirection' function. */
134*3c602fabSXin LI#undef HAVE_PCAP_SETDIRECTION
135*3c602fabSXin LI
136*3c602fabSXin LI/* Define to 1 if you have the `pcap_set_datalink' function. */
137*3c602fabSXin LI#undef HAVE_PCAP_SET_DATALINK
138*3c602fabSXin LI
139*3c602fabSXin LI/* Define to 1 if you have the `pcap_set_tstamp_precision' function. */
140*3c602fabSXin LI#undef HAVE_PCAP_SET_TSTAMP_PRECISION
141*3c602fabSXin LI
142cac3dcd5SXin LI/* Define to 1 if you have the `pcap_set_tstamp_type' function. */
143cac3dcd5SXin LI#undef HAVE_PCAP_SET_TSTAMP_TYPE
144cac3dcd5SXin LI
14527df3f5dSRui Paulo/* Define to 1 if you have the <pcap/usb.h> header file. */
14627df3f5dSRui Paulo#undef HAVE_PCAP_USB_H
14727df3f5dSRui Paulo
148*3c602fabSXin LI/* define if libpcap has pcap_version */
149*3c602fabSXin LI#undef HAVE_PCAP_VERSION
150*3c602fabSXin LI
1515b0fe478SBruce M Simpson/* Define to 1 if you have the `pfopen' function. */
1525b0fe478SBruce M Simpson#undef HAVE_PFOPEN
1535b0fe478SBruce M Simpson
1545b0fe478SBruce M Simpson/* Define to 1 if you have the <rpc/rpcent.h> header file. */
1555b0fe478SBruce M Simpson#undef HAVE_RPC_RPCENT_H
1565b0fe478SBruce M Simpson
157cac3dcd5SXin LI/* Define to 1 if you have the <rpc/rpc.h> header file. */
158cac3dcd5SXin LI#undef HAVE_RPC_RPC_H
159cac3dcd5SXin LI
1605b0fe478SBruce M Simpson/* Define to 1 if you have the `setlinebuf' function. */
1615b0fe478SBruce M Simpson#undef HAVE_SETLINEBUF
1625b0fe478SBruce M Simpson
1635b0fe478SBruce M Simpson/* Define to 1 if you have the `sigaction' function. */
1645b0fe478SBruce M Simpson#undef HAVE_SIGACTION
1655b0fe478SBruce M Simpson
1665b0fe478SBruce M Simpson/* Define to 1 if you have the `sigset' function. */
1675b0fe478SBruce M Simpson#undef HAVE_SIGSET
1685b0fe478SBruce M Simpson
1695b0fe478SBruce M Simpson/* Define to 1 if you have the `snprintf' function. */
1705b0fe478SBruce M Simpson#undef HAVE_SNPRINTF
1715b0fe478SBruce M Simpson
17227df3f5dSRui Paulo/* if struct sockaddr has the sa_len member */
17327df3f5dSRui Paulo#undef HAVE_SOCKADDR_SA_LEN
17427df3f5dSRui Paulo
1755b0fe478SBruce M Simpson/* Define to 1 if you have the <stdint.h> header file. */
1765b0fe478SBruce M Simpson#undef HAVE_STDINT_H
1775b0fe478SBruce M Simpson
1785b0fe478SBruce M Simpson/* Define to 1 if you have the <stdlib.h> header file. */
1795b0fe478SBruce M Simpson#undef HAVE_STDLIB_H
1805b0fe478SBruce M Simpson
1815b0fe478SBruce M Simpson/* Define to 1 if you have the `strcasecmp' function. */
1825b0fe478SBruce M Simpson#undef HAVE_STRCASECMP
1835b0fe478SBruce M Simpson
1845b0fe478SBruce M Simpson/* Define to 1 if you have the `strdup' function. */
1855b0fe478SBruce M Simpson#undef HAVE_STRDUP
1865b0fe478SBruce M Simpson
1875b0fe478SBruce M Simpson/* Define to 1 if you have the `strftime' function. */
1885b0fe478SBruce M Simpson#undef HAVE_STRFTIME
1895b0fe478SBruce M Simpson
1905b0fe478SBruce M Simpson/* Define to 1 if you have the <strings.h> header file. */
1915b0fe478SBruce M Simpson#undef HAVE_STRINGS_H
1925b0fe478SBruce M Simpson
1935b0fe478SBruce M Simpson/* Define to 1 if you have the <string.h> header file. */
1945b0fe478SBruce M Simpson#undef HAVE_STRING_H
1955b0fe478SBruce M Simpson
1965b0fe478SBruce M Simpson/* Define to 1 if you have the `strlcat' function. */
1975b0fe478SBruce M Simpson#undef HAVE_STRLCAT
1985b0fe478SBruce M Simpson
1995b0fe478SBruce M Simpson/* Define to 1 if you have the `strlcpy' function. */
2005b0fe478SBruce M Simpson#undef HAVE_STRLCPY
2015b0fe478SBruce M Simpson
2025b0fe478SBruce M Simpson/* Define to 1 if you have the `strsep' function. */
2035b0fe478SBruce M Simpson#undef HAVE_STRSEP
2045b0fe478SBruce M Simpson
205f4d0c64aSSam Leffler/* Define to 1 if the system has the type `struct ether_addr'. */
206f4d0c64aSSam Leffler#undef HAVE_STRUCT_ETHER_ADDR
207f4d0c64aSSam Leffler
2085b0fe478SBruce M Simpson/* Define to 1 if you have the <sys/stat.h> header file. */
2095b0fe478SBruce M Simpson#undef HAVE_SYS_STAT_H
2105b0fe478SBruce M Simpson
2115b0fe478SBruce M Simpson/* Define to 1 if you have the <sys/types.h> header file. */
2125b0fe478SBruce M Simpson#undef HAVE_SYS_TYPES_H
2135b0fe478SBruce M Simpson
2145b0fe478SBruce M Simpson/* Define to 1 if you have the <unistd.h> header file. */
2155b0fe478SBruce M Simpson#undef HAVE_UNISTD_H
2165b0fe478SBruce M Simpson
217cac3dcd5SXin LI/* Define to 1 if you have the `vfork' function. */
218cac3dcd5SXin LI#undef HAVE_VFORK
219cac3dcd5SXin LI
2205b0fe478SBruce M Simpson/* Define to 1 if you have the `vfprintf' function. */
2215b0fe478SBruce M Simpson#undef HAVE_VFPRINTF
2225b0fe478SBruce M Simpson
2235b0fe478SBruce M Simpson/* Define to 1 if you have the `vsnprintf' function. */
2245b0fe478SBruce M Simpson#undef HAVE_VSNPRINTF
2259afd0c29SBill Fenner
226*3c602fabSXin LI/* define if libpcap has yydebug */
227*3c602fabSXin LI#undef HAVE_YYDEBUG
228*3c602fabSXin LI
229685295f4SBill Fenner/* define if your compiler has __attribute__ */
230685295f4SBill Fenner#undef HAVE___ATTRIBUTE__
231685295f4SBill Fenner
232*3c602fabSXin LI/* Define if you enable IPv6 support */
233*3c602fabSXin LI#undef INET6
234*3c602fabSXin LI
23527df3f5dSRui Paulo/* if unaligned access fails */
23627df3f5dSRui Paulo#undef LBL_ALIGN
23727df3f5dSRui Paulo
238*3c602fabSXin LI/* define if you need to include missing/addrinfo.h */
239*3c602fabSXin LI#undef NEED_ADDRINFO_H
240*3c602fabSXin LI
2411de50e9fSSam Leffler/* Define to 1 if netinet/ether.h declares `ether_ntohost' */
2421de50e9fSSam Leffler#undef NETINET_ETHER_H_DECLARES_ETHER_NTOHOST
2431de50e9fSSam Leffler
2441de50e9fSSam Leffler/* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */
2451de50e9fSSam Leffler#undef NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST
2461de50e9fSSam Leffler
2475b0fe478SBruce M Simpson/* Define to the address where bug reports for this package should be sent. */
2485b0fe478SBruce M Simpson#undef PACKAGE_BUGREPORT
2495b0fe478SBruce M Simpson
2505b0fe478SBruce M Simpson/* Define to the full name of this package. */
2515b0fe478SBruce M Simpson#undef PACKAGE_NAME
2525b0fe478SBruce M Simpson
2535b0fe478SBruce M Simpson/* Define to the full name and version of this package. */
2545b0fe478SBruce M Simpson#undef PACKAGE_STRING
2555b0fe478SBruce M Simpson
2565b0fe478SBruce M Simpson/* Define to the one symbol short name of this package. */
2575b0fe478SBruce M Simpson#undef PACKAGE_TARNAME
2585b0fe478SBruce M Simpson
259*3c602fabSXin LI/* Define to the home page for this package. */
260*3c602fabSXin LI#undef PACKAGE_URL
261*3c602fabSXin LI
2625b0fe478SBruce M Simpson/* Define to the version of this package. */
2635b0fe478SBruce M Simpson#undef PACKAGE_VERSION
2645b0fe478SBruce M Simpson
265*3c602fabSXin LI/* define if the platform doesn't define PRId64 */
266*3c602fabSXin LI#undef PRId64
267*3c602fabSXin LI
268*3c602fabSXin LI/* define if the platform doesn't define PRIo64 */
269*3c602fabSXin LI#undef PRIo64
270*3c602fabSXin LI
271*3c602fabSXin LI/* define if the platform doesn't define PRIx64 */
272*3c602fabSXin LI#undef PRIu64
273*3c602fabSXin LI
274*3c602fabSXin LI/* define if the platform doesn't define PRIu64 */
275*3c602fabSXin LI#undef PRIx64
276*3c602fabSXin LI
2775b0fe478SBruce M Simpson/* Define as the return type of signal handlers (`int' or `void'). */
2785b0fe478SBruce M Simpson#undef RETSIGTYPE
2795b0fe478SBruce M Simpson
28027df3f5dSRui Paulo/* return value of signal handlers */
28127df3f5dSRui Paulo#undef RETSIGVAL
28227df3f5dSRui Paulo
2835b0fe478SBruce M Simpson/* Define to 1 if you have the ANSI C header files. */
2845b0fe478SBruce M Simpson#undef STDC_HEADERS
2855b0fe478SBruce M Simpson
286*3c602fabSXin LI/* define if you want to build the possibly-buggy SMB printer */
287*3c602fabSXin LI#undef TCPDUMP_DO_SMB
288*3c602fabSXin LI
2895b0fe478SBruce M Simpson/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2905b0fe478SBruce M Simpson#undef TIME_WITH_SYS_TIME
2915b0fe478SBruce M Simpson
292*3c602fabSXin LI/* define if you have ether_ntohost() and it works */
293*3c602fabSXin LI#undef USE_ETHER_NTOHOST
294*3c602fabSXin LI
295*3c602fabSXin LI/* Define if you enable support for libsmi */
296*3c602fabSXin LI#undef USE_LIBSMI
297*3c602fabSXin LI
298*3c602fabSXin LI/* define if should chroot when dropping privileges */
299*3c602fabSXin LI#undef WITH_CHROOT
300*3c602fabSXin LI
301*3c602fabSXin LI/* define if should drop privileges by default */
302*3c602fabSXin LI#undef WITH_USER
303*3c602fabSXin LI
30427df3f5dSRui Paulo/* get BSD semantics on Irix */
30527df3f5dSRui Paulo#undef _BSD_SIGNALS
30627df3f5dSRui Paulo
307cac3dcd5SXin LI/* define on AIX to get certain functions */
308cac3dcd5SXin LI#undef _SUN
309cac3dcd5SXin LI
310*3c602fabSXin LI/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
311*3c602fabSXin LI   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
312*3c602fabSXin LI   #define below would cause a syntax error. */
313*3c602fabSXin LI#undef _UINT32_T
314*3c602fabSXin LI
315*3c602fabSXin LI/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
316*3c602fabSXin LI   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
317*3c602fabSXin LI   #define below would cause a syntax error. */
318*3c602fabSXin LI#undef _UINT64_T
319*3c602fabSXin LI
320*3c602fabSXin LI/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
321*3c602fabSXin LI   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
322*3c602fabSXin LI   #define below would cause a syntax error. */
323*3c602fabSXin LI#undef _UINT8_T
324*3c602fabSXin LI
325*3c602fabSXin LI/* define if your compiler allows __attribute__((format)) without a warning */
326*3c602fabSXin LI#undef __ATTRIBUTE___FORMAT_OK
327*3c602fabSXin LI
32827df3f5dSRui Paulo/* define if your compiler allows __attribute__((format)) to be applied to
32927df3f5dSRui Paulo   function pointers */
33027df3f5dSRui Paulo#undef __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS
33127df3f5dSRui Paulo
332*3c602fabSXin LI/* define if your compiler allows __attribute__((noreturn)) to be applied to
333*3c602fabSXin LI   function pointers */
334*3c602fabSXin LI#undef __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS
335*3c602fabSXin LI
33627df3f5dSRui Paulo/* to handle Ultrix compilers that don't support const in prototypes */
33727df3f5dSRui Paulo#undef const
33827df3f5dSRui Paulo
3395b0fe478SBruce M Simpson/* Define as token for inline if inlining supported */
3405b0fe478SBruce M Simpson#undef inline
341f4d0c64aSSam Leffler
342*3c602fabSXin LI/* Define to the type of a signed integer type of width exactly 16 bits if
343*3c602fabSXin LI   such a type exists and the standard includes do not define it. */
344f4d0c64aSSam Leffler#undef int16_t
345f4d0c64aSSam Leffler
346*3c602fabSXin LI/* Define to the type of a signed integer type of width exactly 32 bits if
347*3c602fabSXin LI   such a type exists and the standard includes do not define it. */
348f4d0c64aSSam Leffler#undef int32_t
349f4d0c64aSSam Leffler
350*3c602fabSXin LI/* Define to the type of a signed integer type of width exactly 64 bits if
351*3c602fabSXin LI   such a type exists and the standard includes do not define it. */
352f4d0c64aSSam Leffler#undef int64_t
353f4d0c64aSSam Leffler
354*3c602fabSXin LI/* Define to the type of a signed integer type of width exactly 8 bits if such
355*3c602fabSXin LI   a type exists and the standard includes do not define it. */
356f4d0c64aSSam Leffler#undef int8_t
357f4d0c64aSSam Leffler
358*3c602fabSXin LI/* Define to `uint16_t' if u_int16_t not defined. */
359f4d0c64aSSam Leffler#undef u_int16_t
360f4d0c64aSSam Leffler
361*3c602fabSXin LI/* Define to `uint32_t' if u_int32_t not defined. */
362f4d0c64aSSam Leffler#undef u_int32_t
363f4d0c64aSSam Leffler
364*3c602fabSXin LI/* Define to `uint64_t' if u_int64_t not defined. */
365f4d0c64aSSam Leffler#undef u_int64_t
366f4d0c64aSSam Leffler
367*3c602fabSXin LI/* Define to `uint8_t' if u_int8_t not defined. */
368f4d0c64aSSam Leffler#undef u_int8_t
369*3c602fabSXin LI
370*3c602fabSXin LI/* Define to the type of an unsigned integer type of width exactly 16 bits if
371*3c602fabSXin LI   such a type exists and the standard includes do not define it. */
372*3c602fabSXin LI#undef uint16_t
373*3c602fabSXin LI
374*3c602fabSXin LI/* Define to the type of an unsigned integer type of width exactly 32 bits if
375*3c602fabSXin LI   such a type exists and the standard includes do not define it. */
376*3c602fabSXin LI#undef uint32_t
377*3c602fabSXin LI
378*3c602fabSXin LI/* Define to the type of an unsigned integer type of width exactly 64 bits if
379*3c602fabSXin LI   such a type exists and the standard includes do not define it. */
380*3c602fabSXin LI#undef uint64_t
381*3c602fabSXin LI
382*3c602fabSXin LI/* Define to the type of an unsigned integer type of width exactly 8 bits if
383*3c602fabSXin LI   such a type exists and the standard includes do not define it. */
384*3c602fabSXin LI#undef uint8_t
385