1
Fork 0
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:
Richard M. Stallman 1996-08-25 02:27:24 +00:00
parent aac2257c3e
commit 40f2809942

View file

@ -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>