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