aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-08-27 15:28:27 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-08-27 15:28:27 +0000
commit12568e37825867b2ebbe1aa8201c1c931f1a7e4e (patch)
tree73bfc439eb159be0bc1d4ff15eb8d2cf89196410 /pop3.c
parent096baf62311247c313fc818c061b9382becf6458 (diff)
downloadfetchmail-12568e37825867b2ebbe1aa8201c1c931f1a7e4e.tar.gz
fetchmail-12568e37825867b2ebbe1aa8201c1c931f1a7e4e.tar.bz2
fetchmail-12568e37825867b2ebbe1aa8201c1c931f1a7e4e.zip
Portability cleanup.
svn path=/trunk/; revision=74
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/pop3.c b/pop3.c
index 0965b47b..30a02769 100644
--- a/pop3.c
+++ b/pop3.c
@@ -21,16 +21,11 @@
#if defined(HAVE_UNISTD_H)
#include <unistd.h>
#endif
-
-#include <sys/time.h>
-#include <ctype.h>
#include <errno.h>
#include "socket.h"
#include "popclient.h"
-#define POP3_PORT 110
-
#ifdef HAVE_PROTOTYPES
/* prototypes for internal functions */
int POP3_sendSTAT (int *msgcount, int socket);