mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
Do not need the multi-threaded version of PCL.
This commit is contained in:
@@ -34,8 +34,6 @@
|
||||
* Need to use setjmp/longjmp on OSX, since the ucontext bits are
|
||||
* both broken and deprecated.
|
||||
*/
|
||||
#define CO_MULTI_THREAD
|
||||
|
||||
#elif defined(HAVE_GETCONTEXT) && defined(HAVE_MAKECONTEXT) && defined(HAVE_SWAPCONTEXT)
|
||||
|
||||
/*
|
||||
@@ -46,8 +44,6 @@
|
||||
/*
|
||||
* Use threads.
|
||||
*/
|
||||
#define CO_MULTI_THREAD
|
||||
|
||||
#elif defined(HAVE_SIGACTION)
|
||||
|
||||
/*
|
||||
@@ -70,11 +66,6 @@
|
||||
* This will be using setjmp/longjmp
|
||||
*/
|
||||
|
||||
/*
|
||||
* Use threads.
|
||||
*/
|
||||
#define CO_MULTI_THREAD
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user