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
<snip>
/* 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
*/
</snip>
--
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/