Revert "Define MSG_NOSIGNAL to 0 on platforms where it is unavailable."

This reverts commit 6a0296791d.

The change breaks build on Fedora Linux.
This commit is contained in:
Jeff Garzik 2011-09-06 16:19:54 -04:00 committed by Jeff Garzik
parent 074653973e
commit cbd959c473
1 changed files with 1 additions and 3 deletions

View File

@ -81,10 +81,8 @@ T* alignup(T* p)
return u.ptr;
}
#ifndef MSG_NOSIGNAL
#define MSG_NOSIGNAL 0
#endif
#ifdef __WXMSW__
#define MSG_NOSIGNAL 0
#define MSG_DONTWAIT 0
#ifndef UINT64_MAX
#define UINT64_MAX _UI64_MAX