[ntpsec commit] Remove two unused gards, because we now rely on POSIX types.

Eric S. Raymond esr at ntpsec.org
Sat Oct 3 14:45:41 UTC 2015


Module:    ntpsec
Branch:    master
Commit:    f81e2555ad0daa396d68f317239d8940be47e112
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=f81e2555ad0daa396d68f317239d8940be47e112

Author:    Eric S. Raymond <esr at thyrsus.com>
Date:      Sat Oct  3 09:47:42 2015 -0400

Remove two unused gards, because we now rely on POSIX types.

---

 libntp/ntp_intres.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/libntp/ntp_intres.c b/libntp/ntp_intres.c
index ac4bd8a..59ab41d 100644
--- a/libntp/ntp_intres.c
+++ b/libntp/ntp_intres.c
@@ -76,12 +76,6 @@
 # endif
 # include <netdb.h>
 # include <resolv.h>
-# ifdef HAVE_INT32_ONLY_WITH_DNS
-#  define HAVE_INT32
-# endif
-# ifdef HAVE_U_INT32_ONLY_WITH_DNS
-#  define HAVE_U_INT32
-# endif
 #endif
 
 #include "ntp.h"



More information about the vc mailing list