[ntpsec commit] Enable HAS_ROUTING_SOCKET

Hal Murray murray at ntpsec.org
Sat Oct 3 04:45:35 UTC 2015


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

Author:    Hal Murray <hmurray at megapathdsl.net>
Date:      Fri Oct  2 21:45:13 2015 -0700

Enable HAS_ROUTING_SOCKET

---

 pylib/configure.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pylib/configure.py b/pylib/configure.py
index 8d2946c..77096d0 100644
--- a/pylib/configure.py
+++ b/pylib/configure.py
@@ -137,7 +137,9 @@ def cmd_configure(ctx):
 
 	ctx.define("TYPEOF_IP_MULTICAST_LOOP", "u_char", quote=False) #XXX: check for mcast type
 
+	# These are helpful and don't break Linux or *BSD
 	ctx.define("OPEN_BCAST_SOCKET", 1)
+	ctx.define("HAS_ROUTING_SOCKET", 1)
 
 	ctx.check_cc(lib="edit", mandatory=False)
 	ctx.check_cc(lib="m")



More information about the vc mailing list