From 668d3116796d5c121f058ed91b384b1bdb226aca Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 2 Jun 2007 23:17:43 +0000 Subject: the etrax bootloader tools source was added on initial merge, it is now sitting on the acme site, source should not be in this folder SVN-Revision: 7465 --- .../linux/etrax-2.6/image/e100boot/src/sbl/conf.h | 139 --------------------- 1 file changed, 139 deletions(-) delete mode 100644 target/linux/etrax-2.6/image/e100boot/src/sbl/conf.h (limited to 'target/linux/etrax-2.6/image/e100boot/src/sbl/conf.h') diff --git a/target/linux/etrax-2.6/image/e100boot/src/sbl/conf.h b/target/linux/etrax-2.6/image/e100boot/src/sbl/conf.h deleted file mode 100644 index 4105bbf..0000000 --- a/target/linux/etrax-2.6/image/e100boot/src/sbl/conf.h +++ /dev/null @@ -1,139 +0,0 @@ -/* conf.h. Generated automatically by configure. */ -#define HAVE_NET_IF_H 1 -#define HAVE_NETINET_IN_H 1 /* Socket data structure */ -#define HAVE_NETINET_IN_SYSTM_H 1 -#define HAVE_NETINET_IP_H 1 -#define HAVE_NETINET_UDP_H 1 -#define HAVE_NETINET_TCP_H 1 -#define HAVE_NETDB_H 1 -#define HAVE_ARPA_INET_H 1 -#define HAVE_SYS_SOCKET_H 1 -#define HAVE_FCNTL_H 1 /* O_RDONLY */ -#define HAVE_LINUX_IF_ETHER_H 1 -#define HAVE_SIGNAL_H 1 -#define HAVE_STRING_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STDIO_H 1 -#define HAVE_SYS_TIME_H 1 -#define HAVE_UNISTD_H 1 -#define HAVE_SYS_STAT_H 1 -#define HAVE_SYS_TYPES_H 1 -#define HAVE_ERRNO_H 1 -#define HAVE_LINUX_SOCKIOS_H 1 /* SIOCGIFHWADDR */ -#define HAVE_CTYPE_H 1 -#define HAVE_PCAP_H 0 -#define TIME_WITH_SYS_TIME 1 -#define HAVE_SYS_SOCKET_H 1 -#define HAVE_SYS_IOCTL_H 1 -#define HAVE_TERMIOS_H 1 - -#if HAVE_TERMIOS_H -#include -#endif - -#if HAVE_SYS_IOCTL_H -#include -#endif - -#if HAVE_SYS_TYPES_H -#include -#endif - -#if HAVE_CTYPE_H -#include -#endif - -#if HAVE_SYS_SOCKET_H -#include -#endif - -#if HAVE_NETINET_IN_H -#include -#endif - -#if HAVE_NET_IF_H -#include -#endif - -#if HAVE_NETINET_IN_SYSTM_H -#include -#endif - -#if HAVE_NETINET_IP_H -#include -#endif - -#if HAVE_NETINET_UDP_H -#include -#endif - -#if HAVE_NETINET_TCP_H -#include -#endif - -#if HAVE_NETDB_H -#include -#endif - -#if HAVE_ARPA_INET_H -#include -#endif - -#if HAVE_SYS_SOCKET_H -#include -#endif - -#if HAVE_FCNTL_H -#include -#endif - -#if HAVE_LINUX_IF_ETHER_H -#include -#endif - -#if HAVE_SIGNAL_H -#include -#endif - -#if HAVE_STRING_H -#include -#endif - -#if HAVE_STDLIB_H -#include -#endif - -#if HAVE_STDIO_H -#include -#endif - -#if HAVE_UNISTD_H -#include -#endif - -#if HAVE_SYS_STAT_H -#include -#endif - -#if HAVE_ERRNO_H -#include -#endif - -#if HAVE_LINUX_SOCKIOS_H -#include -#endif - -#if HAVE_PCAP_H -#include -#endif - -#if TIME_WITH_SYS_TIME -#include -#include -#else -#if HAVE_SYS_TIME_H -#include -#else -#include -#endif -#endif -- cgit v1.1