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