From 4c159159d296e30c59fa780299644d71b2e52d3d Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 30 Jul 2005 21:56:07 +0000 Subject: INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required library is no longer available. svn path=/trunk/; revision=4192 --- fetchmail.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 74121bd5..e819e7e8 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -235,7 +235,6 @@ struct hostdata /* shared among all user connections to given server */ int protocol; /* protocol type */ #ifdef INET6_ENABLE char *service; /* IPv6 service name */ - void *netsec; /* IPv6 security request */ #else /* INET6_ENABLE */ int port; /* TCP/IP service port number */ #endif /* INET6_ENABLE */ -- cgit v1.2.3