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 'Config.h')
-rw-r--r--Config.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/Config.h b/Config.h
index 5e14b4054..b11d84903 100644
--- a/Config.h
+++ b/Config.h
@@ -330,13 +330,9 @@
#endif
#endif
//
-#if defined BB_FEATURE_LINUXRC || defined BB_LINUXRC
#ifndef BB_INIT
-#define BB_INIT
-#endif
-#ifndef BB_LINUXRC
-#define BB_LINUXRC
-#endif
+#undef BB_LINUXRC
+#undef BB_FEATURE_LINUXRC
#endif
//
#ifdef BB_GZIP