summaryrefslogtreecommitdiff
path: root/apps/netutils/thttpd/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/netutils/thttpd/config.h')
-rw-r--r--apps/netutils/thttpd/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/netutils/thttpd/config.h b/apps/netutils/thttpd/config.h
index 32908cc16..e7bbb5ad9 100644
--- a/apps/netutils/thttpd/config.h
+++ b/apps/netutils/thttpd/config.h
@@ -53,7 +53,7 @@
#undef CONFIG_THTTPD
#if defined(CONFIG_NET) && defined(CONFIG_NET_TCP) && \
defined(CONFIG_NET_TCPBACKLOG) && !defined(CONFIG_DISABLE_ENVIRONMENT) && \
- !defined(CONFIG_SDCLONE_DISABLE) && CONFIG_NET_NTCP_READAHEAD_BUFFERS > 0
+ !defined(CONFIG_SDCLONE_DISABLE) && defined(CONFIG_NET_TCP_READAHEAD)
# define CONFIG_THTTPD 1