diff -r 40eab743e22b -r b39f9b646d6c src/protocols/zephyr/sysdep.h --- a/src/protocols/zephyr/sysdep.h Mon Apr 25 00:31:24 2005 +0000 +++ b/src/protocols/zephyr/sysdep.h Mon Apr 25 01:53:01 2005 +0000 @@ -4,7 +4,7 @@ * Created by: Greg Hudson * * $Source$ - * $Author: warmenhoven $ + * $Author: thekingant $ * $Zephyr: /mit/zephyr/src/include/zephyr/RCS/zephyr_conf.h,v 1.8 90/12/21 17:40:40 raeburn Exp $ * * Copyright (c) 1988,1991 by the Massachusetts Institute of Technology. @@ -21,7 +21,10 @@ #include #include #include +#ifndef WIN32 #include +#endif + #include #include #include @@ -163,15 +166,21 @@ /* Kerberos compatibility. */ #ifdef ZEPHYR_USES_KERBEROS # include +#ifdef WIN32 + +#else # include +#endif /* WIN32 */ # include +#ifndef WIN32 # ifndef HAVE_KRB_GET_ERR_TEXT # define krb_get_err_text(n) krb_err_txt[n] # endif +#endif /* WIN32 */ # ifndef HAVE_KRB_LOG # define krb_log log # endif -#endif +#endif /* ZEPHYR_USES_KERBEROS */ #ifdef HAVE_SYS_UIO_H # include