12345678910111213141516171819202122232425262728 |
- {- join("\n",map { "/* $_ */" } @autowarntext) -}
- {- $config{b64l} ? "#define" : "#undef" -} SIXTY_FOUR_BIT_LONG
- {- $config{b64} ? "#define" : "#undef" -} SIXTY_FOUR_BIT
- {- $config{b32} ? "#define" : "#undef" -} THIRTY_TWO_BIT
|