[ntpsec commit] Renove unneeded guard.
Eric S. Raymond
esr at ntpsec.org
Sat Oct 3 15:10:32 UTC 2015
Module: ntpsec
Branch: master
Commit: ad4913644891e189471fafa6b70cfed2dce900a2
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=ad4913644891e189471fafa6b70cfed2dce900a2
Author: Eric S. Raymond <esr at thyrsus.com>
Date: Sat Oct 3 11:10:11 2015 -0400
Renove unneeded guard.
---
libntp/ntp_intres.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/libntp/ntp_intres.c b/libntp/ntp_intres.c
index 59ab41d..4afef4e 100644
--- a/libntp/ntp_intres.c
+++ b/libntp/ntp_intres.c
@@ -66,10 +66,6 @@
# include <sys/param.h>
#endif
-#if !defined(HAVE_RES_INIT) && defined(HAVE___RES_INIT)
-# define HAVE_RES_INIT
-#endif
-
#if defined(HAVE_RESOLV_H) && defined(HAVE_RES_INIT)
# ifdef HAVE_ARPA_NAMESER_H
# include <arpa/nameser.h> /* DNS HEADER struct */
More information about the vc
mailing list