xref: /freebsd/contrib/libpcap/config.h.in (revision 6f9cba8f)
1ada6f083SXin LI/* config.h.in.  Generated from configure.ac by autoheader.  */
20a94d38fSBill Fenner
3b00ab754SHans Petter Selasky/* Define to 1 if arpa/inet.h declares `ether_hostton' */
4b00ab754SHans Petter Selasky#undef ARPA_INET_H_DECLARES_ETHER_HOSTTON
5b00ab754SHans Petter Selasky
60a94d38fSBill Fenner/* Enable optimizer debugging */
70a94d38fSBill Fenner#undef BDEBUG
80a94d38fSBill Fenner
9b00ab754SHans Petter Selasky/* Define to 1 if remote packet capture is to be supported */
10b00ab754SHans Petter Selasky#undef ENABLE_REMOTE
11b00ab754SHans Petter Selasky
12b00ab754SHans Petter Selasky/* define if we have the AIX getnetbyname_r() */
13b00ab754SHans Petter Selasky#undef HAVE_AIX_GETNETBYNAME_R
14b00ab754SHans Petter Selasky
15b00ab754SHans Petter Selasky/* define if we have the AIX getprotobyname_r() */
16b00ab754SHans Petter Selasky#undef HAVE_AIX_GETPROTOBYNAME_R
17b00ab754SHans Petter Selasky
1857e22627SCy Schubert/* Define to 1 if you have the `asprintf' function. */
1957e22627SCy Schubert#undef HAVE_ASPRINTF
2057e22627SCy Schubert
216f9cba8fSJoseph Mingrone/* Define to 1 if you have the <config/HaikuConfig.h> header file. */
226f9cba8fSJoseph Mingrone#undef HAVE_CONFIG_HAIKUCONFIG_H
236f9cba8fSJoseph Mingrone
24b00ab754SHans Petter Selasky/* Define to 1 if you have the <dagapi.h> header file. */
25b00ab754SHans Petter Selasky#undef HAVE_DAGAPI_H
26ef96d74fSMax Laier
2704fb2745SSam Leffler/* define if you have the DAG API */
2804fb2745SSam Leffler#undef HAVE_DAG_API
2904fb2745SSam Leffler
30ef96d74fSMax Laier/* define if you have dag_get_erf_types() */
31ef96d74fSMax Laier#undef HAVE_DAG_GET_ERF_TYPES
32ef96d74fSMax Laier
33a8e07101SRui Paulo/* define if you have dag_get_stream_erf_types() */
34a8e07101SRui Paulo#undef HAVE_DAG_GET_STREAM_ERF_TYPES
35a8e07101SRui Paulo
36b00ab754SHans Petter Selasky/* define if you have large streams capable DAG API */
37b00ab754SHans Petter Selasky#undef HAVE_DAG_LARGE_STREAMS_API
385d18909fSSam Leffler
39d1e87331SXin LI/* define if you have vdag_set_device_info() */
40d1e87331SXin LI#undef HAVE_DAG_VDAG
41d1e87331SXin LI
42b00ab754SHans Petter Selasky/* Define to 1 if you have the declaration of `ether_hostton' */
4304fb2745SSam Leffler#undef HAVE_DECL_ETHER_HOSTTON
440a94d38fSBill Fenner
45b00ab754SHans Petter Selasky/* Define to 1 if `dl_module_id_1' is a member of `dl_hp_ppa_info_t'. */
46b00ab754SHans Petter Selasky#undef HAVE_DL_HP_PPA_INFO_T_DL_MODULE_ID_1
47dc2c7305SBill Fenner
48b00ab754SHans Petter Selasky/* Define to 1 if the system has the type `dl_passive_req_t'. */
49b00ab754SHans Petter Selasky#undef HAVE_DL_PASSIVE_REQ_T
50a8e07101SRui Paulo
5104fb2745SSam Leffler/* Define to 1 if you have the `ether_hostton' function. */
5204fb2745SSam Leffler#undef HAVE_ETHER_HOSTTON
53dc2c7305SBill Fenner
54b00ab754SHans Petter Selasky/* Define to 1 if you have the `ffs' function. */
55b00ab754SHans Petter Selasky#undef HAVE_FFS
56b00ab754SHans Petter Selasky
57a8e07101SRui Paulo/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
58a8e07101SRui Paulo#undef HAVE_FSEEKO
59a8e07101SRui Paulo
60b00ab754SHans Petter Selasky/* Define to 1 if you have the `getspnam' function. */
61b00ab754SHans Petter Selasky#undef HAVE_GETSPNAM
62b00ab754SHans Petter Selasky
6357e22627SCy Schubert/* Define to 1 if you have a GNU-style `strerror_r' function. */
6457e22627SCy Schubert#undef HAVE_GNU_STRERROR_R
6557e22627SCy Schubert
66ee2dd488SSam Leffler/* on HP-UX 10.20 or later */
67ee2dd488SSam Leffler#undef HAVE_HPUX10_20_OR_LATER
68dc2c7305SBill Fenner
6904fb2745SSam Leffler/* on HP-UX 9.x */
7004fb2745SSam Leffler#undef HAVE_HPUX9
71dc2c7305SBill Fenner
7204fb2745SSam Leffler/* Define to 1 if you have the <inttypes.h> header file. */
7304fb2745SSam Leffler#undef HAVE_INTTYPES_H
7404fb2745SSam Leffler
756f9cba8fSJoseph Mingrone/* Define to 1 if you have the `bsd' library (-lbsd). */
766f9cba8fSJoseph Mingrone#undef HAVE_LIBBSD
77b00ab754SHans Petter Selasky
78a8e07101SRui Paulo/* if libdlpi exists */
79a8e07101SRui Paulo#undef HAVE_LIBDLPI
80a8e07101SRui Paulo
81a0ee43a1SRui Paulo/* if libnl exists */
82a0ee43a1SRui Paulo#undef HAVE_LIBNL
83a0ee43a1SRui Paulo
84d1e87331SXin LI/* Define to 1 if you have the <linux/compiler.h> header file. */
85d1e87331SXin LI#undef HAVE_LINUX_COMPILER_H
86d1e87331SXin LI
87b00ab754SHans Petter Selasky/* define if we have the Linux getnetbyname_r() */
88b00ab754SHans Petter Selasky#undef HAVE_LINUX_GETNETBYNAME_R
89b00ab754SHans Petter Selasky
90b00ab754SHans Petter Selasky/* define if we have the Linux getprotobyname_r() */
91b00ab754SHans Petter Selasky#undef HAVE_LINUX_GETPROTOBYNAME_R
92b00ab754SHans Petter Selasky
93d1e87331SXin LI/* Define to 1 if you have the <linux/net_tstamp.h> header file. */
94d1e87331SXin LI#undef HAVE_LINUX_NET_TSTAMP_H
95d1e87331SXin LI
96b00ab754SHans Petter Selasky/* Define to 1 if you have the <linux/socket.h> header file. */
97b00ab754SHans Petter Selasky#undef HAVE_LINUX_SOCKET_H
98b00ab754SHans Petter Selasky
99a0ee43a1SRui Paulo/* Define to 1 if you have the <linux/usbdevice_fs.h> header file. */
100a0ee43a1SRui Paulo#undef HAVE_LINUX_USBDEVICE_FS_H
101a0ee43a1SRui Paulo
102a8e07101SRui Paulo/* Define to 1 if you have the <linux/wireless.h> header file. */
103a8e07101SRui Paulo#undef HAVE_LINUX_WIRELESS_H
104a8e07101SRui Paulo
10504fb2745SSam Leffler/* Define to 1 if you have the <memory.h> header file. */
10604fb2745SSam Leffler#undef HAVE_MEMORY_H
10704fb2745SSam Leffler
108d1e87331SXin LI/* Define to 1 if you have the <netpacket/packet.h> header file. */
109d1e87331SXin LI#undef HAVE_NETPACKET_PACKET_H
110d1e87331SXin LI
111b00ab754SHans Petter Selasky/* Define to 1 if you have the <net/bpf.h> header file. */
112b00ab754SHans Petter Selasky#undef HAVE_NET_BPF_H
113b00ab754SHans Petter Selasky
114b00ab754SHans Petter Selasky/* Define to 1 if you have the <net/enet.h> header file. */
115b00ab754SHans Petter Selasky#undef HAVE_NET_ENET_H
116b00ab754SHans Petter Selasky
1176f9cba8fSJoseph Mingrone/* Define to 1 if you have the <net/if_dl.h> header file. */
1186f9cba8fSJoseph Mingrone#undef HAVE_NET_IF_DL_H
1196f9cba8fSJoseph Mingrone
1206f9cba8fSJoseph Mingrone/* Define to 1 if you have the <net/if.h> header file. */
1216f9cba8fSJoseph Mingrone#undef HAVE_NET_IF_H
1226f9cba8fSJoseph Mingrone
123a8e07101SRui Paulo/* Define to 1 if you have the <net/if_media.h> header file. */
124a8e07101SRui Paulo#undef HAVE_NET_IF_MEDIA_H
125a8e07101SRui Paulo
1266f9cba8fSJoseph Mingrone/* Define to 1 if you have the <net/if_types.h> header file. */
1276f9cba8fSJoseph Mingrone#undef HAVE_NET_IF_TYPES_H
1286f9cba8fSJoseph Mingrone
129b00ab754SHans Petter Selasky/* Define to 1 if you have the <net/nit.h> header file. */
130b00ab754SHans Petter Selasky#undef HAVE_NET_NIT_H
131b00ab754SHans Petter Selasky
132b00ab754SHans Petter Selasky/* Define to 1 if you have the <net/pfilt.h> header file. */
133b00ab754SHans Petter Selasky#undef HAVE_NET_PFILT_H
134b00ab754SHans Petter Selasky
135b00ab754SHans Petter Selasky/* Define to 1 if you have the <net/raw.h> header file. */
136b00ab754SHans Petter Selasky#undef HAVE_NET_RAW_H
137b00ab754SHans Petter Selasky
1386f9cba8fSJoseph Mingrone/* Use OpenSSL */
1396f9cba8fSJoseph Mingrone#undef HAVE_OPENSSL
1406f9cba8fSJoseph Mingrone
141a0ee43a1SRui Paulo/* if there's an os_proto.h for this platform, to use additional prototypes */
142dc2c7305SBill Fenner#undef HAVE_OS_PROTO_H
143dc2c7305SBill Fenner
14457e22627SCy Schubert/* Define to 1 if you have a POSIX-style `strerror_r' function. */
14557e22627SCy Schubert#undef HAVE_POSIX_STRERROR_R
14657e22627SCy Schubert
147ada6f083SXin LI/* define if you have the Septel API */
148ee2dd488SSam Leffler#undef HAVE_SEPTEL_API
149ee2dd488SSam Leffler
150ada6f083SXin LI/* define if you have the Myricom SNF API */
151a0ee43a1SRui Paulo#undef HAVE_SNF_API
152a0ee43a1SRui Paulo
153b00ab754SHans Petter Selasky/* Define to 1 if the system has the type `socklen_t'. */
154a8e07101SRui Paulo#undef HAVE_SOCKLEN_T
155a8e07101SRui Paulo
15604fb2745SSam Leffler/* On solaris */
15704fb2745SSam Leffler#undef HAVE_SOLARIS
15804fb2745SSam Leffler
159b00ab754SHans Petter Selasky/* define if we have the Solaris/IRIX getnetbyname_r() */
160b00ab754SHans Petter Selasky#undef HAVE_SOLARIS_IRIX_GETNETBYNAME_R
161b00ab754SHans Petter Selasky
162b00ab754SHans Petter Selasky/* define if we have the Solaris/IRIX getprotobyname_r() */
163b00ab754SHans Petter Selasky#undef HAVE_SOLARIS_IRIX_GETPROTOBYNAME_R
164b00ab754SHans Petter Selasky
16504fb2745SSam Leffler/* Define to 1 if you have the <stdint.h> header file. */
16604fb2745SSam Leffler#undef HAVE_STDINT_H
16704fb2745SSam Leffler
16804fb2745SSam Leffler/* Define to 1 if you have the <stdlib.h> header file. */
16904fb2745SSam Leffler#undef HAVE_STDLIB_H
17004fb2745SSam Leffler
17104fb2745SSam Leffler/* Define to 1 if you have the `strerror' function. */
17204fb2745SSam Leffler#undef HAVE_STRERROR
17304fb2745SSam Leffler
17404fb2745SSam Leffler/* Define to 1 if you have the <strings.h> header file. */
17504fb2745SSam Leffler#undef HAVE_STRINGS_H
17604fb2745SSam Leffler
17704fb2745SSam Leffler/* Define to 1 if you have the <string.h> header file. */
17804fb2745SSam Leffler#undef HAVE_STRING_H
17904fb2745SSam Leffler
180b00ab754SHans Petter Selasky/* Define to 1 if you have the `strlcat' function. */
181b00ab754SHans Petter Selasky#undef HAVE_STRLCAT
182b00ab754SHans Petter Selasky
18304fb2745SSam Leffler/* Define to 1 if you have the `strlcpy' function. */
18404fb2745SSam Leffler#undef HAVE_STRLCPY
18504fb2745SSam Leffler
186ada6f083SXin LI/* Define to 1 if you have the `strtok_r' function. */
187ada6f083SXin LI#undef HAVE_STRTOK_R
188ada6f083SXin LI
189a0ee43a1SRui Paulo/* Define to 1 if the system has the type `struct BPF_TIMEVAL'. */
190a0ee43a1SRui Paulo#undef HAVE_STRUCT_BPF_TIMEVAL
191a0ee43a1SRui Paulo
192ee2dd488SSam Leffler/* Define to 1 if the system has the type `struct ether_addr'. */
193ee2dd488SSam Leffler#undef HAVE_STRUCT_ETHER_ADDR
194ee2dd488SSam Leffler
195b00ab754SHans Petter Selasky/* Define to 1 if `msg_control' is a member of `struct msghdr'. */
196b00ab754SHans Petter Selasky#undef HAVE_STRUCT_MSGHDR_MSG_CONTROL
197b00ab754SHans Petter Selasky
198b00ab754SHans Petter Selasky/* Define to 1 if `msg_flags' is a member of `struct msghdr'. */
199b00ab754SHans Petter Selasky#undef HAVE_STRUCT_MSGHDR_MSG_FLAGS
200b00ab754SHans Petter Selasky
2016f9cba8fSJoseph Mingrone/* Define to 1 if the system has the type `struct rte_ether_addr'. */
2026f9cba8fSJoseph Mingrone#undef HAVE_STRUCT_RTE_ETHER_ADDR
2036f9cba8fSJoseph Mingrone
204b00ab754SHans Petter Selasky/* Define to 1 if `hci_channel' is a member of `struct sockaddr_hci'. */
205b00ab754SHans Petter Selasky#undef HAVE_STRUCT_SOCKADDR_HCI_HCI_CHANNEL
206b00ab754SHans Petter Selasky
207b00ab754SHans Petter Selasky/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
208b00ab754SHans Petter Selasky#undef HAVE_STRUCT_SOCKADDR_SA_LEN
209b00ab754SHans Petter Selasky
210b00ab754SHans Petter Selasky/* Define to 1 if the system has the type `struct sockaddr_storage'. */
211b00ab754SHans Petter Selasky#undef HAVE_STRUCT_SOCKADDR_STORAGE
212b00ab754SHans Petter Selasky
213b00ab754SHans Petter Selasky/* Define to 1 if `tp_vlan_tci' is a member of `struct tpacket_auxdata'. */
214b00ab754SHans Petter Selasky#undef HAVE_STRUCT_TPACKET_AUXDATA_TP_VLAN_TCI
215b00ab754SHans Petter Selasky
216b00ab754SHans Petter Selasky/* Define to 1 if `bRequestType' is a member of `struct
217b00ab754SHans Petter Selasky   usbdevfs_ctrltransfer'. */
218b00ab754SHans Petter Selasky#undef HAVE_STRUCT_USBDEVFS_CTRLTRANSFER_BREQUESTTYPE
219a0ee43a1SRui Paulo
22004fb2745SSam Leffler/* Define to 1 if you have the <sys/bufmod.h> header file. */
22104fb2745SSam Leffler#undef HAVE_SYS_BUFMOD_H
22204fb2745SSam Leffler
22304fb2745SSam Leffler/* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
22404fb2745SSam Leffler#undef HAVE_SYS_DLPI_EXT_H
22504fb2745SSam Leffler
226b00ab754SHans Petter Selasky/* Define to 1 if you have the <sys/dlpi.h> header file. */
227b00ab754SHans Petter Selasky#undef HAVE_SYS_DLPI_H
228b00ab754SHans Petter Selasky
22904fb2745SSam Leffler/* Define to 1 if you have the <sys/ioccom.h> header file. */
23004fb2745SSam Leffler#undef HAVE_SYS_IOCCOM_H
23104fb2745SSam Leffler
232b00ab754SHans Petter Selasky/* Define to 1 if you have the <sys/net/nit.h> header file. */
233b00ab754SHans Petter Selasky#undef HAVE_SYS_NET_NIT_H
234ada6f083SXin LI
23504fb2745SSam Leffler/* Define to 1 if you have the <sys/sockio.h> header file. */
23604fb2745SSam Leffler#undef HAVE_SYS_SOCKIO_H
23704fb2745SSam Leffler
23804fb2745SSam Leffler/* Define to 1 if you have the <sys/stat.h> header file. */
23904fb2745SSam Leffler#undef HAVE_SYS_STAT_H
24004fb2745SSam Leffler
24104fb2745SSam Leffler/* Define to 1 if you have the <sys/types.h> header file. */
24204fb2745SSam Leffler#undef HAVE_SYS_TYPES_H
24304fb2745SSam Leffler
244ada6f083SXin LI/* define if you have the TurboCap API */
245ada6f083SXin LI#undef HAVE_TC_API
246ada6f083SXin LI
24704fb2745SSam Leffler/* Define to 1 if you have the <unistd.h> header file. */
24804fb2745SSam Leffler#undef HAVE_UNISTD_H
24904fb2745SSam Leffler
25057e22627SCy Schubert/* Define to 1 if you have the `vasprintf' function. */
25157e22627SCy Schubert#undef HAVE_VASPRINTF
25257e22627SCy Schubert
25357e22627SCy Schubert/* Define to 1 if you have the `vsyslog' function. */
25457e22627SCy Schubert#undef HAVE_VSYSLOG
25557e22627SCy Schubert
2566f9cba8fSJoseph Mingrone/* Define to 1 if you have the `_wcserror_s' function. */
2576f9cba8fSJoseph Mingrone#undef HAVE__WCSERROR_S
2586f9cba8fSJoseph Mingrone
2596f9cba8fSJoseph Mingrone/* define if __atomic_load_n is supported by the compiler */
2606f9cba8fSJoseph Mingrone#undef HAVE___ATOMIC_LOAD_N
2616f9cba8fSJoseph Mingrone
2626f9cba8fSJoseph Mingrone/* define if __atomic_store_n is supported by the compiler */
2636f9cba8fSJoseph Mingrone#undef HAVE___ATOMIC_STORE_N
2646f9cba8fSJoseph Mingrone
26504fb2745SSam Leffler/* IPv6 */
26604fb2745SSam Leffler#undef INET6
267dc2c7305SBill Fenner
26804fb2745SSam Leffler/* Define to 1 if netinet/ether.h declares `ether_hostton' */
26904fb2745SSam Leffler#undef NETINET_ETHER_H_DECLARES_ETHER_HOSTTON
27004fb2745SSam Leffler
27104fb2745SSam Leffler/* Define to 1 if netinet/if_ether.h declares `ether_hostton' */
27204fb2745SSam Leffler#undef NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON
27304fb2745SSam Leffler
274b00ab754SHans Petter Selasky/* Define to 1 if net/ethernet.h declares `ether_hostton' */
275b00ab754SHans Petter Selasky#undef NET_ETHERNET_H_DECLARES_ETHER_HOSTTON
276b00ab754SHans Petter Selasky
27704fb2745SSam Leffler/* do not use protochain */
27804fb2745SSam Leffler#undef NO_PROTOCHAIN
27904fb2745SSam Leffler
28004fb2745SSam Leffler/* Define to the address where bug reports for this package should be sent. */
28104fb2745SSam Leffler#undef PACKAGE_BUGREPORT
28204fb2745SSam Leffler
28304fb2745SSam Leffler/* Define to the full name of this package. */
28404fb2745SSam Leffler#undef PACKAGE_NAME
28504fb2745SSam Leffler
28604fb2745SSam Leffler/* Define to the full name and version of this package. */
28704fb2745SSam Leffler#undef PACKAGE_STRING
28804fb2745SSam Leffler
28904fb2745SSam Leffler/* Define to the one symbol short name of this package. */
29004fb2745SSam Leffler#undef PACKAGE_TARNAME
29104fb2745SSam Leffler
292681ed54cSXin LI/* Define to the home page for this package. */
293681ed54cSXin LI#undef PACKAGE_URL
294681ed54cSXin LI
29504fb2745SSam Leffler/* Define to the version of this package. */
29604fb2745SSam Leffler#undef PACKAGE_VERSION
29704fb2745SSam Leffler
298a8e07101SRui Paulo/* target host supports Bluetooth sniffing */
299a8e07101SRui Paulo#undef PCAP_SUPPORT_BT
300a8e07101SRui Paulo
301681ed54cSXin LI/* target host supports Bluetooth Monitor */
302681ed54cSXin LI#undef PCAP_SUPPORT_BT_MONITOR
303681ed54cSXin LI
304681ed54cSXin LI/* support D-Bus sniffing */
305681ed54cSXin LI#undef PCAP_SUPPORT_DBUS
306681ed54cSXin LI
3076f9cba8fSJoseph Mingrone/* target host supports DPDK */
3086f9cba8fSJoseph Mingrone#undef PCAP_SUPPORT_DPDK
3096f9cba8fSJoseph Mingrone
3106f9cba8fSJoseph Mingrone/* target host supports Linux usbmon for USB sniffing */
3116f9cba8fSJoseph Mingrone#undef PCAP_SUPPORT_LINUX_USBMON
3126f9cba8fSJoseph Mingrone
313d1e87331SXin LI/* target host supports netfilter sniffing */
314d1e87331SXin LI#undef PCAP_SUPPORT_NETFILTER
315d1e87331SXin LI
316b00ab754SHans Petter Selasky/* target host supports netmap */
317b00ab754SHans Petter Selasky#undef PCAP_SUPPORT_NETMAP
318b00ab754SHans Petter Selasky
319b00ab754SHans Petter Selasky/* target host supports RDMA sniffing */
320b00ab754SHans Petter Selasky#undef PCAP_SUPPORT_RDMASNIFF
321b00ab754SHans Petter Selasky
3226f9cba8fSJoseph Mingrone/* The size of `const void *', as computed by sizeof. */
3236f9cba8fSJoseph Mingrone#undef SIZEOF_CONST_VOID_P
324a8e07101SRui Paulo
3256f9cba8fSJoseph Mingrone/* The size of `void *', as computed by sizeof. */
3266f9cba8fSJoseph Mingrone#undef SIZEOF_VOID_P
327a8e07101SRui Paulo
32804fb2745SSam Leffler/* Define to 1 if you have the ANSI C header files. */
32904fb2745SSam Leffler#undef STDC_HEADERS
33004fb2745SSam Leffler
331b00ab754SHans Petter Selasky/* Define to 1 if strings.h declares `ffs' */
332b00ab754SHans Petter Selasky#undef STRINGS_H_DECLARES_FFS
333b00ab754SHans Petter Selasky
334b00ab754SHans Petter Selasky/* Define to 1 if sys/ethernet.h declares `ether_hostton' */
335b00ab754SHans Petter Selasky#undef SYS_ETHERNET_H_DECLARES_ETHER_HOSTTON
336b00ab754SHans Petter Selasky
33704fb2745SSam Leffler/* Enable parser debugging */
33804fb2745SSam Leffler#undef YYDEBUG
33904fb2745SSam Leffler
340ada6f083SXin LI/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
341ada6f083SXin LI   `char[]'. */
342ada6f083SXin LI#undef YYTEXT_POINTER
343ada6f083SXin LI
344681ed54cSXin LI/* Enable large inode numbers on Mac OS X 10.5.  */
345681ed54cSXin LI#ifndef _DARWIN_USE_64_BIT_INODE
346681ed54cSXin LI# define _DARWIN_USE_64_BIT_INODE 1
347681ed54cSXin LI#endif
348681ed54cSXin LI
349a8e07101SRui Paulo/* Number of bits in a file offset, on hosts where this is settable. */
350a8e07101SRui Paulo#undef _FILE_OFFSET_BITS
351a8e07101SRui Paulo
352a8e07101SRui Paulo/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
353a8e07101SRui Paulo#undef _LARGEFILE_SOURCE
354a8e07101SRui Paulo
355a8e07101SRui Paulo/* Define for large files, on AIX-style hosts. */
356a8e07101SRui Paulo#undef _LARGE_FILES
357a8e07101SRui Paulo
35804fb2745SSam Leffler/* define on AIX to get certain functions */
35904fb2745SSam Leffler#undef _SUN
36004fb2745SSam Leffler
361a0ee43a1SRui Paulo/* to handle Ultrix compilers that don't support const in prototypes */
362a0ee43a1SRui Paulo#undef const
363a0ee43a1SRui Paulo
36404fb2745SSam Leffler/* Define as token for inline if inlining supported */
36504fb2745SSam Leffler#undef inline
36604fb2745SSam Leffler
36704fb2745SSam Leffler/* on sinix */
36804fb2745SSam Leffler#undef sinix
369