* Ondrej Sury: > I am unsure if such patch would be accepted upstream, since Cyrus runs > on more then Linux and *BSD variants. > > Does Solaris/AIX/whatever(tm) has <stdint.h>?
<stdint.h> is a recent invention, and some Solaris versions which are actually used in the wild do not support it. <inttypes.h> seems to be more widespread, but I ended up <sys/types.h> instead, which declares the relevant types on Solaris. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]