Xymon Mailing List Archive search

MSG_DONTWAIT, MSG_WAITALL, MSG_NOSIGNAL was: [hobbit] Error compiling snapshot

list Henrik Størner
Tue, 5 Dec 2006 11:03:58 +0100
Message-Id: <user-3c32e9ab8842@xymon.invalid>

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