From 6eb96d54dcefbf3ff59f74cdc7432678e284807d Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 26 Oct 2017 01:14:42 +0300 Subject: [PATCH] Test --- crypto777/nanosrc/nn_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto777/nanosrc/nn_config.h b/crypto777/nanosrc/nn_config.h index 0d4d15c2c..dc864bfbd 100755 --- a/crypto777/nanosrc/nn_config.h +++ b/crypto777/nanosrc/nn_config.h @@ -31,9 +31,9 @@ #define NN_HAVE_SEMAPHORE 1 // must have // need one of following 3, listed in order of precedence, used by efd* -//#define NN_HAVE_EVENTFD 1 +#define NN_HAVE_EVENTFD 1 //#define NN_HAVE_PIPE 1 -#define NN_HAVE_SOCKETPAIR 1 +//#define NN_HAVE_SOCKETPAIR 1 // need one of following 3, listed in order of precedence, used by poller* #define NN_USE_POLL 1