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) | |
download | busybox-w32-5afc864422e8c572a13b3e48df47fd0e56cfbb74.tar.gz busybox-w32-5afc864422e8c572a13b3e48df47fd0e56cfbb74.tar.bz2 busybox-w32-5afc864422e8c572a13b3e48df47fd0e56cfbb74.zip |
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 @@ | |||
63 | #define BB_MNC | 63 | #define BB_MNC |
64 | #define BB_MORE | 64 | #define BB_MORE |
65 | #define BB_MOUNT | 65 | #define BB_MOUNT |
66 | #define BB_NFSMOUNT | ||
67 | #define BB_MT | 66 | #define BB_MT |
68 | #define BB_NSLOOKUP | 67 | #define BB_NSLOOKUP |
69 | #define BB_PING | 68 | #define BB_PING |
@@ -185,6 +184,9 @@ | |||
185 | // Enable support for remounting filesystems | 184 | // Enable support for remounting filesystems |
186 | #define BB_FEATURE_REMOUNT | 185 | #define BB_FEATURE_REMOUNT |
187 | // | 186 | // |
187 | // Enable support for mounting remote NFS volumes | ||
188 | //#define BB_FEATURE_NFSMOUNT | ||
189 | // | ||
188 | // Enable support for creation of tar files. | 190 | // Enable support for creation of tar files. |
189 | #define BB_FEATURE_TAR_CREATE | 191 | #define BB_FEATURE_TAR_CREATE |
190 | // | 192 | // |
@@ -253,3 +255,7 @@ | |||
253 | #endif | 255 | #endif |
254 | #endif | 256 | #endif |
255 | // | 257 | // |
258 | #if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT | ||
259 | #define BB_NFSMOUNT | ||
260 | #endif | ||
261 | // | ||