diff options
-rw-r--r-- | driver.c | 6 | ||||
-rw-r--r-- | sink.c | 6 |
2 files changed, 0 insertions, 12 deletions
@@ -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 */ @@ -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 */ |