summaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-04-27 06:02:14 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-04-27 06:02:14 +0000
commitf01b805d9142bad42ebd8d0b4f6770bf06fb2cc3 (patch)
tree3a0adfb6330858de103e96a5b42d3f76418502af /include/applets.h
parentc91ce5709998976d8b6614b3ac6201692d20eb94 (diff)
downloadbusybox-w32-f01b805d9142bad42ebd8d0b4f6770bf06fb2cc3.tar.gz
busybox-w32-f01b805d9142bad42ebd8d0b4f6770bf06fb2cc3.tar.bz2
busybox-w32-f01b805d9142bad42ebd8d0b4f6770bf06fb2cc3.zip
New applet, fold
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 7267b8248..668c84914 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -202,6 +202,9 @@
202#ifdef CONFIG_FIND 202#ifdef CONFIG_FIND
203 APPLET(find, find_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 203 APPLET(find, find_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
204#endif 204#endif
205#ifdef CONFIG_FOLD
206 APPLET(fold, fold_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
207#endif
205#ifdef CONFIG_FREE 208#ifdef CONFIG_FREE
206 APPLET(free, free_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 209 APPLET(free, free_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
207#endif 210#endif