Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <000901c13da1$7c7d4ce0$0200a8c0@swan.atu.com.au> From: "=?iso-8859-1?Q?...2=AB...?=" To: Subject: cygwin/socket.h Date: Sat, 15 Sep 2001 14:47:11 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 hi im trying to compile mod_mp3 for apache under cygwin, its using the define flag MSG_DONTWAIT in ice.c i couldnt find anything in the archives about this, i noticed on linux MSG_DONTWAIT is 0x40.. any advice about what i should do here? regards dan cygwin/socket.h /* Flags we can use with send/ and recv. */ #define MSG_OOB 0x1 /* process out-of-band data */ #define MSG_PEEK 0x2 /* peek at incoming message */ #define MSG_DONTROUTE 0x4 /* send without using routing tables */ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/