/* * Copyright(c) 1997-2000 - All Rights Reserved * * See the COPYRIGHT file. * * $Id: acconfig.h,v 1.11 2001/02/20 02:39:57 kalt Exp $ * */ /* Define if sys_errlist[] is declared in stdio.h or errno.h. */ #undef SYS_ERRLIST_DECLARED /* Define if sys_nerr is declared in stdio.h or errno.h. */ #undef SYS_NERR_DECLARED /* How do we get a 32bit integer? */ #undef UNSIGNED_LONG32 #undef UNSIGNED_INT32 #undef UNSIGNED_UNKNOWN32 /* Define if compiling on SunOS 5.x */ #undef SUNOS_5 /* Define if using GNU Rx library */ #undef USE_GNU_RX /* Define if regular expression matching functions are there */ #undef HAVE_REGEXP /* Define if we're stuck with GNU Pth */ #undef GNU_PTH /* PATH to yow */ #define YOW_PATH "" /* Define if you have the getaddrinfo function. */ #undef HAVE_GETADDRINFO