mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
Reverse conditional in previous change.
This commit is contained in:
parent
fbcb305501
commit
41f2130007
@ -75,13 +75,13 @@ extern struct servent *hes_getservbyname (/* char *, char * */);
|
||||
|
||||
#ifdef KERBEROS
|
||||
#ifndef KRB5
|
||||
#ifdef SOLARIS2
|
||||
#ifndef SOLARIS2
|
||||
#include <des.h>
|
||||
#include <krb.h>
|
||||
#else /* SOLARIS2 */
|
||||
#else /* not SOLARIS2 */
|
||||
#include <kerberos/des.h>
|
||||
#include <kerberos/krb.h>
|
||||
#endif /* SOLARIS2 */
|
||||
#endif /* not SOLARIS2 */
|
||||
#else /* KRB5 */
|
||||
#include <krb5/krb5.h>
|
||||
#include <krb5/ext-proto.h>
|
||||
|
Loading…
Reference in New Issue
Block a user