changeset 15919:645e96bad5ad

Include des.h krb.h with no dir name if SOLARIS2.
author Richard M. Stallman <rms@gnu.org>
date Sun, 25 Aug 1996 02:27:24 +0000
parents b0399aedfcfe
children e67d0c1ec11c
files lib-src/pop.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/pop.c	Sun Aug 25 02:19:28 1996 +0000
+++ b/lib-src/pop.c	Sun Aug 25 02:27:24 1996 +0000
@@ -75,8 +75,13 @@
 
 #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>