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