1/* config.h.  Generated automatically by configure.  */
2/* config.h.in.  Generated automatically from configure.in by autoheader.  */
3
4/* Define to empty if the keyword does not work.  */
5/* #undef const */
6
7/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
8#define HAVE_SYS_WAIT_H 1
9
10/* Define to `int' if <sys/types.h> doesn't define.  */
11/* #undef pid_t */
12
13/* Define as the return type of signal handlers (int or void).  */
14#define RETSIGTYPE void
15
16/* Define if the setvbuf function takes the buffering type as its second
17   argument and the buffer pointer as the third, as on System V
18   before release 3.  */
19/* #undef SETVBUF_REVERSED */
20
21/* Define if you have the ANSI C header files.  */
22#define STDC_HEADERS 1
23
24/* Define if you can safely include both <sys/time.h> and <time.h>.  */
25#define TIME_WITH_SYS_TIME 1
26
27/* Define if your <sys/time.h> declares struct tm.  */
28/* #undef TM_IN_SYS_TIME */
29
30#define HAVE_STRUCT_SOCKADDR_LL 1
31
32/* The number of bytes in a unsigned int.  */
33#define SIZEOF_UNSIGNED_INT 4
34
35/* The number of bytes in a unsigned long.  */
36#define SIZEOF_UNSIGNED_LONG 4
37
38/* The number of bytes in a unsigned short.  */
39#define SIZEOF_UNSIGNED_SHORT 2
40
41/* Define if you have the select function.  */
42#define HAVE_SELECT 1
43
44/* Define if you have the socket function.  */
45#define HAVE_SOCKET 1
46
47/* Define if you have the strerror function.  */
48#define HAVE_STRERROR 1
49
50/* Define if you have the strtol function.  */
51#define HAVE_STRTOL 1
52
53/* Define if you have the <asm/types.h> header file.  */
54#define HAVE_ASM_TYPES_H 1
55
56/* Define if you have the <fcntl.h> header file.  */
57#define HAVE_FCNTL_H 1
58
59/* Define if you have the <getopt.h> header file.  */
60#define HAVE_GETOPT_H 1
61
62/* Define if you have the <linux/if_ether.h> header file.  */
63#define HAVE_LINUX_IF_ETHER_H 1
64
65/* Define if you have kernel-mode PPPoE in Linux file.  */
66#define HAVE_LINUX_KERNEL_PPPOE 1
67
68/* Define if you have the <linux/if_packet.h> header file.  */
69#define HAVE_LINUX_IF_PACKET_H 1
70
71/* Define if you have the <linux/if_pppox.h> header file.  */
72#define HAVE_LINUX_IF_PPPOX_H 1
73
74/* Define if you have the <net/bpf.h> header file.  */
75#define HAVE_NET_BPF_H 1
76
77/* Define if you have the <net/if_arp.h> header file.  */
78#define HAVE_NET_IF_ARP_H 1
79
80/* Define if you have the <net/ethernet.h> header file.  */
81#define HAVE_NET_ETHERNET_H 1
82
83/* Define if you have the <net/if.h> header file.  */
84#define HAVE_NET_IF_H 1
85
86/* Define if you have the <linux/if.h> header file.  */
87#define HAVE_LINUX_IF_H 1
88
89/* Define if you have the <net/if_dl.h> header file.  */
90/* #undef HAVE_NET_IF_DL_H */
91
92/* Define if you have the <net/if_ether.h> header file.  */
93/* #undef HAVE_NET_IF_ETHER_H */
94
95/* Define if you have the <net/if_types.h> header file.  */
96/* #undef HAVE_NET_IF_TYPES_H */
97
98/* Define if you have the <netinet/if_ether.h> header file.  */
99#define HAVE_NETINET_IF_ETHER_H 1
100
101/* Define if you have the <netpacket/packet.h> header file.  */
102#define HAVE_NETPACKET_PACKET_H 1
103
104/* Define if you have the <sys/cdefs.h> header file.  */
105#define HAVE_SYS_CDEFS_H 1
106
107/* Define if you have the <sys/dlpi.h> header file.  */
108/* #undef HAVE_SYS_DLPI_H */
109
110/* Define if you have the <sys/ioctl.h> header file.  */
111#define HAVE_SYS_IOCTL_H 1
112
113/* Define if you have the <sys/param.h> header file.  */
114#define HAVE_SYS_PARAM_H 1
115
116/* Define if you have the <sys/socket.h> header file.  */
117#define HAVE_SYS_SOCKET_H 1
118
119/* Define if you have the <sys/time.h> header file.  */
120#define HAVE_SYS_TIME_H 1
121
122/* Define if you have the <sys/uio.h> header file.  */
123#define HAVE_SYS_UIO_H 1
124
125/* Define if you have the <syslog.h> header file.  */
126#define HAVE_SYSLOG_H 1
127
128/* Define if you have the <unistd.h> header file.  */
129#define HAVE_UNISTD_H 1
130
131/* Define if you have the N_HDLC line discipline in linux/termios.h */
132#define HAVE_N_HDLC 1
133
134/* Define if bitfields are packed in reverse order */
135#define PACK_BITFIELDS_REVERSED 1
136