summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-08-26 16:10:43 +0000
committerRichard M. Stallman <rms@gnu.org>1996-08-26 16:10:43 +0000
commit133ae34bbfb6cbe0ca7a3a486aea5d23feaebb6c (patch)
tree3d660b85214762d36aa1cc6612aca6d0902a7639 /lib-src
parent8a7319498378c4945d74702400bac84fb560fb1a (diff)
downloademacs-133ae34bbfb6cbe0ca7a3a486aea5d23feaebb6c.tar.gz
Reverse conditional in previous change.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/pop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/pop.c b/lib-src/pop.c
index 69c330b21c6..5657df5a5d0 100644
--- a/lib-src/pop.c
+++ b/lib-src/pop.c
@@ -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>