diff --git a/appl/popper/pop_init.c b/appl/popper/pop_init.c index 37eaf32a3..a497ed02c 100644 --- a/appl/popper/pop_init.c +++ b/appl/popper/pop_init.c @@ -165,21 +165,10 @@ pop_init(POP *p,int argcount,char **argmessage) /* Save the cannonical name of the client host in the POP parameter block */ else { - -#ifndef BIND43 - p->client = ch->h_name; -#else -# include -# include - /* Distrust distant nameservers */ - extern struct state _res; struct hostent * ch_again; char * * addrp; - /* We already have a fully-qualified name */ - _res.options &= ~RES_DEFNAMES; - /* See if the name obtained for the client's IP address returns an address */ if ((ch_again = gethostbyname(ch->h_name)) == NULL) { @@ -207,7 +196,6 @@ pop_init(POP *p,int argcount,char **argmessage) p->client = p->ipaddr; } } -#endif /* BIND43 */ } /* Create input file stream for TCP/IP communication */