limitations of using 16 bit ints.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7278
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu Jan 4 22:49:13 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * krb5.hin: Added support for KRB5_INT16_MAX, which tells us the
+ limitations of using 16 bit ints.
+
Sun Nov 26 19:23:35 1995 Tom Yu <tlyu@dragons-lair.MIT.EDU>
* k5-int.h: Ultrix is broken. Hacked around by redefining the
indicator */
#define KRB5_INT32_MIN (-KRB5_INT32_MAX-1)
+#define KRB5_INT16_MAX 65535
+/* this strange form is necessary since - is a unary operator, not a sign
+ indicator */
+#define KRB5_INT16_MIN (-KRB5_INT16_MAX-1)
+
/*
* end wordsize.h
*/