We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a7c60 commit ab2ea7dCopy full SHA for ab2ea7d
libev/config.h
@@ -14,8 +14,8 @@
14
#define EV_COMPAT3 0 /* remove compatible code */
15
#define EV_VERIFY 0 /* remove verification code */
16
#define EV_USE_FLOOR 1 /* use libm.floor() function */
17
-#define EV_NO_SMP 1 /* disable multi-threads support */
18
-#define EV_NO_THREADS 1 /* disable multi-threads support */
+// #define EV_NO_SMP 1 /* disable multi-threads support */
+// #define EV_NO_THREADS 1 /* disable multi-threads support */
19
#define EV_PERIODIC_ENABLE 0 /* disable ev_periodic watcher */
20
#define EV_SIGNAL_ENABLE 0 /* disable ev_signal watcher */
21
#define EV_CHILD_ENABLE 0 /* disable ev_child watcher */
0 commit comments