X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f7397dc65858f1105d78930fa530c9d829a03336..2fa6ce2cd497f14cde0e43c6096813bad2a4d9c9:/unix/unix.h diff --git a/unix/unix.h b/unix/unix.h index 44749b8d..0e61faab 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -60,6 +60,16 @@ extern long tickcount_offset; #define WCHAR wchar_t #define BYTE unsigned char +#ifndef NO_GSSAPI +/* + * GSS-API stuff + */ +#include +typedef gss_buffer_desc Ssh_gss_buf; +#define SSH_GSS_EMPTY_BUF GSS_C_EMPTY_BUFFER +typedef gss_name_t Ssh_gss_name; +#endif + /* * Unix-specific global flag *