diff --git a/crypto777/nanosrc/aio/usock_posix.c_dev b/crypto777/nanosrc/aio/usock_posix.c_dev index 954b3045f..1d000ee3b 100755 --- a/crypto777/nanosrc/aio/usock_posix.c_dev +++ b/crypto777/nanosrc/aio/usock_posix.c_dev @@ -31,11 +31,11 @@ #include #include #include -#ifndef __PNACL +//#ifndef __PNACL #include -#else -#include -#endif +//#else +//#include +//#endif #define NN_USOCK_STATE_IDLE 1 #define NN_USOCK_STATE_STARTING 2 diff --git a/crypto777/nanosrc/aio/usock_posix.h b/crypto777/nanosrc/aio/usock_posix.h index 4a189a2bb..de3095f20 100755 --- a/crypto777/nanosrc/aio/usock_posix.h +++ b/crypto777/nanosrc/aio/usock_posix.h @@ -25,10 +25,10 @@ #include #include -#ifndef __PNACL +//#ifndef __PNACL #include -#else -#include +//#else +//#include #endif struct nn_usock { diff --git a/crypto777/nanosrc/devices/tcpmuxd.c b/crypto777/nanosrc/devices/tcpmuxd.c index c95c2a899..aea9c5139 100755 --- a/crypto777/nanosrc/devices/tcpmuxd.c +++ b/crypto777/nanosrc/devices/tcpmuxd.c @@ -53,12 +53,12 @@ int nn_tcpmuxd (int port) #include #include #include -#ifndef __PNACL +//#ifndef __PNACL #include -#else -#include -#include -#endif +//#else +//#include +//#include +//#endif #include #include #include diff --git a/crypto777/nanosrc/transports/ipc/bipc.c b/crypto777/nanosrc/transports/ipc/bipc.c index 76a6f9256..6dac6eae1 100755 --- a/crypto777/nanosrc/transports/ipc/bipc.c +++ b/crypto777/nanosrc/transports/ipc/bipc.c @@ -39,12 +39,12 @@ #include "../../utils/win.h" #else #include -#ifndef __PNACL +//#ifndef __PNACL #include #include -#else -#include -#endif +//#else +//#include +//#endif #include #endif diff --git a/crypto777/nanosrc/transports/ipc/cipc.c b/crypto777/nanosrc/transports/ipc/cipc.c index 56dcbc83d..95dbea034 100755 --- a/crypto777/nanosrc/transports/ipc/cipc.c +++ b/crypto777/nanosrc/transports/ipc/cipc.c @@ -39,13 +39,13 @@ #include "../../utils/win.h" #else #include -#ifndef __PNACL +//#ifndef __PNACL #include #include -#else -#include -#include -#endif +//#else +//#include +//#include +//#endif #endif #define NN_CIPC_STATE_IDLE 1 diff --git a/crypto777/nanosrc/transports/ipc/ipc.c b/crypto777/nanosrc/transports/ipc/ipc.c index 1421ec276..444db69fb 100755 --- a/crypto777/nanosrc/transports/ipc/ipc.c +++ b/crypto777/nanosrc/transports/ipc/ipc.c @@ -37,11 +37,11 @@ #include "../../utils/win.h" #else #include -#ifndef __PNACL +//#ifndef __PNACL #include -#else -#include -#endif +//#else +//#include +//#endif #include #endif diff --git a/crypto777/nanosrc/transports/tcpmux/btcpmux.c b/crypto777/nanosrc/transports/tcpmux/btcpmux.c index 51fd16a64..8093b611b 100755 --- a/crypto777/nanosrc/transports/tcpmux/btcpmux.c +++ b/crypto777/nanosrc/transports/tcpmux/btcpmux.c @@ -44,12 +44,12 @@ #include "../../utils/win.h" #else #include -#ifndef __PNACL +//#ifndef __PNACL #include #include -#else -#include -#endif +//#else +//#include +//#endif #include #endif diff --git a/crypto777/nanosrc/transports/utils/tcpmux.c b/crypto777/nanosrc/transports/utils/tcpmux.c index b4f7f0105..1b8b03942 100755 --- a/crypto777/nanosrc/transports/utils/tcpmux.c +++ b/crypto777/nanosrc/transports/utils/tcpmux.c @@ -28,11 +28,11 @@ #else #include #include -#ifndef __PNACL +//#ifndef __PNACL #include -#else -#include -#endif +//#else +//#include +//#endif #endif #include "tcpmux.h" diff --git a/iguana/exchanges/stats.c b/iguana/exchanges/stats.c index 83f837c54..4a0ef48ec 100644 --- a/iguana/exchanges/stats.c +++ b/iguana/exchanges/stats.c @@ -328,7 +328,7 @@ char *stats_rpcparse(char *retbuf,int32_t bufsize,int32_t *jsonflagp,int32_t *po j = i = 0; filetype[0] = 0; //printf("url.(%s) method.(%s)\n",&url[i],urlmethod); -#ifdef __PNACL__ +#ifdef __PNACL snprintf(furl,sizeof(furl),"%s/%s",GLOBAL_DBDIR,url+1); #else snprintf(furl,sizeof(furl),"%s",url+1);