Define WAIT_ANY if not defined previously.

This commit is contained in:
Joris Vink 2016-01-31 16:47:00 +01:00
parent 3284265b74
commit cb489ce80f
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@
#define worker_debug(fmt, ...)
#endif
#if !defined(WAIT_ANY)
#define WAIT_ANY (-1)
#endif
#define KORE_SHM_KEY 15000
#define WORKER_LOCK_TIMEOUT 500