Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
41f21300
Commit
41f21300
authored
Aug 26, 1996
by
Richard M. Stallman
Browse files
Reverse conditional in previous change.
parent
fbcb3055
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib-src/pop.c
lib-src/pop.c
+3
-3
No files found.
lib-src/pop.c
View file @
41f21300
...
...
@@ -75,13 +75,13 @@ extern struct servent *hes_getservbyname (/* char *, char * */);
#ifdef KERBEROS
#ifndef KRB5
#ifdef SOLARIS2
#if
n
def 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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment