diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/busybox.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/busybox.h b/include/busybox.h index aaa844f43..28ea2530f 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -37,7 +37,11 @@ | |||
37 | #endif | 37 | #endif |
38 | #endif | 38 | #endif |
39 | 39 | ||
40 | #ifndef BB_EXTRA_VERSION | ||
40 | #define BB_BANNER "BusyBox v" BB_VER " (" BB_BT ")" | 41 | #define BB_BANNER "BusyBox v" BB_VER " (" BB_BT ")" |
42 | #else | ||
43 | #define BB_BANNER "BusyBox v" BB_VER " (" BB_EXTRA_VERSION ")" | ||
44 | #endif | ||
41 | 45 | ||
42 | #ifdef DMALLOC | 46 | #ifdef DMALLOC |
43 | #include <dmalloc.h> | 47 | #include <dmalloc.h> |