From e72637a2022c33425341ab26790d19f88d18fec5 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 1 Jul 1997 16:54:08 +0000 Subject: Some configuration cleanup. svn path=/trunk/; revision=1133 --- etrn.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etrn.c') diff --git a/etrn.c b/etrn.c index 5ccc0f86..6b6df343 100644 --- a/etrn.c +++ b/etrn.c @@ -14,6 +14,9 @@ #include "smtp.h" #include "socket.h" +#ifdef HAVE_GETHOSTBYNAME +#include + static int etrn_ok (int sock, char *argbuf) /* parse command response */ { @@ -187,4 +190,6 @@ int doETRN (struct query *ctl) return(do_protocol(ctl, &etrn)); } +#endif /* HAVE_GETHOSTBYNAME */ + /* etrn.c ends here */ -- cgit v1.2.3