From e00fc16aaa0c1adb27bca40a9871b165c3ca3fb7 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 26 May 2006 13:10:10 +0000 Subject: - move libc checks from busybox.h to platform.h - add ATTRIBUTE_ALWAYS_INLINE, endian handling for DEC UNIX, some more compiler dependent defines to platform.h - add conditional bb_setpgrp define to platform.h - remove superfluous specifying args from "#define fdprintf dprintf" --- include/busybox.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/busybox.h') diff --git a/include/busybox.h b/include/busybox.h index 59d800e8b..1f9f9775f 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -15,16 +15,8 @@ #include #include -#if __GNU_LIBRARY__ < 5 && \ - !defined(__dietlibc__) && \ - !defined(_NEWLIB_VERSION) -#error "Sorry, this libc version is not supported :(" -#endif - extern const char BB_BANNER[]; -#include - /* Pull in the utility routines from libbb */ #include "libbb.h" -- cgit v1.2.3