[ntpsec commit] Remove a stale comment.

Eric S. Raymond esr at ntpsec.org
Tue Sep 29 20:47:33 UTC 2015


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

Author:    Eric S. Raymond <esr at thyrsus.com>
Date:      Tue Sep 29 16:47:19 2015 -0400

Remove a stale comment.

---

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

diff --git a/pylib/configure.py b/pylib/configure.py
index 909d93b..704c4d0 100644
--- a/pylib/configure.py
+++ b/pylib/configure.py
@@ -367,14 +367,6 @@ int main() { return 0; }
 	# have it on everywhere.
 	ctx.define("NEED_REUSEADDR_FOR_IFADDRBIND", 1)
 
-	# Fine-grained capabilities allow NTP to set the time after
-	# dropping root.  Needs libcap to be linked.
-	#if sys.platform_startswith("linux"):
-	#	ctx.define("HAVE_LINUX_CAPABILITIES", 1)
-
-	# HAVE_SOLARIS_PRIVS needs to be defined for the same effect
-	# under Solaris.
-
 	# Not yet known how to detect HP-UX at version < 8, but that needs this.
 	# Shouldn't be an issue as 8.x shipped in January 1991!
 	# ctx.define("NEED_RCVBUF_SLOP", 1)



More information about the vc mailing list