Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/busybox.c b/busybox.c
index 0a3333d99..857367b5f 100644
--- a/busybox.c
+++ b/busybox.c
@@ -3,6 +3,10 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
+
+#undef APPLET
+#undef APPLET_NOUSAGE
+#undef PROTOTYPES
#include "applets.h"
#define bb_need_full_version