bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with int types persists on nettle 2.4 and gnutls 3.0.19 on S


From: Bruno Haible
Subject: Re: Problem with int types persists on nettle 2.4 and gnutls 3.0.19 on Solaris 9 Sparc
Date: Sun, 06 May 2012 16:38:04 +0200
User-agent: KMail/4.7.4 (Linux/3.1.10-1.9-desktop; KDE/4.7.4; x86_64; ; )

Nikos Mavrogiannopoulos wrote:
> > libunistring installs a trimmed-down version of
> > gnulib's stdint.h, that defines only the int{8,16,32}_t types and not
> > all the rest (int64_t, int_least*_t, int_fast*_t, etc.). [1]
> 
> Is there a gnulib module that only provides the basic types?

It doesn't exist so far. But it is feasible. - On the other hand, it
looks like nettle-stdint.h can already be easily trimmed in this way,
by undefining _STDINT_NEED_INT_LEAST_T and _STDINT_NEED_INT_FAST_T ?

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]