@ -56,7 +56,7 @@ void PNACL_message(const char* format, ...);
#else
#if !defined(WIN32)
//#define NN_ENABLE_EXTRA 1
#define PNACL_message //printf
#define PNACL_message printf
#include <sys/uio.h>
#include <sys/un.h>
#endif
@ -108,7 +108,7 @@ extern int32_t IGUANA_NUMHELPERS;
#define MS_ASYNC 1 /* Sync memory asynchronously. */
#define MS_SYNC 4 /* Synchronous memory sync. */
#ifndef WIN32