mirror of
https://github.com/Wind4/vlmcsd.git
synced 2025-05-28 05:34:09 -04:00
vlmcsd-svn934-2016-06-17-Hotbird64
This commit is contained in:
parent
c479a67c2c
commit
f72621f166
40 changed files with 17704 additions and 1002 deletions
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue