comparison lib-src/pop.c @ 15934:3553d10dbcf5

Reverse conditional in previous change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 26 Aug 1996 16:10:43 +0000
parents 645e96bad5ad
children a12b8815bcf0
comparison
equal deleted inserted replaced
15933:9df952241adc 15934:3553d10dbcf5
73 #include <errno.h> 73 #include <errno.h>
74 #include <stdio.h> 74 #include <stdio.h>
75 75
76 #ifdef KERBEROS 76 #ifdef KERBEROS
77 #ifndef KRB5 77 #ifndef KRB5
78 #ifdef SOLARIS2 78 #ifndef SOLARIS2
79 #include <des.h> 79 #include <des.h>
80 #include <krb.h> 80 #include <krb.h>
81 #else /* SOLARIS2 */ 81 #else /* not SOLARIS2 */
82 #include <kerberos/des.h> 82 #include <kerberos/des.h>
83 #include <kerberos/krb.h> 83 #include <kerberos/krb.h>
84 #endif /* SOLARIS2 */ 84 #endif /* not SOLARIS2 */
85 #else /* KRB5 */ 85 #else /* KRB5 */
86 #include <krb5/krb5.h> 86 #include <krb5/krb5.h>
87 #include <krb5/ext-proto.h> 87 #include <krb5/ext-proto.h>
88 #include <ctype.h> 88 #include <ctype.h>
89 #endif /* KRB5 */ 89 #endif /* KRB5 */