summaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-10 16:29:00 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-10 16:29:00 +0000
commit5c58d283bbd71db2a43379fc2b804f6c138cf35e (patch)
tree6dd8028a88bf560831a117cba5f59709237055e9 /include/applets.h
parent91b84603d3c3f3911bee87c8ad02c06cb8fc95ae (diff)
downloadbusybox-w32-5c58d283bbd71db2a43379fc2b804f6c138cf35e.tar.gz
busybox-w32-5c58d283bbd71db2a43379fc2b804f6c138cf35e.tar.bz2
busybox-w32-5c58d283bbd71db2a43379fc2b804f6c138cf35e.zip
A traceroute applet from vodz. This could probably be slimmed down,
but will do for now...
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 e6ee3c95e..12a28d5be 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -386,6 +386,9 @@
386#ifdef BB_TR 386#ifdef BB_TR
387 APPLET(tr, tr_main, _BB_DIR_USR_BIN) 387 APPLET(tr, tr_main, _BB_DIR_USR_BIN)
388#endif 388#endif
389#ifdef BB_TRACEROUTE
390 APPLET(traceroute, traceroute_main, _BB_DIR_USR_BIN)
391#endif
389#ifdef BB_TRUE_FALSE 392#ifdef BB_TRUE_FALSE
390 APPLET(true, true_main, _BB_DIR_BIN) 393 APPLET(true, true_main, _BB_DIR_BIN)
391#endif 394#endif