Bruno Haible bruno@clisp.org writes:
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 ?
I think that makes sense. I just need someone (Dagobert Michelsen?) who can try it out. Nettle uses the AX_CREATE_STDINT_H macro to generate that file. If it's easy, I'd prefer not to touch that and just add some extra #define in nettle-types.h before it includes nettle-stdint.h. Or if that doesn't work out, it's fine to hack away in the definition in aclocal.m4 to take out the unneded types.
Regards, /Niels
nettle-bugs@lists.lysator.liu.se