From a7309012d9445a2aa5afb99af5bde1a13ace398a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 20 Nov 1998 22:19:31 +0000 Subject: Declare default ports for the INET6 world. svn path=/trunk/; revision=2194 --- driver.c | 6 ------ sink.c | 6 ------ 2 files changed, 12 deletions(-) diff --git a/driver.c b/driver.c index 11ea4d49..64784774 100644 --- a/driver.c +++ b/driver.c @@ -68,12 +68,6 @@ #include "fetchmail.h" #include "tunable.h" -#if INET6 -#define SMTP_PORT "smtp" /* standard SMTP service port */ -#else /* INET6 */ -#define SMTP_PORT 25 /* standard SMTP service port */ -#endif /* INET6 */ - #ifndef strstr /* glibc-2.1 declares this as a macro */ extern char *strstr(); /* needed on sysV68 R3V7.1. */ #endif /* strstr */ 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 */ -- cgit v1.2.3