[ntpsec commit] Don't hardcode ISC_PLATFORM_HAVESALEN it' s checked automatically.

Amar Takhar amar at ntpsec.org
Fri Oct 2 20:05:27 UTC 2015


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

Author:    Amar Takhar <verm at darkbeer.org>
Date:      Fri Oct  2 16:04:42 2015 -0400

Don't hardcode ISC_PLATFORM_HAVESALEN it's checked automatically.

Previously it was being checked at the top of the configure script in
lib/isc/wscript.  When I consolidated the changes it moved to the bottom of
configure() which hardcoded it to on.

---

 pylib/configure.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pylib/configure.py b/pylib/configure.py
index fadee89..8d2946c 100644
--- a/pylib/configure.py
+++ b/pylib/configure.py
@@ -414,7 +414,6 @@ def cmd_configure(ctx):
 	ctx.define("ISC_PLATFORM_HAVEIFNAMETOINDEX", 1)
 	ctx.define("ISC_PLATFORM_HAVEIN6PKTINFO", 1)
 	ctx.define("ISC_PLATFORM_HAVEIPV6", 1)
-	ctx.define("ISC_PLATFORM_HAVESALEN", 1)
 	ctx.define("ISC_PLATFORM_HAVESCOPEID", 1)
 	ctx.define("ISC_PLATFORM_USETHREADS", 1)
 	ctx.define("HAVE_IFLIST_SYSCTL", 1)



More information about the vc mailing list