ptrdiff_t in CURRENT

Russ Allbery eagle at eyrie.org
Sun Dec 15 21:57:26 UTC 2013


"Jeffrey M. Vinocur" <jeff at litech.org> writes:

> The implicated bit of clibrary.h is below, interestingly the implicated
> bit of stddef.h has about a zillion ptrdiff-related #defines, but
> HAVE_PTRDIFF_T is not one of them.

>     #if !HAVE_PTRDIFF_T
>     typedef long            ptrdiff_t;
>     #endif

That's provided by Autoconf in INN by:

    AC_CHECK_TYPES([ptrdiff_t])

During your configure output, what does it say about whether you have a
ptrdiff_t type?  And what does config.log say about that probe?

-- 
Russ Allbery (eagle at eyrie.org)              <http://www.eyrie.org/~eagle/>

    Please send questions to the list rather than mailing me directly.
     <http://www.eyrie.org/~eagle/faqs/questions.html> explains why.


More information about the inn-workers mailing list