Hi,

I am trying to compile the ACE framework on cygwin.

One of the problem I have is that they are using arrays
of size IOV_MAX on the stack.

Since IOV_MAX is defined in limits.h as
#define IOV_MAX (__INT_MAX__-1)
that turns out to be problematic....

Looking on some other platforms I see that IOV_MAX is typically
define to be [16, 1024]. So I just want to make sure that IOV_MAX
is correctly defined.

Thanks,
Christophe



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

Reply via email to