Added Sandia changes for BITS64, but commented out for now...
authorTheodore Tso <tytso@mit.edu>
Tue, 16 Jun 1992 22:24:17 +0000 (22:24 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 16 Jun 1992 22:24:17 +0000 (22:24 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2298 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/wordsize.h

index dff8db5eca5e1505b8ebe853722d6e106d909b30..71d6c9fae6c12891ff00961680f86f2786a12851 100644 (file)
@@ -51,6 +51,23 @@ typedef      unsigned short  krb5_ui_2;
 typedef        unsigned int    krb5_ui_4;
 #endif
 
+#ifdef NOT_RIGHT_YET
+/*
+ * Incorporated from the Sandia changes; but this can't be right; if
+ * we're on a 64 bit machine, an int shouldn't be 32 bits!?!
+ * [tytso:19920616.2224EDT]
+ */
+#ifdef BITS64
+#define __OK
+typedef        short   krb5_int16;
+typedef        int     krb5_int32;
+typedef        unsigned char   krb5_octet;
+typedef        unsigned char   krb5_ui_1;
+typedef        unsigned short  krb5_ui_2;
+typedef        unsigned int    krb5_ui_4;
+#endif
+#endif /* NOT RIGHT YET */
+
 #ifndef __OK
  ?==error:  must define word size!
 #endif /* __OK */