Set permissions of created file
[oweals/busybox.git] / busybox.h
index 9414234c7a26053484ff6d7cc61361e5b6e3493d..ebbe759e2c6a817b12a25a84f12930f9f2bbb88a 100644 (file)
--- a/busybox.h
+++ b/busybox.h
 #include <sys/stat.h>
 #include <sys/types.h>
 
+#define BB_BANNER "BusyBox v" BB_VER " (" BB_BT ")"
+
 #ifdef DMALLOC
 #include "dmalloc.h"
 #endif
 
 #include <features.h>
-/* Stupid libc doesn't have a reliable way for use to know 
- * that libc5 is being used.   Assume this is good enough */ 
-#if ! defined __GLIBC__ && ! defined __UCLIBC__
-/* libc5 doesn't define socklen_t */
-typedef unsigned int socklen_t;
-#endif 
 
 
 enum Location {