mirror of
https://github.com/janet-lang/janet
synced 2025-07-25 05:12:52 +00:00
Disable epoll by default for evloop.
This commit is contained in:
parent
88c1cf3ee7
commit
edfb861a5f
@ -70,7 +70,7 @@
|
|||||||
/* #define JANET_STACK_MAX 16384 */
|
/* #define JANET_STACK_MAX 16384 */
|
||||||
/* #define JANET_OS_NAME my-custom-os */
|
/* #define JANET_OS_NAME my-custom-os */
|
||||||
/* #define JANET_ARCH_NAME pdp-8 */
|
/* #define JANET_ARCH_NAME pdp-8 */
|
||||||
#define JANET_EV_EPOLL
|
/* #define JANET_EV_EPOLL */
|
||||||
|
|
||||||
/* Main client settings, does not affect library code */
|
/* Main client settings, does not affect library code */
|
||||||
/* #define JANET_SIMPLE_GETLINE */
|
/* #define JANET_SIMPLE_GETLINE */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user