aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/pop.h
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-25 20:11:54 +0000
committerRichard M. Stallman1998-05-25 20:11:54 +0000
commitbbcac09c81753d00741a0fe29dfa8f58e409a45b (patch)
treec420ee119172b40c96d13a5305578053057033b6 /lib-src/pop.h
parent0d66b6f3328bb46bcf31610edb8b33dca53797ef (diff)
downloademacs-bbcac09c81753d00741a0fe29dfa8f58e409a45b.tar.gz
emacs-bbcac09c81753d00741a0fe29dfa8f58e409a45b.zip
Undo previous change.
Diffstat (limited to 'lib-src/pop.h')
-rw-r--r--lib-src/pop.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/lib-src/pop.h b/lib-src/pop.h
index 7a56947a36a..cfd333ccafc 100644
--- a/lib-src/pop.h
+++ b/lib-src/pop.h
@@ -36,7 +36,6 @@ struct _popserver
36 int buffer_size, buffer_index; 36 int buffer_size, buffer_index;
37 int in_multi; 37 int in_multi;
38 int trash_started; 38 int trash_started;
39 void *extra;
40}; 39};
41 40
42typedef struct _popserver *popserver; 41typedef struct _popserver *popserver;
@@ -48,30 +47,6 @@ typedef struct _popserver *popserver;
48#define POP_NO_KERBEROS (1<<0) 47#define POP_NO_KERBEROS (1<<0)
49#define POP_NO_HESIOD (1<<1) 48#define POP_NO_HESIOD (1<<1)
50#define POP_NO_GETPASS (1<<2) 49#define POP_NO_GETPASS (1<<2)
51#define POP_NO_GSSAPI (1<<3) /* don't use the GSSAPI */
52#define POP_NO_NOPROT (1<<4) /* prohibit no protection; this *only* */
53 /* makes sense if you use GSSAPI */
54#define POP_NO_INTEG (1<<5) /* don't use plain integrity */
55#define POP_NO_ENCRYPT (1<<6) /* don't use encryption */
56
57/*
58 * GSSAPI documentation
59 *
60 * This version will attempt to perform a GSSAPI handshake first; if this
61 * fails, then it will attempt standard POP authentication. Note that
62 * library conflicts may prevent the use of this with the Kerberos
63 * kpop hack.
64 *
65 * If you specify POP_NO_NOPROT and this library is unable to provide either
66 * integrity protection or encryption, pop_open() will fail. The pop_open()
67 * call will attempt the highest level protection available; i.e., if both
68 * server and client support encryption (and you do not provide the
69 * POP_NO_ENCRYPT flag), that will be used; if both server and client support
70 * integrity protection (and you do not provide the POP_NO_INTEG flag), that
71 * will be used. If neither of these are available, and you have not
72 * specified the POP_NO_NOPROT flag, then this will be a normal, unprotected
73 * connection.
74 */
75 50
76#ifdef __STDC__ 51#ifdef __STDC__
77#define _ARGS(a) a 52#define _ARGS(a) a