[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: strncasecmp dcl
From: |
Paul Eggert |
Subject: |
Re: strncasecmp dcl |
Date: |
Wed, 27 Jun 2001 09:54:56 -0700 (PDT) |
> Date: Sat, 23 Jun 2001 23:26:15 +0200 (CEST)
> From: Werner LEMBERG <address@hidden>
>
> > [... detailed description omitted ...]
>
> I must admit that I don't fully understand your suggestions because I
> don't know the very details of autoconf. Akim, do you plan to add
> Paul's solution to autoconf?
I don't know the answer to your question, but I do have one further comment:
The change I proposed should render unnecessary the inttypes.h patch
that Akim proposed Saturday to bug-autoconf. This is because it would
cause AC_CHECK_HEADER to do the right thing with sys/types.h versus
inttypes.h, and we thus wouldn't need to have Akim's special-purpose
code to second-guess AC_CHECK_HEADER.