]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: Make sure exactly one of _ILP32 and _LP64 is defined at all times
authorJosef 'Jeff' Sipek <jeff.sipek@dovecot.fi>
Thu, 5 Jul 2018 14:48:49 +0000 (10:48 -0400)
committerJosef 'Jeff' Sipek <jeff.sipek@dovecot.fi>
Thu, 5 Jul 2018 14:48:49 +0000 (10:48 -0400)
commitc21a2dbaee36c49e45a9d5872aca8caf46b3bbd7
treec43f433dbce7496e3e52dc158cb30e0bcd9f277c
parent6624d420d5cbc79fd260899ab994e5c33622c266
lib: Make sure exactly one of _ILP32 and _LP64 is defined at all times

These defines are very common, but not universal.  For example, clang on
illumos and FreeBSD always defines one of them, while 32-bit Ubuntu 16.04
doesn't define either.
src/lib/compat.h