More stuff

-Erik
This commit is contained in:
Erik Andersen
2000-05-02 00:07:56 +00:00
parent 3c1217cfad
commit 5afc864422
13 changed files with 68 additions and 34 deletions

View File

@@ -63,7 +63,6 @@
#define BB_MNC
#define BB_MORE
#define BB_MOUNT
#define BB_NFSMOUNT
#define BB_MT
#define BB_NSLOOKUP
#define BB_PING
@@ -185,6 +184,9 @@
// Enable support for remounting filesystems
#define BB_FEATURE_REMOUNT
//
// Enable support for mounting remote NFS volumes
//#define BB_FEATURE_NFSMOUNT
//
// Enable support for creation of tar files.
#define BB_FEATURE_TAR_CREATE
//
@@ -253,3 +255,7 @@
#endif
#endif
//
#if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT
#define BB_NFSMOUNT
#endif
//