diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-10 23:42:27 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-10 23:42:27 +0000 |
commit | c11986d89eba564945b226660031e624bf897561 (patch) | |
tree | 916cab407d266dbbf8f0069e65ab0434583b336c /include/applets.h | |
parent | 912d8f4cbc724ce6ef9d8bd3f73d16d7ef4cf069 (diff) | |
download | busybox-w32-c11986d89eba564945b226660031e624bf897561.tar.gz busybox-w32-c11986d89eba564945b226660031e624bf897561.tar.bz2 busybox-w32-c11986d89eba564945b226660031e624bf897561.zip |
ipcalc applet by Stephan Linz and Jordan Crouse
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index a9f93cc49..e8bcb0e4b 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -254,6 +254,9 @@ | |||
254 | #ifdef CONFIG_IP | 254 | #ifdef CONFIG_IP |
255 | APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 255 | APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
256 | #endif | 256 | #endif |
257 | #ifdef CONFIG_IPCALC | ||
258 | APPLET(ipcalc, ipcalc_main, _BB_DIR_BIN, _BB_SUID_NEVER) | ||
259 | #endif | ||
257 | #ifdef CONFIG_KILL | 260 | #ifdef CONFIG_KILL |
258 | APPLET(kill, kill_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 261 | APPLET(kill, kill_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
259 | #endif | 262 | #endif |