diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-25 23:40:32 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-25 23:40:32 +0000 |
commit | a2ba768c18190ba57d9502deb3017aee4c37e36c (patch) | |
tree | ca0bf058a242ffb3d2f10d8f862d47a6557cd8eb /Config.h | |
parent | cb564a94bc7a97cca151f1ab8625ed45187e6cef (diff) | |
download | busybox-w32-a2ba768c18190ba57d9502deb3017aee4c37e36c.tar.gz busybox-w32-a2ba768c18190ba57d9502deb3017aee4c37e36c.tar.bz2 busybox-w32-a2ba768c18190ba57d9502deb3017aee4c37e36c.zip |
Add in spoon's watchdog timer app.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@1672 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -103,12 +103,6 @@ | |||
103 | //#define BB_TR | 103 | //#define BB_TR |
104 | #define BB_TRUE_FALSE | 104 | #define BB_TRUE_FALSE |
105 | #define BB_TTY | 105 | #define BB_TTY |
106 | #define BB_UPTIME | ||
107 | //#define BB_USLEEP | ||
108 | #define BB_WC | ||
109 | //#define BB_WGET | ||
110 | #define BB_WHICH | ||
111 | #define BB_WHOAMI | ||
112 | //#define BB_UUENCODE | 106 | //#define BB_UUENCODE |
113 | //#define BB_UUDECODE | 107 | //#define BB_UUDECODE |
114 | #define BB_UMOUNT | 108 | #define BB_UMOUNT |
@@ -116,6 +110,13 @@ | |||
116 | #define BB_UNAME | 110 | #define BB_UNAME |
117 | //#define BB_UNIX2DOS | 111 | //#define BB_UNIX2DOS |
118 | //#define BB_UPDATE | 112 | //#define BB_UPDATE |
113 | #define BB_UPTIME | ||
114 | //#define BB_USLEEP | ||
115 | //#define BB_WATCHDOG | ||
116 | #define BB_WC | ||
117 | //#define BB_WGET | ||
118 | #define BB_WHICH | ||
119 | #define BB_WHOAMI | ||
119 | #define BB_XARGS | 120 | #define BB_XARGS |
120 | #define BB_YES | 121 | #define BB_YES |
121 | // End of Applications List | 122 | // End of Applications List |