diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-19 23:41:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-19 23:41:03 +0000 |
commit | b9b421c186cf6a9e575770a1c5fb46b6bdd3424a (patch) | |
tree | 5f691a7a1541d3d16ff8337f8331e9d21b97aa2e | |
parent | b7a1a75261205e40e30d1dcc217c5533d48a1a87 (diff) | |
download | busybox-b9b421c186cf6a9e575770a1c5fb46b6bdd3424a.tar.gz |
Stuf
-rw-r--r-- | busybox.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/busybox.def.h b/busybox.def.h index 39bde4ddd..85d3df177 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -21,7 +21,7 @@ #define BB_GREP #define BB_HALT #define BB_INIT -#define BB_KILL +//#define BB_KILL // Supplied by ash //#define BB_LENGTH #define BB_LN #define BB_LOADFONT @@ -48,7 +48,7 @@ #define BB_SYNC #define BB_TAR #define BB_TOUCH -#define BB_TRUE_FALSE +//#define BB_TRUE_FALSE // Supplied by ash #define BB_UMOUNT #define BB_UPDATE #define BB_UTILITY |