Eliminated seeks so that we work correctly on pipes, and removed reliance on
[oweals/busybox.git] / busybox.h
index d4a57732dfb6e57dea72efa88422c783ba6ddb5e..ebbe759e2c6a817b12a25a84f12930f9f2bbb88a 100644 (file)
--- a/busybox.h
+++ b/busybox.h
@@ -31,6 +31,8 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 
+#define BB_BANNER "BusyBox v" BB_VER " (" BB_BT ")"
+
 #ifdef DMALLOC
 #include "dmalloc.h"
 #endif