diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-22 23:00:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-22 23:00:15 +0000 |
commit | 8d79ce832062873e6328f616ebb0c80db32020e3 (patch) | |
tree | eab4c5133f1c8d1fd898d13e000aae5c5673211b /Config.h | |
parent | 20aab260e2f7011523402464fb079f48e5899890 (diff) | |
download | busybox-w32-8d79ce832062873e6328f616ebb0c80db32020e3.tar.gz busybox-w32-8d79ce832062873e6328f616ebb0c80db32020e3.tar.bz2 busybox-w32-8d79ce832062873e6328f616ebb0c80db32020e3.zip |
Some patches to make dietlibc work...
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -75,11 +75,12 @@ | |||
75 | #define BB_MKNOD | 75 | #define BB_MKNOD |
76 | #define BB_MKSWAP | 76 | #define BB_MKSWAP |
77 | //#define BB_MKTEMP | 77 | //#define BB_MKTEMP |
78 | //#define BB_NC | 78 | #define BB_MODPROBE |
79 | #define BB_MORE | 79 | #define BB_MORE |
80 | #define BB_MOUNT | 80 | #define BB_MOUNT |
81 | //#define BB_MT | 81 | //#define BB_MT |
82 | #define BB_MV | 82 | #define BB_MV |
83 | //#define BB_NC | ||
83 | //#define BB_NSLOOKUP | 84 | //#define BB_NSLOOKUP |
84 | //#define BB_PING | 85 | //#define BB_PING |
85 | //#define BB_PIVOT_ROOT | 86 | //#define BB_PIVOT_ROOT |