socket : MSG_WAITALL isn't defined

2007-11-27 Thread patrick ficheux
Hi, I want to use recv() with MSG_WAITALL flag. But this constant isn't defined in cygwin. I find a old message about this issue here => http://www.cygwin.com/ml/cygwin/2000-06/msg01229.html Why MSG_WAITALL is not present in cygwin ? It's a posix compliance problem ? It seems that # define M

socket : MSG_WAITALL isn't defined

2007-11-28 Thread patrick ficheux
Hi, I want to use recv() with MSG_WAITALL flag. But this constant isn't defined in cygwin. I find a old message about this issue here => http://www.cygwin.com/ml/cygwin/2000-06/msg01229.html Why MSG_WAITALL is not present in cygwin ? It's a posix compliance problem ? It seems that # define MSG_

Re: socket : MSG_WAITALL isn't defined

2007-11-28 Thread Corinna Vinschen
On Nov 28 08:31, patrick ficheux wrote: > Hi, > > I want to use recv() with MSG_WAITALL flag. But this constant isn't defined > in cygwin. > I find a old message about this issue here => > http://www.cygwin.com/ml/cygwin/2000-06/msg01229.html > > Why MSG_WAITALL is not present in cygwin ? > It's

Re: socket : MSG_WAITALL isn't defined

2007-11-28 Thread Corinna Vinschen
On Nov 28 15:24, patrick ficheux wrote: > Hi, > > I want to use recv() with MSG_WAITALL [...] Don't you read earlier replies on the list? Corinna -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: socket : MSG_WAITALL isn't defined

2007-11-28 Thread patrick ficheux
Phil Betts a écrit : Corinna Vinschen wrote on Wednesday, November 28, 2007 2:57 PM:: On Nov 28 15:24, patrick ficheux wrote: Hi, I want to use recv() with MSG_WAITALL [...] Don't you read earlier replies on the list? oups, ... -- Unsubscribe info: http://cygwin.c

RE: socket : MSG_WAITALL isn't defined

2007-11-28 Thread Phil Betts
Corinna Vinschen wrote on Wednesday, November 28, 2007 2:57 PM:: > On Nov 28 15:24, patrick ficheux wrote: >> Hi, >> >> I want to use recv() with MSG_WAITALL [...] > > Don't you read earlier replies on the list? > > > Corinna It seems he's running an old version of Brain which had a problem