diff options
| author | Richard M. Stallman | 1996-08-25 02:27:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-08-25 02:27:24 +0000 |
| commit | 40f28099422ddd7dae44ef8b9be5dd441baee3df (patch) | |
| tree | c3f1e31c22b446e99646338616edc0460d6d5943 /lib-src/pop.c | |
| parent | aac2257c3e668658ee070850b1b1c04bb9bc8c10 (diff) | |
| download | emacs-40f28099422ddd7dae44ef8b9be5dd441baee3df.tar.gz emacs-40f28099422ddd7dae44ef8b9be5dd441baee3df.zip | |
Include des.h krb.h with no dir name if SOLARIS2.
Diffstat (limited to 'lib-src/pop.c')
| -rw-r--r-- | lib-src/pop.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/pop.c b/lib-src/pop.c index 4bd1d98beba..69c330b21c6 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c | |||
| @@ -75,8 +75,13 @@ extern struct servent *hes_getservbyname (/* char *, char * */); | |||
| 75 | 75 | ||
| 76 | #ifdef KERBEROS | 76 | #ifdef KERBEROS |
| 77 | #ifndef KRB5 | 77 | #ifndef KRB5 |
| 78 | #ifdef SOLARIS2 | ||
| 78 | #include <des.h> | 79 | #include <des.h> |
| 79 | #include <krb.h> | 80 | #include <krb.h> |
| 81 | #else /* SOLARIS2 */ | ||
| 82 | #include <kerberos/des.h> | ||
| 83 | #include <kerberos/krb.h> | ||
| 84 | #endif /* SOLARIS2 */ | ||
| 80 | #else /* KRB5 */ | 85 | #else /* KRB5 */ |
| 81 | #include <krb5/krb5.h> | 86 | #include <krb5/krb5.h> |
| 82 | #include <krb5/ext-proto.h> | 87 | #include <krb5/ext-proto.h> |