5 Dec
2006
5 Dec
'06
10:03 a.m.
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