Skip to content

Commit ab2ea7d

Browse files
committed
update libev config.h
1 parent 40a7c60 commit ab2ea7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libev/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#define EV_COMPAT3 0 /* remove compatible code */
1515
#define EV_VERIFY 0 /* remove verification code */
1616
#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 */
17+
// #define EV_NO_SMP 1 /* disable multi-threads support */
18+
// #define EV_NO_THREADS 1 /* disable multi-threads support */
1919
#define EV_PERIODIC_ENABLE 0 /* disable ev_periodic watcher */
2020
#define EV_SIGNAL_ENABLE 0 /* disable ev_signal watcher */
2121
#define EV_CHILD_ENABLE 0 /* disable ev_child watcher */

0 commit comments

Comments
 (0)