aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-11-20 22:19:31 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-11-20 22:19:31 +0000
commita7309012d9445a2aa5afb99af5bde1a13ace398a (patch)
treeb031b10b23fbc97a40476ef52d41865a802e93f9 /sink.c
parent09283e8ffa39e2cb5c14b587c6bf540ac01e3c78 (diff)
downloadfetchmail-a7309012d9445a2aa5afb99af5bde1a13ace398a.tar.gz
fetchmail-a7309012d9445a2aa5afb99af5bde1a13ace398a.tar.bz2
fetchmail-a7309012d9445a2aa5afb99af5bde1a13ace398a.zip
Declare default ports for the INET6 world.
svn path=/trunk/; revision=2194
Diffstat (limited to 'sink.c')
-rw-r--r--sink.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sink.c b/sink.c
index 44ab2378..e2c26ac7 100644
--- a/sink.c
+++ b/sink.c
@@ -39,12 +39,6 @@
#define SIGCHLD SIGCLD
#endif
-#if INET6
-#define SMTP_PORT "smtp" /* standard SMTP service port */
-#else /* INET6 */
-#define SMTP_PORT 25 /* standard SMTP service port */
-#endif /* INET6 */
-
static int lmtp_responses; /* how many should we expect? */
static struct msgblk msgcopy; /* copies of various message internals */