From 58c708af23d6ad855ea0cd1b61c2b87f26fc6988 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sun, 5 Jan 2003 04:01:56 +0000 Subject: New applet: httpd, by Glenn Engel --- include/applets.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/applets.h') 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 @@ #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 -- cgit v1.2.3