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 sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Reply-To: From: "Norman Vine" To: Cc: "'FG_DEVEL'" Subject: autoconf and errno.h Date: Sun, 21 May 2000 09:05:05 -0400 Message-ID: <000001bfc325$35b4a260$9537ba8c@nhv> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2232.26 Importance: Normal In-Reply-To: <39277F56.43288E5E@ece.gatech.edu> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Any advice as to how to have autoconf determine __RECENT_CYGWIN_ERRNO_BEHAVIOR__ as used below #if defined( __CYGWIN__ ) #include #if defined( __RECENT_CYGWIN_ERRNO_BEHAVIOR__ ) const char *const *sys_errlist = _sys_errlist; #else extern const char *const sys_errlist[]; #endif #else extern int errno; extern const char *const sys_errlist[]; #endif or advice as to another way to use sys_errlist portably. Thanks in advance Norman Vine -- nhv AT cape DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com