Re: Detecting the type of sys_errlist?

2000-04-17 Thread Stephane Bortzmeyer
On Friday 14 April 2000, at 13 h 55, the keyboard of Stephane Bortzmeyer <[EMAIL PROTECTED]> wrote: > Does anyone have an already existing macro to check the types of sys_nerr and > sys_errlist? My hand-crafted config.h contains: Thanks to "T.E.Dickey" <[EMAIL PROTECTED]>, maintainer of vile an

Is this a bug in autoheader?

2000-04-17 Thread Mo DeJong
I am having trouble with the following autoconf test. I am running autoconf 2.14 (from the CVS yesterday). dnl Check for broken USHRT_MAX (under Mingwin and maybe some other systems) AC_CACHE_CHECK(for broken ushrt_max, jikes_cv_ushrt_max_is_broken, AC_TRY_COMPILE([ #include #if ! (USHRT_M

Re: Is this a bug in autoheader?

2000-04-17 Thread Tom Tromey
> "Mo" == Mo DeJong <[EMAIL PROTECTED]> writes: Mo> autoheader does not seem to pick up this HAVE statement. You need to put a #undef for the define in acconfig.h. Autoheader ought to tell you this. I'm not sure why it doesn't -- perhaps a bug in the cvs autoheader. Mo> -AC_DEFINE(BROK