mirror of
https://github.com/Wind4/vlmcsd
synced 2025-12-19 22:55:52 +00:00
vlmcsd-svn934-2016-06-17-Hotbird64
This commit is contained in:
6
vlmcsd.c
6
vlmcsd.c
@@ -43,7 +43,9 @@
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
#ifndef NO_LIMIT
|
||||
#include <semaphore.h>
|
||||
#endif // NO_LIMIT
|
||||
#endif // !_WIN32
|
||||
|
||||
#if __APPLE__
|
||||
@@ -533,7 +535,7 @@ static BOOL setIniFileParameter(uint_fast8_t id, const char *const iniarg)
|
||||
return TRUE;
|
||||
|
||||
# endif // !defined(NO_SOCKETS) && !defined(USE_MSRPC) && !defined(SIMPLE_SOCKETS)
|
||||
# if !defined(NO_LIMIT) && !__minix__
|
||||
# if !defined(NO_LIMIT) && !defined(NO_SOCKETS) && !__minix__
|
||||
|
||||
case INI_PARAM_MAX_WORKERS:
|
||||
# ifdef USE_MSRPC
|
||||
@@ -543,7 +545,7 @@ static BOOL setIniFileParameter(uint_fast8_t id, const char *const iniarg)
|
||||
# endif // !USE_MSRPC
|
||||
break;
|
||||
|
||||
# endif // !defined(NO_LIMIT) && !__minix__
|
||||
# endif // !defined(NO_LIMIT) && !defined(NO_SOCKETS) && !__minix__
|
||||
|
||||
# ifndef NO_PID_FILE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user