[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] MSG_DONTWAIT, MSG_WAITALL, MSG_NOSIGNAL was: [hobbit] Error compiling snapshot
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] MSG_DONTWAIT, MSG_WAITALL, MSG_NOSIGNAL was: [hobbit] Error compiling snapshot
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Tue, 5 Dec 2006 11:03:58 +0100
- References: <001701c71492$1e712220$0500a8c0@noip.org> <002101c71493$b67dbc30$0500a8c0@noip.org> <002101c7160a$298478a0$0500a8c0@noip.org>
- User-agent: Mutt/1.5.12-2006-07-14
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