nhttpd/yconfig.h: disable threading: with global CNeutrinoAPI it is not safe

This commit is contained in:
[CST] Focus
2015-01-05 13:55:12 +03:00
parent ad9bf009da
commit 4d3d6bf238

View File

@@ -62,7 +62,7 @@
//#define Y_CONFIG_FEATURE_CHROOT y // Add Feature: Use Change Root for Security //#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_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_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 n // Build with possibility for multi threading
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Define/Undefine Features forced by CONFIG_SYSTEM_xxx // Define/Undefine Features forced by CONFIG_SYSTEM_xxx
// Dependencies // Dependencies