2011/9/14 Paul Eggert :
> On 09/13/11 15:15, Loïc Le Loarer wrote:
>
>> I'm looking where _STRING_ARCH_unaligned define is defined in gnulib
>> and in which condition it is set to 0.
>
> gnulib never defines it to anything, so any test that looks like this:
>
>
On 09/13/11 15:15, Loïc Le Loarer wrote:
> I'm looking where _STRING_ARCH_unaligned define is defined in gnulib
> and in which condition it is set to 0.
gnulib never defines it to anything, so any test that looks like this:
#if !_STRING_ARCH_unaligned
is treated as if it were
#if
Hi All,
I'm looking where _STRING_ARCH_unaligned define is defined in gnulib
and in which condition it is set to 0. I'd like to be able to test the
sha1 code in a condition where it is set to 0.
Thanks in advance,
Best regards
--
Loïc