INN 2.5.1 release

Russ Allbery rra at stanford.edu
Wed Sep 9 18:24:44 UTC 2009


Julien ÉLIE <julien at trigofacile.com> writes:

> Hi Russ,

>> Autoconf should already be handling defining those types if the OS doesn't
>> do it for us.

> The problem that I believe the Doctor reports is that we have
> m4/int32.m4 which only defines int32_t and uint32_t if need be.

> I added calls to uint16_t variables for timecaf and timehash but they
> could be defined nowhere.

Oh, good point.

> I could add INN_TYPE_INT16_T in m4/int32.m4 to deal with that:

We should probably just require a newer version of Autoconf, drop our
macros, and use AC_TYPE_UINT16_T, AC_TYPE_INT32_T, and AC_TYPE_UINT32_T
(and whatever else we might need).  They were introduced in Autoconf 2.60.

-- 
Russ Allbery (rra at stanford.edu)             <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