summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/krb5/wordsize.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/krb5/wordsize.h b/src/include/krb5/wordsize.h
index 305fdc9d2..37cd10d3b 100644
--- a/src/include/krb5/wordsize.h
+++ b/src/include/krb5/wordsize.h
@@ -36,4 +36,7 @@ typedef unsigned char krb5_octet;
#undef __OK
+#define KRB5_INT32_MAX 2147483647
+#define KRB5_INT32_MIN (-2147483648)
+
#endif /* __KRB5_WORDSIZE__ */