aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
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);