MSG_DONTWAIT, MSG_WAITALL, MSG_NOSIGNAL was: [hobbit] Error compiling snapshot
Hi Lars, On Sat, Dec 02, 2006 at 01:05:30PM +0100, lars ebeling wrote:
After some more googling I inserted: #ifndef MSG_DONTWAIT #define MSG_DONTWAIT 0x40 #endif
while this makes it compile, it doesn't make it work :-) HP-UX and others simply don't implement these flags.
What I understood in my googling was that using the flags are not Unix 95/98 compliant.
Right - so the correct solution is to rewrite the code. Regards, Henrik