diff options
author | Glenn L McGrath | 2003-01-05 04:01:56 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-01-05 04:01:56 +0000 |
commit | 58c708af23d6ad855ea0cd1b61c2b87f26fc6988 (patch) | |
tree | f685aca3eb4a763dd0c58a291c766f018f8656c3 /include/applets.h | |
parent | c2e74ca934860d7cd4b02ab51e4466ae34871223 (diff) | |
download | busybox-58c708af23d6ad855ea0cd1b61c2b87f26fc6988.zip busybox-58c708af23d6ad855ea0cd1b61c2b87f26fc6988.tar.gz |
New applet: httpd, by Glenn Engel
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 5d8e7bb..177e823 100644 --- a/include/applets.h +++ b/include/applets.h @@ -236,6 +236,9 @@ #ifdef CONFIG_HOSTNAME APPLET(hostname, hostname_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif +#ifdef CONFIG_HTTPD + APPLET(httpd, httpd_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_HUSH APPLET_NOUSAGE("hush", hush_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif |