diff options
Diffstat (limited to 'networking/httpd.c')
-rw-r--r-- | networking/httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/httpd.c b/networking/httpd.c index e927c95..b982cb1 100644 --- a/networking/httpd.c +++ b/networking/httpd.c @@ -391,7 +391,7 @@ static void parse_conf(const char *path, int flag) FILE *f; #if ENABLE_FEATURE_HTTPD_BASIC_AUTH Htaccess *prev, *cur; -#elif CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES +#elif ENABLE_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES Htaccess *cur; #endif |