summaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-01-05 04:01:56 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-01-05 04:01:56 +0000
commit58c708af23d6ad855ea0cd1b61c2b87f26fc6988 (patch)
treef685aca3eb4a763dd0c58a291c766f018f8656c3 /include/applets.h
parentc2e74ca934860d7cd4b02ab51e4466ae34871223 (diff)
downloadbusybox-w32-58c708af23d6ad855ea0cd1b61c2b87f26fc6988.tar.gz
busybox-w32-58c708af23d6ad855ea0cd1b61c2b87f26fc6988.tar.bz2
busybox-w32-58c708af23d6ad855ea0cd1b61c2b87f26fc6988.zip
New applet: httpd, by Glenn Engel
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 5d8e7bb68..177e82352 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -236,6 +236,9 @@
236#ifdef CONFIG_HOSTNAME 236#ifdef CONFIG_HOSTNAME
237 APPLET(hostname, hostname_main, _BB_DIR_BIN, _BB_SUID_NEVER) 237 APPLET(hostname, hostname_main, _BB_DIR_BIN, _BB_SUID_NEVER)
238#endif 238#endif
239#ifdef CONFIG_HTTPD
240 APPLET(httpd, httpd_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
241#endif
239#ifdef CONFIG_HUSH 242#ifdef CONFIG_HUSH
240 APPLET_NOUSAGE("hush", hush_main, _BB_DIR_BIN, _BB_SUID_NEVER) 243 APPLET_NOUSAGE("hush", hush_main, _BB_DIR_BIN, _BB_SUID_NEVER)
241#endif 244#endif