aboutsummaryrefslogtreecommitdiff
path: root/include/busybox.h
diff options
context:
space:
mode:
authorvodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-16 15:40:24 +0000
committervodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-16 15:40:24 +0000
commit8da02146489cd5b8d049f2369b20842794d74e06 (patch)
tree311c032dd6a55cc3923e744d8e888d9edd9ede44 /include/busybox.h
parentd353f302c51b2f326830ca17bd7dcaf6a68b3421 (diff)
downloadbusybox-w32-8da02146489cd5b8d049f2369b20842794d74e06.tar.gz
busybox-w32-8da02146489cd5b8d049f2369b20842794d74e06.tar.bz2
busybox-w32-8da02146489cd5b8d049f2369b20842794d74e06.zip
moved BB_BANNER to applets/version.c file: make kernel like version,
removed depend loop: busybox.h depend with BB_BT, and all sources depend with busybox.h git-svn-id: svn://busybox.net/trunk/busybox@14080 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/busybox.h')
-rw-r--r--include/busybox.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/busybox.h b/include/busybox.h
index 9fb95036e..18f9dd56e 100644
--- a/include/busybox.h
+++ b/include/busybox.h
@@ -21,11 +21,7 @@
21#error "Sorry, this libc version is not supported :(" 21#error "Sorry, this libc version is not supported :("
22#endif 22#endif
23 23
24#ifndef BB_EXTRA_VERSION 24extern const char BB_BANNER[];
25#define BB_BANNER "BusyBox v" BB_VER " (" BB_BT ")"
26#else
27#define BB_BANNER "BusyBox v" BB_VER " (" BB_EXTRA_VERSION ")"
28#endif
29 25
30#include <features.h> 26#include <features.h>
31 27