+Sat Apr 29 15:29:15 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * gssapi.h: Only define PROTOTYPE if it is not deined at all.
+
Fri Apr 21 10:57:44 1995 Ezra Peisach (epeisach@kangaroo.mit.edu)
* gssapi.h: If !stdc and !windows, define PROTOTYPE properly.
typedef void FAR * gss_cred_id_t;
typedef void FAR * gss_ctx_id_t;
+#if !defined(PROTOTYPE)
#if defined(__STDC__) || defined(_WINDOWS)
#define PROTOTYPE(x) x
#else
#define PROTOTYPE(x) ()
#endif
+#endif
/*
* Note that a platform supporting the xom.h X/Open header file