diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2004-01-27 09:22:20 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2004-01-27 09:22:20 +0000 |
commit | 82364bb59100c690a5cdee308da990577b91fe5a (patch) | |
tree | acfa8a340753648fd0a1d3b40c26bc074b8186c1 /include/applets.h | |
parent | 43112b4b65d60803a1511538a24930574be2f994 (diff) | |
download | busybox-w32-82364bb59100c690a5cdee308da990577b91fe5a.tar.gz busybox-w32-82364bb59100c690a5cdee308da990577b91fe5a.tar.bz2 busybox-w32-82364bb59100c690a5cdee308da990577b91fe5a.zip |
New applet, seq. No options, just the basics.
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h index e348516ea..f3b5f3d1c 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -508,6 +508,9 @@ | |||
508 | #ifdef CONFIG_SED | 508 | #ifdef CONFIG_SED |
509 | APPLET(sed, sed_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 509 | APPLET(sed, sed_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
510 | #endif | 510 | #endif |
511 | #ifdef CONFIG_SEQ | ||
512 | APPLET(seq, seq_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | ||
513 | #endif | ||
511 | #ifdef CONFIG_SETKEYCODES | 514 | #ifdef CONFIG_SETKEYCODES |
512 | APPLET(setkeycodes, setkeycodes_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | 515 | APPLET(setkeycodes, setkeycodes_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) |
513 | #endif | 516 | #endif |
@@ -682,4 +685,3 @@ | |||
682 | }; | 685 | }; |
683 | 686 | ||
684 | #endif | 687 | #endif |
685 | |||