bug22410 248 B

1234
  1. o Minor features (portability):
  2. - Check at configure time whether uint8_t is unsigned char. Lots
  3. of existing code already assumes this, and there could be strict
  4. aliasing issues if they aren't the same type. Closes ticket 22410.