diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-05-02 00:07:56 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-05-02 00:07:56 +0000 |
commit | 5afc864422e8c572a13b3e48df47fd0e56cfbb74 (patch) | |
tree | 5a6ec9054284616133cdea4b62efdcbaddd061f9 /busybox.def.h | |
parent | 3c1217cfad0fb72f458223ae73e1ce612f5e9efd (diff) |
More stuff
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h index 86b8059cb..5187bc506 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -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 +// |