1 Index: busybox-1.4.2/networking/httpd.c
2 ===================================================================
3 --- busybox-1.4.2.orig/networking/httpd.c 2007-06-04 13:21:35.775537960 +0200
4 +++ busybox-1.4.2/networking/httpd.c 2007-06-04 13:21:36.144481872 +0200
6 static const char default_path_httpd_conf[] = "/etc";
7 static const char httpd_conf[] = "httpd.conf";
8 static const char home[] = "./";
9 +static const char *home_httpd = home;
14 #if ENABLE_FEATURE_HTTPD_BASIC_AUTH
15 int credentials = -1; /* if not required this is Ok */
20 sa.sa_handler = handle_sigalrm;
21 sigemptyset(&sa.sa_mask);
23 int httpd_main(int argc, char *argv[])
26 - const char *home_httpd = home;
28 USE_FEATURE_HTTPD_ENCODE_URL_STR(const char *url_for_encode;)