diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-19 06:02:44 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-19 06:02:44 +0000 |
commit | f32f56ec793c3589aafc2b412c76500402583888 (patch) | |
tree | 4ce22d21a451f695eaf1ea8ef446438414984ef3 /busybox.def.h | |
parent | 446ea034c720cc0d7509b0492f118011c57c8df9 (diff) | |
download | busybox-w32-f32f56ec793c3589aafc2b412c76500402583888.tar.gz busybox-w32-f32f56ec793c3589aafc2b412c76500402583888.tar.bz2 busybox-w32-f32f56ec793c3589aafc2b412c76500402583888.zip |
fixes grep, added loadfont from debian bootfloppies.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@36 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/busybox.def.h b/busybox.def.h index 7ca522b3a..e37916845 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -13,29 +13,30 @@ | |||
13 | #define BB_DD | 13 | #define BB_DD |
14 | #define BB_DF | 14 | #define BB_DF |
15 | #define BB_DMESG | 15 | #define BB_DMESG |
16 | #define BB_DUTMP | 16 | //#define BB_DUTMP |
17 | #define BB_FALSE | 17 | #define BB_FALSE |
18 | #define BB_FDFLUSH | 18 | #define BB_FDFLUSH |
19 | #define BB_FIND | 19 | #define BB_FIND |
20 | #define BB_GREP | 20 | #define BB_GREP |
21 | //#define BB_HALT | 21 | #define BB_HALT |
22 | #define BB_INIT | 22 | #define BB_INIT |
23 | #define BB_KILL | 23 | #define BB_KILL |
24 | //#define BB_LENGTH | 24 | //#define BB_LENGTH |
25 | #define BB_LN | 25 | #define BB_LN |
26 | #define BB_LOADFONT | ||
26 | #define BB_LOADKMAP | 27 | #define BB_LOADKMAP |
27 | #define BB_LS | 28 | #define BB_LS |
28 | #define BB_MAKEDEVS | 29 | //#define BB_MAKEDEVS |
29 | //#define BB_MATH | 30 | //#define BB_MATH |
30 | #define BB_MKDIR | 31 | #define BB_MKDIR |
31 | #define BB_MKNOD | 32 | #define BB_MKNOD |
32 | //#define BB_MKSWAP | 33 | #define BB_MKSWAP |
33 | #define BB_MNC | 34 | //#define BB_MNC |
34 | #define BB_MORE | 35 | #define BB_MORE |
35 | #define BB_MOUNT | 36 | #define BB_MOUNT |
36 | //#define BB_MT | 37 | #define BB_MT |
37 | #define BB_MV | 38 | #define BB_MV |
38 | #define BB_PRINTF | 39 | //#define BB_PRINTF |
39 | #define BB_PWD | 40 | #define BB_PWD |
40 | #define BB_REBOOT | 41 | #define BB_REBOOT |
41 | #define BB_RM | 42 | #define BB_RM |
@@ -50,4 +51,4 @@ | |||
50 | #define BB_UPDATE | 51 | #define BB_UPDATE |
51 | #define BB_UTILITY | 52 | #define BB_UTILITY |
52 | #define BB_ZCAT | 53 | #define BB_ZCAT |
53 | #define BB_GZIP | 54 | //#define BB_GZIP |