◐ Shell
clean mode source ↗

Message 174154 - Python tracker

> Checking whether a type is unsigned in configure.ac might be cumbersome...

This can be done in compile time. Something like:

  if ((uid_t)-1 > 0) ...