aboutsummaryrefslogtreecommitdiff
path: root/include/busybox.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/busybox.h')
-rw-r--r--include/busybox.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/include/busybox.h b/include/busybox.h
index 1f9f9775f..befbea544 100644
--- a/include/busybox.h
+++ b/include/busybox.h
@@ -9,15 +9,6 @@
9 9
10#include "bb_config.h" 10#include "bb_config.h"
11 11
12#include <stdio.h>
13#include <stdlib.h>
14#include <stdarg.h>
15#include <sys/types.h>
16#include <sys/stat.h>
17
18extern const char BB_BANNER[];
19
20/* Pull in the utility routines from libbb */
21#include "libbb.h" 12#include "libbb.h"
22 13
23enum Location { 14enum Location {
@@ -54,22 +45,4 @@ extern const struct BB_applet applets[];
54#include "applets.h" 45#include "applets.h"
55#undef PROTOTYPES 46#undef PROTOTYPES
56 47
57#ifndef RB_POWER_OFF
58/* Stop system and switch power off if possible. */
59#define RB_POWER_OFF 0x4321fedc
60#endif
61
62/* Try to pull in PATH_MAX */
63#include <limits.h>
64
65/* for PATH_MAX on systems that don't have it in limits.h */
66#include <sys/param.h>
67#ifndef PATH_MAX
68#define PATH_MAX 256
69#endif
70
71#ifdef DMALLOC
72#include <dmalloc.h>
73#endif
74
75#endif /* _BB_INTERNAL_H_ */ 48#endif /* _BB_INTERNAL_H_ */