Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3D4513E0.20603@mip.sdu.dk> Date: Mon, 29 Jul 2002 12:07:28 +0200 From: =?ISO-8859-1?Q?Ren=E9_M=F8ller_Fonseca?= Organization: The Maersk Institute, University of Southern Denmark User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: {IOV_MAX} symbols Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by AMaViS snapshot-20020300 Since cygwin implements the XSI functions readv and writev; the symbols _SC_IOV_MAX and _XOPEN_IOV_MAX MUST also be defined (IOV_MAX is already defined). /** Belongs in unistd.h. */ #define _SC_IOV_MAX ??? /** Specifies the most restrictive value (belongs in limits.h). */ #define _XOPEN_IOV_MAX 16 Don't forget to add support for _SC_IOV_MAX in sysconf. René -- B.Sc. in Computer Systems Engineering The Maersk Mc-Kinney Moller Institute for Production Technology University of Southern Denmark http://www.mip.sdu.dk/~fonseca -- 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/