From 2edb10701e58c47a83f88ccb2362f7b9c6bcee6e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 8 Nov 1996 08:50:50 +0000 Subject: More branch cleaning. svn path=/trunk/; revision=507 --- driver.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/driver.c b/driver.c index 15a202f8..f37fdf8b 100644 --- a/driver.c +++ b/driver.c @@ -93,7 +93,7 @@ static void vtalarm_handler (int signal) longjmp(restart, 1); } -#ifdef HAVE_GETHOSTBYNAME +#ifdef HAVE_RES_SEARCH #define MX_RETRIES 3 static int is_host_alias(name, ctl) @@ -199,7 +199,7 @@ struct idlist **xmit_names; /* list of recipient names parsed out */ ((cp = nxtaddr((char *)NULL)) != (char *)NULL); } } -#endif /* HAVE_GETHOSTBYNAME */ +#endif /* HAVE_RES_SEARCH */ static FILE *smtp_open(ctl) /* try to open a socket to the appropriate SMTP server for this query */ @@ -341,7 +341,7 @@ struct query *ctl; /* query control record */ /* cons up a list of local recipients */ xmit_names = (struct idlist *)NULL; -#ifdef HAVE_GETHOSTBYNAME +#ifdef HAVE_RES_SEARCH /* is this a multidrop box? */ if (MULTIDROP(ctl)) { @@ -351,7 +351,7 @@ struct query *ctl; /* query control record */ find_server_names(bcchdr, ctl, &xmit_names); } else /* it's a single-drop box, use first localname */ -#endif /* HAVE_GETHOSTBYNAME */ +#endif /* HAVE_RES_SEARCH */ { if (ctl->localnames) save_uid(&xmit_names, -1, ctl->localnames->id); -- cgit v1.2.3