aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2006-02-16 15:40:24 +0000
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2006-02-16 15:40:24 +0000
commitdd1ccddf1b33972966760857092eb9b659b7a40a (patch)
tree311c032dd6a55cc3923e744d8e888d9edd9ede44 /include
parent21e68703ce35805ff8b9590c22a400de05155ac2 (diff)
downloadbusybox-w32-dd1ccddf1b33972966760857092eb9b659b7a40a.tar.gz
busybox-w32-dd1ccddf1b33972966760857092eb9b659b7a40a.tar.bz2
busybox-w32-dd1ccddf1b33972966760857092eb9b659b7a40a.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
Diffstat (limited to 'include')
-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