From 06a10b8bb43341d041b176efa6f4ac6e788fc750 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 30 Aug 2014 14:05:57 +0200 Subject: [PATCH] yWeb: disable threading; there's something to fix Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/91d0f106b13bb74d1fba65de60290e4ea4e6017e Author: vanhofen Date: 2014-08-30 (Sat, 30 Aug 2014) Origin message was: ------------------ - yWeb: disable threading; there's something to fix --- src/nhttpd/yconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nhttpd/yconfig.h b/src/nhttpd/yconfig.h index 96776847e..09ca6302b 100644 --- a/src/nhttpd/yconfig.h +++ b/src/nhttpd/yconfig.h @@ -62,7 +62,7 @@ //#define Y_CONFIG_FEATURE_CHROOT y // Add Feature: Use Change Root for Security //#define Y_CONFIG_FEATURE_HTTPD_USER y // Add Feature: Set User for yhttpd-Process #define Y_CONFIG_BUILD_AS_DAEMON y // Build as a Daemon -#define Y_CONFIG_FEATURE_THREADING y // Build with possibility for multi threading +//#define Y_CONFIG_FEATURE_THREADING y // Build with possibility for multi threading //----------------------------------------------------------------------------- // Define/Undefine Features forced by CONFIG_SYSTEM_xxx // Dependencies