/* * kerberos.h -- Headers for Kerberos support. * * For license terms, see the file COPYING in this directory. */ #ifndef H_KERBEROS__ #define H_KERBEROS__ #include "config.h" #ifdef KERBEROS_V5 #include /* #include */ #endif /* KERBEROS_V5 */ #endif /* H_KERBEROS__ */