diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-13 02:43:50 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-13 02:43:50 +0000 |
commit | 02d7cbfe92a94d51d2c9b11bab3dc6fe2cec7e89 (patch) | |
tree | 0f360f59ce41caaef1c123a69b3a88aa14c3e6e2 /include/applets.h | |
parent | f03c933e473760cb3776aee8283ecb3e4bddf097 (diff) | |
download | busybox-w32-02d7cbfe92a94d51d2c9b11bab3dc6fe2cec7e89.tar.gz busybox-w32-02d7cbfe92a94d51d2c9b11bab3dc6fe2cec7e89.tar.bz2 busybox-w32-02d7cbfe92a94d51d2c9b11bab3dc6fe2cec7e89.zip |
New applets, ftpget and ftpput
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index bd2053039..5d8e7bb68 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -200,6 +200,12 @@ | |||
200 | #ifdef CONFIG_FSCK_MINIX | 200 | #ifdef CONFIG_FSCK_MINIX |
201 | APPLET_ODDNAME("fsck.minix", fsck_minix_main, _BB_DIR_SBIN, _BB_SUID_NEVER, fsck_minix) | 201 | APPLET_ODDNAME("fsck.minix", fsck_minix_main, _BB_DIR_SBIN, _BB_SUID_NEVER, fsck_minix) |
202 | #endif | 202 | #endif |
203 | #ifdef CONFIG_FTPGET | ||
204 | APPLET(ftpget, ftpgetput_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | ||
205 | #endif | ||
206 | #ifdef CONFIG_FTPPUT | ||
207 | APPLET(ftpput, ftpgetput_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | ||
208 | #endif | ||
203 | #ifdef CONFIG_GETOPT | 209 | #ifdef CONFIG_GETOPT |
204 | APPLET(getopt, getopt_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 210 | APPLET(getopt, getopt_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
205 | #endif | 211 | #endif |