Mercurial > emacs
changeset 15934:3553d10dbcf5
Reverse conditional in previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 26 Aug 1996 16:10:43 +0000 |
parents | 9df952241adc |
children | feedd0d97fd0 |
files | lib-src/pop.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/pop.c Mon Aug 26 15:33:13 1996 +0000 +++ b/lib-src/pop.c Mon Aug 26 16:10:43 1996 +0000 @@ -75,13 +75,13 @@ #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>