diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-26 13:10:10 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-26 13:10:10 +0000 |
commit | e00fc16aaa0c1adb27bca40a9871b165c3ca3fb7 (patch) | |
tree | f7fa57904f8e69310988294c52ddb23e703a9c29 /include/busybox.h | |
parent | 7fd9983c568d447d66d41c3132d3800e895f3f5a (diff) | |
download | busybox-w32-e00fc16aaa0c1adb27bca40a9871b165c3ca3fb7.tar.gz busybox-w32-e00fc16aaa0c1adb27bca40a9871b165c3ca3fb7.tar.bz2 busybox-w32-e00fc16aaa0c1adb27bca40a9871b165c3ca3fb7.zip |
- 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"
Diffstat (limited to 'include/busybox.h')
-rw-r--r-- | include/busybox.h | 8 |
1 files changed, 0 insertions, 8 deletions
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 @@ | |||
15 | #include <sys/types.h> | 15 | #include <sys/types.h> |
16 | #include <sys/stat.h> | 16 | #include <sys/stat.h> |
17 | 17 | ||
18 | #if __GNU_LIBRARY__ < 5 && \ | ||
19 | !defined(__dietlibc__) && \ | ||
20 | !defined(_NEWLIB_VERSION) | ||
21 | #error "Sorry, this libc version is not supported :(" | ||
22 | #endif | ||
23 | |||
24 | extern const char BB_BANNER[]; | 18 | extern const char BB_BANNER[]; |
25 | 19 | ||
26 | #include <features.h> | ||
27 | |||
28 | /* Pull in the utility routines from libbb */ | 20 | /* Pull in the utility routines from libbb */ |
29 | #include "libbb.h" | 21 | #include "libbb.h" |
30 | 22 | ||