[Git][NTPsec/ntpsec][master] Add comments to testst for include files
Hal Murray
gitlab at mg.gitlab.com
Sun Feb 7 01:47:20 UTC 2016
Hal Murray pushed to branch master at NTPsec / ntpsec
Commits:
0ba3254f by Hal Murray at 2016-02-06T17:45:48-08:00
Add comments to testst for include files
- - - - -
1 changed file:
- pylib/configure.py
Changes:
=====================================
pylib/configure.py
=====================================
--- a/pylib/configure.py
+++ b/pylib/configure.py
@@ -316,12 +316,12 @@ def cmd_configure(ctx):
optional_headers = (
#HGM "alloca.h",
#HGM "arpa/nameser.h",
- "dns_sd.h",
- "histedit.h",
- "ieeefp.h",
+ "dns_sd.h", # NetBSD, Apple, mDNS
+ "histedit.h", # Apple
+#HGM "ieeefp.h", # x86, depricated by FreeBSD
("ifaddrs.h", ["sys/types.h"]),
#HGM "libintl.h",
- "libscf.h",
+ "libscf.h", # Solaris
"linux/if_addr.h",
"linux/rtnetlink.h",
"linux/serial.h",
@@ -330,17 +330,18 @@ def cmd_configure(ctx):
("md5.h", ["sys/types.h"]),
"net/if6.h",
("net/route.h", ["sys/types.h","sys/socket.h","net/if.h"]),
- "netinfo/ni.h",
- "priv.h",
+ "netinfo/ni.h", # Apple
+ "priv.h", # Solaris
("readline/readline.h",["stdio.h"]),
("readline/history.h", ["stdio.h","readline/readline.h"]),
("resolv.h", ["sys/types.h","netinet/in.h","arpa/nameser.h"]),
"semaphore.h",
"stdatomic.h",
"sys/audioio.h",
+ "sys/capability.h", # Linux
"sys/ioctl.h",
- "sys/modem.h",
- "sys/prctl.h",
+ "sys/modem.h", # Apple
+ "sys/prctl.h", # Linux
#HGM "sys/procset.h",
"sys/sockio.h",
"sys/soundcard.h",
@@ -470,7 +471,7 @@ def cmd_configure(ctx):
# ctx.define("NEED_RCVBUF_SLOP", 1)
# It should be possible to use asynchrpnous I/O with notification
- # by SIGIO on any Unix conformant to POSIX.1-2001. But she code to
+ # by SIGIO on any Unix conformant to POSIX.1-2001. But the code to
# do this is untested and there are historical reasons to suspect
# it might not work reliably on all platforms. Enable cautiously
# and test carefully.
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/0ba3254f4d50af8dce1f30b69eb1c531d6a6f5fb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160207/5cc25d8d/attachment.html>
More information about the vc
mailing list