xref: /freebsd/contrib/libpcap/config.h.in (revision afdbf109c6a661a729938f68211054a0a50d38ac)
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
9*afdbf109SJoseph Mingrone/* define if you want to build the instrument functions code */
10*afdbf109SJoseph Mingrone#undef ENABLE_INSTRUMENT_FUNCTIONS
11*afdbf109SJoseph Mingrone
12b00ab754SHans Petter Selasky/* Define to 1 if remote packet capture is to be supported */
13b00ab754SHans Petter Selasky#undef ENABLE_REMOTE
14b00ab754SHans Petter Selasky
15b00ab754SHans Petter Selasky/* define if we have the AIX getnetbyname_r() */
16b00ab754SHans Petter Selasky#undef HAVE_AIX_GETNETBYNAME_R
17b00ab754SHans Petter Selasky
18b00ab754SHans Petter Selasky/* define if we have the AIX getprotobyname_r() */
19b00ab754SHans Petter Selasky#undef HAVE_AIX_GETPROTOBYNAME_R
20b00ab754SHans Petter Selasky
2157e22627SCy Schubert/* Define to 1 if you have the `asprintf' function. */
2257e22627SCy Schubert#undef HAVE_ASPRINTF
2357e22627SCy Schubert
246f9cba8fSJoseph Mingrone/* Define to 1 if you have the <config/HaikuConfig.h> header file. */
256f9cba8fSJoseph Mingrone#undef HAVE_CONFIG_HAIKUCONFIG_H
266f9cba8fSJoseph Mingrone
27b00ab754SHans Petter Selasky/* Define to 1 if you have the <dagapi.h> header file. */
28b00ab754SHans Petter Selasky#undef HAVE_DAGAPI_H
29ef96d74fSMax Laier
3004fb2745SSam Leffler/* define if you have the DAG API */
3104fb2745SSam Leffler#undef HAVE_DAG_API
3204fb2745SSam Leffler
33ef96d74fSMax Laier/* define if you have dag_get_erf_types() */
34ef96d74fSMax Laier#undef HAVE_DAG_GET_ERF_TYPES
35ef96d74fSMax Laier
36a8e07101SRui Paulo/* define if you have dag_get_stream_erf_types() */
37a8e07101SRui Paulo#undef HAVE_DAG_GET_STREAM_ERF_TYPES
38a8e07101SRui Paulo
39b00ab754SHans Petter Selasky/* define if you have large streams capable DAG API */
40b00ab754SHans Petter Selasky#undef HAVE_DAG_LARGE_STREAMS_API
415d18909fSSam Leffler
42d1e87331SXin LI/* define if you have vdag_set_device_info() */
43d1e87331SXin LI#undef HAVE_DAG_VDAG
44d1e87331SXin LI
45b00ab754SHans Petter Selasky/* Define to 1 if you have the declaration of `ether_hostton' */
4604fb2745SSam Leffler#undef HAVE_DECL_ETHER_HOSTTON
470a94d38fSBill Fenner
48b00ab754SHans Petter Selasky/* Define to 1 if `dl_module_id_1' is a member of `dl_hp_ppa_info_t'. */
49b00ab754SHans Petter Selasky#undef HAVE_DL_HP_PPA_INFO_T_DL_MODULE_ID_1
50dc2c7305SBill Fenner
51b00ab754SHans Petter Selasky/* Define to 1 if the system has the type `dl_passive_req_t'. */
52b00ab754SHans Petter Selasky#undef HAVE_DL_PASSIVE_REQ_T
53a8e07101SRui Paulo
5404fb2745SSam Leffler/* Define to 1 if you have the `ether_hostton' function. */
5504fb2745SSam Leffler#undef HAVE_ETHER_HOSTTON
56dc2c7305SBill Fenner
57b00ab754SHans Petter Selasky/* Define to 1 if you have the `ffs' function. */
58b00ab754SHans Petter Selasky#undef HAVE_FFS
59b00ab754SHans Petter Selasky
60a8e07101SRui Paulo/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
61a8e07101SRui Paulo#undef HAVE_FSEEKO
62a8e07101SRui Paulo
63b00ab754SHans Petter Selasky/* Define to 1 if you have the `getspnam' function. */
64b00ab754SHans Petter Selasky#undef HAVE_GETSPNAM
65b00ab754SHans Petter Selasky
6657e22627SCy Schubert/* Define to 1 if you have a GNU-style `strerror_r' function. */
6757e22627SCy Schubert#undef HAVE_GNU_STRERROR_R
6857e22627SCy Schubert
69ee2dd488SSam Leffler/* on HP-UX 10.20 or later */
70ee2dd488SSam Leffler#undef HAVE_HPUX10_20_OR_LATER
71dc2c7305SBill Fenner
7204fb2745SSam Leffler/* on HP-UX 9.x */
7304fb2745SSam Leffler#undef HAVE_HPUX9
74dc2c7305SBill Fenner
7504fb2745SSam Leffler/* Define to 1 if you have the <inttypes.h> header file. */
7604fb2745SSam Leffler#undef HAVE_INTTYPES_H
7704fb2745SSam Leffler
786f9cba8fSJoseph Mingrone/* Define to 1 if you have the `bsd' library (-lbsd). */
796f9cba8fSJoseph Mingrone#undef HAVE_LIBBSD
80b00ab754SHans Petter Selasky
81a8e07101SRui Paulo/* if libdlpi exists */
82a8e07101SRui Paulo#undef HAVE_LIBDLPI
83a8e07101SRui Paulo
84a0ee43a1SRui Paulo/* if libnl exists */
85a0ee43a1SRui Paulo#undef HAVE_LIBNL
86a0ee43a1SRui Paulo
87d1e87331SXin LI/* Define to 1 if you have the <linux/compiler.h> header file. */
88d1e87331SXin LI#undef HAVE_LINUX_COMPILER_H
89d1e87331SXin LI
90b00ab754SHans Petter Selasky/* define if we have the Linux getnetbyname_r() */
91b00ab754SHans Petter Selasky#undef HAVE_LINUX_GETNETBYNAME_R
92b00ab754SHans Petter Selasky
93b00ab754SHans Petter Selasky/* define if we have the Linux getprotobyname_r() */
94b00ab754SHans Petter Selasky#undef HAVE_LINUX_GETPROTOBYNAME_R
95b00ab754SHans Petter Selasky
96d1e87331SXin LI/* Define to 1 if you have the <linux/net_tstamp.h> header file. */
97d1e87331SXin LI#undef HAVE_LINUX_NET_TSTAMP_H
98d1e87331SXin LI
99b00ab754SHans Petter Selasky/* Define to 1 if you have the <linux/socket.h> header file. */
100b00ab754SHans Petter Selasky#undef HAVE_LINUX_SOCKET_H
101b00ab754SHans Petter Selasky
102a0ee43a1SRui Paulo/* Define to 1 if you have the <linux/usbdevice_fs.h> header file. */
103a0ee43a1SRui Paulo#undef HAVE_LINUX_USBDEVICE_FS_H
104a0ee43a1SRui Paulo
105a8e07101SRui Paulo/* Define to 1 if you have the <linux/wireless.h> header file. */
106a8e07101SRui Paulo#undef HAVE_LINUX_WIRELESS_H
107a8e07101SRui Paulo
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
159*afdbf109SJoseph Mingrone/* target host supports Solaris "any" device */
160*afdbf109SJoseph Mingrone#undef HAVE_SOLARIS_ANY_DEVICE
161*afdbf109SJoseph Mingrone
162b00ab754SHans Petter Selasky/* define if we have the Solaris/IRIX getnetbyname_r() */
163b00ab754SHans Petter Selasky#undef HAVE_SOLARIS_IRIX_GETNETBYNAME_R
164b00ab754SHans Petter Selasky
165b00ab754SHans Petter Selasky/* define if we have the Solaris/IRIX getprotobyname_r() */
166b00ab754SHans Petter Selasky#undef HAVE_SOLARIS_IRIX_GETPROTOBYNAME_R
167b00ab754SHans Petter Selasky
16804fb2745SSam Leffler/* Define to 1 if you have the <stdint.h> header file. */
16904fb2745SSam Leffler#undef HAVE_STDINT_H
17004fb2745SSam Leffler
171*afdbf109SJoseph Mingrone/* Define to 1 if you have the <stdio.h> header file. */
172*afdbf109SJoseph Mingrone#undef HAVE_STDIO_H
173*afdbf109SJoseph Mingrone
17404fb2745SSam Leffler/* Define to 1 if you have the <stdlib.h> header file. */
17504fb2745SSam Leffler#undef HAVE_STDLIB_H
17604fb2745SSam Leffler
17704fb2745SSam Leffler/* Define to 1 if you have the <strings.h> header file. */
17804fb2745SSam Leffler#undef HAVE_STRINGS_H
17904fb2745SSam Leffler
18004fb2745SSam Leffler/* Define to 1 if you have the <string.h> header file. */
18104fb2745SSam Leffler#undef HAVE_STRING_H
18204fb2745SSam Leffler
183b00ab754SHans Petter Selasky/* Define to 1 if you have the `strlcat' function. */
184b00ab754SHans Petter Selasky#undef HAVE_STRLCAT
185b00ab754SHans Petter Selasky
18604fb2745SSam Leffler/* Define to 1 if you have the `strlcpy' function. */
18704fb2745SSam Leffler#undef HAVE_STRLCPY
18804fb2745SSam Leffler
189ada6f083SXin LI/* Define to 1 if you have the `strtok_r' function. */
190ada6f083SXin LI#undef HAVE_STRTOK_R
191ada6f083SXin LI
192a0ee43a1SRui Paulo/* Define to 1 if the system has the type `struct BPF_TIMEVAL'. */
193a0ee43a1SRui Paulo#undef HAVE_STRUCT_BPF_TIMEVAL
194a0ee43a1SRui Paulo
195ee2dd488SSam Leffler/* Define to 1 if the system has the type `struct ether_addr'. */
196ee2dd488SSam Leffler#undef HAVE_STRUCT_ETHER_ADDR
197ee2dd488SSam Leffler
198b00ab754SHans Petter Selasky/* Define to 1 if `msg_control' is a member of `struct msghdr'. */
199b00ab754SHans Petter Selasky#undef HAVE_STRUCT_MSGHDR_MSG_CONTROL
200b00ab754SHans Petter Selasky
201b00ab754SHans Petter Selasky/* Define to 1 if `msg_flags' is a member of `struct msghdr'. */
202b00ab754SHans Petter Selasky#undef HAVE_STRUCT_MSGHDR_MSG_FLAGS
203b00ab754SHans Petter Selasky
2046f9cba8fSJoseph Mingrone/* Define to 1 if the system has the type `struct rte_ether_addr'. */
2056f9cba8fSJoseph Mingrone#undef HAVE_STRUCT_RTE_ETHER_ADDR
2066f9cba8fSJoseph Mingrone
207b00ab754SHans Petter Selasky/* Define to 1 if `hci_channel' is a member of `struct sockaddr_hci'. */
208b00ab754SHans Petter Selasky#undef HAVE_STRUCT_SOCKADDR_HCI_HCI_CHANNEL
209b00ab754SHans Petter Selasky
210b00ab754SHans Petter Selasky/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
211b00ab754SHans Petter Selasky#undef HAVE_STRUCT_SOCKADDR_SA_LEN
212b00ab754SHans Petter Selasky
213b00ab754SHans Petter Selasky/* Define to 1 if the system has the type `struct sockaddr_storage'. */
214b00ab754SHans Petter Selasky#undef HAVE_STRUCT_SOCKADDR_STORAGE
215b00ab754SHans Petter Selasky
216b00ab754SHans Petter Selasky/* Define to 1 if `tp_vlan_tci' is a member of `struct tpacket_auxdata'. */
217b00ab754SHans Petter Selasky#undef HAVE_STRUCT_TPACKET_AUXDATA_TP_VLAN_TCI
218b00ab754SHans Petter Selasky
219b00ab754SHans Petter Selasky/* Define to 1 if `bRequestType' is a member of `struct
220b00ab754SHans Petter Selasky   usbdevfs_ctrltransfer'. */
221b00ab754SHans Petter Selasky#undef HAVE_STRUCT_USBDEVFS_CTRLTRANSFER_BREQUESTTYPE
222a0ee43a1SRui Paulo
22304fb2745SSam Leffler/* Define to 1 if you have the <sys/bufmod.h> header file. */
22404fb2745SSam Leffler#undef HAVE_SYS_BUFMOD_H
22504fb2745SSam Leffler
22604fb2745SSam Leffler/* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
22704fb2745SSam Leffler#undef HAVE_SYS_DLPI_EXT_H
22804fb2745SSam Leffler
229b00ab754SHans Petter Selasky/* Define to 1 if you have the <sys/dlpi.h> header file. */
230b00ab754SHans Petter Selasky#undef HAVE_SYS_DLPI_H
231b00ab754SHans Petter Selasky
23204fb2745SSam Leffler/* Define to 1 if you have the <sys/ioccom.h> header file. */
23304fb2745SSam Leffler#undef HAVE_SYS_IOCCOM_H
23404fb2745SSam Leffler
235b00ab754SHans Petter Selasky/* Define to 1 if you have the <sys/net/nit.h> header file. */
236b00ab754SHans Petter Selasky#undef HAVE_SYS_NET_NIT_H
237ada6f083SXin LI
23804fb2745SSam Leffler/* Define to 1 if you have the <sys/sockio.h> header file. */
23904fb2745SSam Leffler#undef HAVE_SYS_SOCKIO_H
24004fb2745SSam Leffler
24104fb2745SSam Leffler/* Define to 1 if you have the <sys/stat.h> header file. */
24204fb2745SSam Leffler#undef HAVE_SYS_STAT_H
24304fb2745SSam Leffler
24404fb2745SSam Leffler/* Define to 1 if you have the <sys/types.h> header file. */
24504fb2745SSam Leffler#undef HAVE_SYS_TYPES_H
24604fb2745SSam Leffler
247ada6f083SXin LI/* define if you have the TurboCap API */
248ada6f083SXin LI#undef HAVE_TC_API
249ada6f083SXin LI
25004fb2745SSam Leffler/* Define to 1 if you have the <unistd.h> header file. */
25104fb2745SSam Leffler#undef HAVE_UNISTD_H
25204fb2745SSam Leffler
25357e22627SCy Schubert/* Define to 1 if you have the `vasprintf' function. */
25457e22627SCy Schubert#undef HAVE_VASPRINTF
25557e22627SCy Schubert
25657e22627SCy Schubert/* Define to 1 if you have the `vsyslog' function. */
25757e22627SCy Schubert#undef HAVE_VSYSLOG
25857e22627SCy Schubert
2596f9cba8fSJoseph Mingrone/* Define to 1 if you have the `_wcserror_s' function. */
2606f9cba8fSJoseph Mingrone#undef HAVE__WCSERROR_S
2616f9cba8fSJoseph Mingrone
2626f9cba8fSJoseph Mingrone/* define if __atomic_load_n is supported by the compiler */
2636f9cba8fSJoseph Mingrone#undef HAVE___ATOMIC_LOAD_N
2646f9cba8fSJoseph Mingrone
2656f9cba8fSJoseph Mingrone/* define if __atomic_store_n is supported by the compiler */
2666f9cba8fSJoseph Mingrone#undef HAVE___ATOMIC_STORE_N
2676f9cba8fSJoseph Mingrone
26804fb2745SSam Leffler/* IPv6 */
26904fb2745SSam Leffler#undef INET6
270dc2c7305SBill Fenner
27104fb2745SSam Leffler/* Define to 1 if netinet/ether.h declares `ether_hostton' */
27204fb2745SSam Leffler#undef NETINET_ETHER_H_DECLARES_ETHER_HOSTTON
27304fb2745SSam Leffler
27404fb2745SSam Leffler/* Define to 1 if netinet/if_ether.h declares `ether_hostton' */
27504fb2745SSam Leffler#undef NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON
27604fb2745SSam Leffler
277b00ab754SHans Petter Selasky/* Define to 1 if net/ethernet.h declares `ether_hostton' */
278b00ab754SHans Petter Selasky#undef NET_ETHERNET_H_DECLARES_ETHER_HOSTTON
279b00ab754SHans Petter Selasky
28004fb2745SSam Leffler/* do not use protochain */
28104fb2745SSam Leffler#undef NO_PROTOCHAIN
28204fb2745SSam Leffler
28304fb2745SSam Leffler/* Define to the address where bug reports for this package should be sent. */
28404fb2745SSam Leffler#undef PACKAGE_BUGREPORT
28504fb2745SSam Leffler
28604fb2745SSam Leffler/* Define to the full name of this package. */
28704fb2745SSam Leffler#undef PACKAGE_NAME
28804fb2745SSam Leffler
28904fb2745SSam Leffler/* Define to the full name and version of this package. */
29004fb2745SSam Leffler#undef PACKAGE_STRING
29104fb2745SSam Leffler
29204fb2745SSam Leffler/* Define to the one symbol short name of this package. */
29304fb2745SSam Leffler#undef PACKAGE_TARNAME
29404fb2745SSam Leffler
295681ed54cSXin LI/* Define to the home page for this package. */
296681ed54cSXin LI#undef PACKAGE_URL
297681ed54cSXin LI
29804fb2745SSam Leffler/* Define to the version of this package. */
29904fb2745SSam Leffler#undef PACKAGE_VERSION
30004fb2745SSam Leffler
301a8e07101SRui Paulo/* target host supports Bluetooth sniffing */
302a8e07101SRui Paulo#undef PCAP_SUPPORT_BT
303a8e07101SRui Paulo
304681ed54cSXin LI/* target host supports Bluetooth Monitor */
305681ed54cSXin LI#undef PCAP_SUPPORT_BT_MONITOR
306681ed54cSXin LI
307681ed54cSXin LI/* support D-Bus sniffing */
308681ed54cSXin LI#undef PCAP_SUPPORT_DBUS
309681ed54cSXin LI
3106f9cba8fSJoseph Mingrone/* target host supports DPDK */
3116f9cba8fSJoseph Mingrone#undef PCAP_SUPPORT_DPDK
3126f9cba8fSJoseph Mingrone
3136f9cba8fSJoseph Mingrone/* target host supports Linux usbmon for USB sniffing */
3146f9cba8fSJoseph Mingrone#undef PCAP_SUPPORT_LINUX_USBMON
3156f9cba8fSJoseph Mingrone
316d1e87331SXin LI/* target host supports netfilter sniffing */
317d1e87331SXin LI#undef PCAP_SUPPORT_NETFILTER
318d1e87331SXin LI
319b00ab754SHans Petter Selasky/* target host supports netmap */
320b00ab754SHans Petter Selasky#undef PCAP_SUPPORT_NETMAP
321b00ab754SHans Petter Selasky
322b00ab754SHans Petter Selasky/* target host supports RDMA sniffing */
323b00ab754SHans Petter Selasky#undef PCAP_SUPPORT_RDMASNIFF
324b00ab754SHans Petter Selasky
325*afdbf109SJoseph Mingrone/* The size of `time_t', as computed by sizeof. */
326*afdbf109SJoseph Mingrone#undef SIZEOF_TIME_T
327a8e07101SRui Paulo
3286f9cba8fSJoseph Mingrone/* The size of `void *', as computed by sizeof. */
3296f9cba8fSJoseph Mingrone#undef SIZEOF_VOID_P
330a8e07101SRui Paulo
331*afdbf109SJoseph Mingrone/* Define to 1 if all of the C90 standard headers exist (not just the ones
332*afdbf109SJoseph Mingrone   required in a freestanding environment). This macro is provided for
333*afdbf109SJoseph Mingrone   backward compatibility; new code need not use it. */
33404fb2745SSam Leffler#undef STDC_HEADERS
33504fb2745SSam Leffler
336b00ab754SHans Petter Selasky/* Define to 1 if strings.h declares `ffs' */
337b00ab754SHans Petter Selasky#undef STRINGS_H_DECLARES_FFS
338b00ab754SHans Petter Selasky
339b00ab754SHans Petter Selasky/* Define to 1 if sys/ethernet.h declares `ether_hostton' */
340b00ab754SHans Petter Selasky#undef SYS_ETHERNET_H_DECLARES_ETHER_HOSTTON
341b00ab754SHans Petter Selasky
34204fb2745SSam Leffler/* Enable parser debugging */
34304fb2745SSam Leffler#undef YYDEBUG
34404fb2745SSam Leffler
345ada6f083SXin LI/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
346ada6f083SXin LI   `char[]'. */
347ada6f083SXin LI#undef YYTEXT_POINTER
348ada6f083SXin 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