mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-03 22:20:52 -08:00
Include des.h krb.h with no dir name if SOLARIS2.
This commit is contained in:
parent
aac2257c3e
commit
40f2809942
1 changed files with 5 additions and 0 deletions
|
|
@ -75,8 +75,13 @@ extern struct servent *hes_getservbyname (/* char *, char * */);
|
|||
|
||||
#ifdef KERBEROS
|
||||
#ifndef KRB5
|
||||
#ifdef SOLARIS2
|
||||
#include <des.h>
|
||||
#include <krb.h>
|
||||
#else /* SOLARIS2 */
|
||||
#include <kerberos/des.h>
|
||||
#include <kerberos/krb.h>
|
||||
#endif /* SOLARIS2 */
|
||||
#else /* KRB5 */
|
||||
#include <krb5/krb5.h>
|
||||
#include <krb5/ext-proto.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue