aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-02 11:39:46 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-02 11:39:46 +0000
commit8340fd72faedc46029b2a74db8d9a1ef13e2ef8d (patch)
treec84573dea7b7461c7d2174391911075b1470e86e /include/applets.h
parent67336acd8c5953785ed07c02cb5276e5b27edddf (diff)
downloadbusybox-w32-8340fd72faedc46029b2a74db8d9a1ef13e2ef8d.tar.gz
busybox-w32-8340fd72faedc46029b2a74db8d9a1ef13e2ef8d.tar.bz2
busybox-w32-8340fd72faedc46029b2a74db8d9a1ef13e2ef8d.zip
Introduce od and hexdump applets
git-svn-id: svn://busybox.net/trunk/busybox@3625 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 44d274b85..ea196cb66 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -200,6 +200,9 @@
200#ifdef CONFIG_HEAD 200#ifdef CONFIG_HEAD
201 APPLET(head, head_main, _BB_DIR_USR_BIN) 201 APPLET(head, head_main, _BB_DIR_USR_BIN)
202#endif 202#endif
203#ifdef CONFIG_HEXDUMP
204 APPLET(hexdump, hexdump_main, _BB_DIR_USR_BIN)
205#endif
203#ifdef CONFIG_HOSTID 206#ifdef CONFIG_HOSTID
204 APPLET(hostid, hostid_main, _BB_DIR_USR_BIN) 207 APPLET(hostid, hostid_main, _BB_DIR_USR_BIN)
205#endif 208#endif
@@ -317,6 +320,9 @@
317#ifdef CONFIG_NSLOOKUP 320#ifdef CONFIG_NSLOOKUP
318 APPLET(nslookup, nslookup_main, _BB_DIR_USR_BIN) 321 APPLET(nslookup, nslookup_main, _BB_DIR_USR_BIN)
319#endif 322#endif
323#ifdef CONFIG_OD
324 APPLET(od, od_main, _BB_DIR_USR_BIN)
325#endif
320#ifdef CONFIG_PIDOF 326#ifdef CONFIG_PIDOF
321 APPLET(pidof, pidof_main, _BB_DIR_BIN) 327 APPLET(pidof, pidof_main, _BB_DIR_BIN)
322#endif 328#endif