From bd57c85d9a2cc1e95e0ae16168b764204755e143 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 16 Feb 1998 06:28:50 +0000 Subject: Alll of Craig Metz's changes for IPv6 and IPSEC except the POP3 stuff. svn path=/trunk/; revision=1630 --- pop3.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pop3.c') diff --git a/pop3.c b/pop3.c index 8a36d352..20d45b1c 100644 --- a/pop3.c +++ b/pop3.c @@ -519,7 +519,11 @@ static int pop3_logout(int sock, struct query *ctl) const static struct method pop3 = { "POP3", /* Post Office Protocol v3 */ +#if INET6 + "pop3", /* standard POP3 port */ +#else /* INET6 */ 110, /* standard POP3 port */ +#endif /* INET6 */ FALSE, /* this is not a tagged protocol */ TRUE, /* this uses a message delimiter */ pop3_ok, /* parse command response */ -- cgit v1.2.3