IRQ handler rewrite by Gabor Juhos, uses C no longer assembly
[openwrt/staging/chunkeey.git] / target / linux / etrax-2.6 / image / e100boot / src / sbl / conf.h
1 /* conf.h. Generated automatically by configure. */
2 #define HAVE_NET_IF_H 1
3 #define HAVE_NETINET_IN_H 1 /* Socket data structure */
4 #define HAVE_NETINET_IN_SYSTM_H 1
5 #define HAVE_NETINET_IP_H 1
6 #define HAVE_NETINET_UDP_H 1
7 #define HAVE_NETINET_TCP_H 1
8 #define HAVE_NETDB_H 1
9 #define HAVE_ARPA_INET_H 1
10 #define HAVE_SYS_SOCKET_H 1
11 #define HAVE_FCNTL_H 1 /* O_RDONLY */
12 #define HAVE_LINUX_IF_ETHER_H 1
13 #define HAVE_SIGNAL_H 1
14 #define HAVE_STRING_H 1
15 #define HAVE_STDLIB_H 1
16 #define HAVE_STDIO_H 1
17 #define HAVE_SYS_TIME_H 1
18 #define HAVE_UNISTD_H 1
19 #define HAVE_SYS_STAT_H 1
20 #define HAVE_SYS_TYPES_H 1
21 #define HAVE_ERRNO_H 1
22 #define HAVE_LINUX_SOCKIOS_H 1 /* SIOCGIFHWADDR */
23 #define HAVE_CTYPE_H 1
24 #define HAVE_PCAP_H 0
25 #define TIME_WITH_SYS_TIME 1
26 #define HAVE_SYS_SOCKET_H 1
27 #define HAVE_SYS_IOCTL_H 1
28 #define HAVE_TERMIOS_H 1
29
30 #if HAVE_TERMIOS_H
31 #include <termios.h>
32 #endif
33
34 #if HAVE_SYS_IOCTL_H
35 #include <sys/ioctl.h>
36 #endif
37
38 #if HAVE_SYS_TYPES_H
39 #include <sys/types.h>
40 #endif
41
42 #if HAVE_CTYPE_H
43 #include <ctype.h>
44 #endif
45
46 #if HAVE_SYS_SOCKET_H
47 #include <sys/socket.h>
48 #endif
49
50 #if HAVE_NETINET_IN_H
51 #include <netinet/in.h>
52 #endif
53
54 #if HAVE_NET_IF_H
55 #include <net/if.h>
56 #endif
57
58 #if HAVE_NETINET_IN_SYSTM_H
59 #include <netinet/in_systm.h>
60 #endif
61
62 #if HAVE_NETINET_IP_H
63 #include <netinet/ip.h>
64 #endif
65
66 #if HAVE_NETINET_UDP_H
67 #include <netinet/udp.h>
68 #endif
69
70 #if HAVE_NETINET_TCP_H
71 #include <netinet/tcp.h>
72 #endif
73
74 #if HAVE_NETDB_H
75 #include <netdb.h>
76 #endif
77
78 #if HAVE_ARPA_INET_H
79 #include <arpa/inet.h>
80 #endif
81
82 #if HAVE_SYS_SOCKET_H
83 #include <sys/socket.h>
84 #endif
85
86 #if HAVE_FCNTL_H
87 #include <fcntl.h>
88 #endif
89
90 #if HAVE_LINUX_IF_ETHER_H
91 #include <linux/if_ether.h>
92 #endif
93
94 #if HAVE_SIGNAL_H
95 #include <signal.h>
96 #endif
97
98 #if HAVE_STRING_H
99 #include <string.h>
100 #endif
101
102 #if HAVE_STDLIB_H
103 #include <stdlib.h>
104 #endif
105
106 #if HAVE_STDIO_H
107 #include <stdio.h>
108 #endif
109
110 #if HAVE_UNISTD_H
111 #include <unistd.h>
112 #endif
113
114 #if HAVE_SYS_STAT_H
115 #include <sys/stat.h>
116 #endif
117
118 #if HAVE_ERRNO_H
119 #include <errno.h>
120 #endif
121
122 #if HAVE_LINUX_SOCKIOS_H
123 #include <linux/sockios.h>
124 #endif
125
126 #if HAVE_PCAP_H
127 #include <pcap.h>
128 #endif
129
130 #if TIME_WITH_SYS_TIME
131 #include <sys/time.h>
132 #include <time.h>
133 #else
134 #if HAVE_SYS_TIME_H
135 #include <sys/time.h>
136 #else
137 #include <time.h>
138 #endif
139 #endif