Fix the pwd and group functions. The bb_ stuff was a leftover from
[oweals/busybox.git] / Config.h
index cff23e4e74365608daa33cd9b7cdce383881add0..b11d84903555302449b4b3e91a3e5891126eb977 100644 (file)
--- a/Config.h
+++ b/Config.h
 // Enable tab completion in the shell (not yet 
 // working very well -- so don't turn this on)
 // Only relevant if BB_SH is enabled.
-//#define BB_FEATURE_SH_TAB_COMPLETION
+#define BB_FEATURE_SH_TAB_COMPLETION
+//
+// Attempts to match usernames in a ~-prefixed path
+// XXX: Doesn't work without NSS, off by default
+//#define BB_FEATURE_USERNAME_COMPLETION  /* require NSS */
 //
 //Turn on extra fbset options
 //#define BB_FEATURE_FBSET_FANCY
 #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