aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-24 18:04:26 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-24 18:04:26 +0000
commit316a8e45348c993fbb4c2c00f3d3c4812b4c6620 (patch)
tree099efb90c77a961cb81209acbe59c3e76c65df25 /fetchmail.h
parent69e1d6afc48b5a7d7f3b5c89bd3778620ae00b0b (diff)
downloadfetchmail-316a8e45348c993fbb4c2c00f3d3c4812b4c6620.tar.gz
fetchmail-316a8e45348c993fbb4c2c00f3d3c4812b4c6620.tar.bz2
fetchmail-316a8e45348c993fbb4c2c00f3d3c4812b4c6620.zip
Moved the protocol designation definition.
svn path=/trunk/; revision=119
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index b4391226..d1186803 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -11,7 +11,13 @@
***********************************************************************/
-
+/* constants designating the various supported protocols */
+#define P_AUTO 0
+#define P_POP2 2
+#define P_POP3 3
+#define P_IMAP 4
+#define P_APOP 5
+#define P_RPOP 6
/* definitions for buffer sizes -- somewhat arbitrary */
#define POPBUFSIZE 512 /* per RFC 937 */