]> git.eshelyaron.com Git - emacs.git/commitdiff
Include des.h krb.h with no dir name if SOLARIS2.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Aug 1996 02:27:24 +0000 (02:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Aug 1996 02:27:24 +0000 (02:27 +0000)
lib-src/pop.c

index 4bd1d98bebac1ab724dfd083e0951e460f2a37ec..69c330b21c60d8fc8fb764f42754fcb7e21dbe3f 100644 (file)
@@ -75,8 +75,13 @@ extern struct servent *hes_getservbyname (/* char *, char * */);
 
 #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>