+Tue Feb 27 17:49:54 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * gssapi.h (size_t): Make sure size_t and uid_t are defined under
+ MS-DOS.
+
Sat Feb 24 21:30:53 1996 Theodore Y. Ts'o <tytso@dcl>
* gssapi.h (GSS_S_DUPLICATE_ELEMENT): New error code function.
#define GSS_SIZEOF_INT 2
#define GSS_SIZEOF_SHORT 2
#define GSS_SIZEOF_LONG 4
+
+#ifndef _SIZE_T_DEFINED
+typedef unsigned int size_t;
+#define _SIZE_T_DEFINED
+#endif /* _SIZE_T_DEFINED */
+
+#ifndef _UID_T_DEFINED
+typedef unsigned int uid_t;
+#define _UID_T_DEFINED
+#endif
#else /* _MSDOS_ */
#if defined(USE_AUTOCONF_H)
#define FAR
#define INTERFACE
#endif /* FAR */
-#endif
+#endif /* _MSDOS */
/*
* Make sure we have a definition for PROTOTYPE.