Don't use "bool" for ASN.1 boolean macros When building for IOS targets with clang, the stdbool.h header is included by default. This header includes the following C99 definition: #define bool _Bool which wrecks havoc with the DEFBOOLTYPE macro. https://github.com/krb5/krb5/commit/1799f7b5d9cf4390148248d603d99a3695ddfafe Author: Nate Rosenblum Committer: Greg Hudson Commit: 1799f7b5d9cf4390148248d603d99a3695ddfafe Branch: master src/lib/krb5/asn.1/asn1_k_encode.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)