/* prevent redefinition warnings in kfw-2.5\inc\win_mac.h */

#undef HAVE_STDARG_H
#undef HAVE_SYS_TYPES_H

svn path=/trunk/; revision=21144
This commit is contained in:
Ulf Lamping 2007-03-23 01:56:09 +00:00
parent db963eeb59
commit c436a70b49
1 changed files with 5 additions and 0 deletions

View File

@ -367,6 +367,11 @@ static const char *keytab_filename = "insert filename here";
#endif
#if defined(HAVE_HEIMDAL_KERBEROS) || defined(HAVE_MIT_KERBEROS)
#ifdef _WIN32
/* prevent redefinition warnings in kfw-2.5\inc\win_mac.h */
#undef HAVE_STDARG_H
#undef HAVE_SYS_TYPES_H
#endif
#include <krb5.h>
enc_key_t *enc_key_list=NULL;