<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
img {
max-width: 100%;
height: auto;
}
p.details {
font-style:italic;
color:#777
}
.footer p {
font-size:small;
color:#777
}
pre.commit-message {
white-space: pre-wrap;
}
.file-stats a {
text-decoration: none;
}
.file-stats .new-file {
color: #090;
}
.file-stats .deleted-file {
color: #B00;
}
</style>
<body>
<div class='content'>
<h3>
Hal Murray pushed to branch master
at <a href="https://gitlab.com/NTPsec/ntpsec">NTPsec / ntpsec</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/NTPsec/ntpsec/commit/0ba3254f4d50af8dce1f30b69eb1c531d6a6f5fb">0ba3254f</a></strong>
<div>
<span>by Hal Murray</span>
<i>at 2016-02-06T17:45:48-08:00</i>
</div>
<pre class='commit-message'>Add comments to testst for include files</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
pylib/configure.py
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/0ba3254f4d50af8dce1f30b69eb1c531d6a6f5fb#diff-0'>
<strong>
pylib/configure.py
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/pylib/configure.py
</span><span style="color: #000000;background-color: #ddffdd">+++ b/pylib/configure.py
</span><span style="color: #aaaaaa">@@ -316,12 +316,12 @@ def cmd_configure(ctx):
</span> optional_headers = (
#HGM "alloca.h",
#HGM "arpa/nameser.h",
<span style="color: #000000;background-color: #ffdddd">- "dns_sd.h",
- "histedit.h",
- "ieeefp.h",
</span><span style="color: #000000;background-color: #ddffdd">+ "dns_sd.h", # NetBSD, Apple, mDNS
+ "histedit.h", # Apple
+#HGM "ieeefp.h", # x86, depricated by FreeBSD
</span> ("ifaddrs.h", ["sys/types.h"]),
#HGM "libintl.h",
<span style="color: #000000;background-color: #ffdddd">- "libscf.h",
</span><span style="color: #000000;background-color: #ddffdd">+ "libscf.h", # Solaris
</span> "linux/if_addr.h",
"linux/rtnetlink.h",
"linux/serial.h",
<span style="color: #aaaaaa">@@ -330,17 +330,18 @@ def cmd_configure(ctx):
</span> ("md5.h", ["sys/types.h"]),
"net/if6.h",
("net/route.h", ["sys/types.h","sys/socket.h","net/if.h"]),
<span style="color: #000000;background-color: #ffdddd">- "netinfo/ni.h",
- "priv.h",
</span><span style="color: #000000;background-color: #ddffdd">+ "netinfo/ni.h", # Apple
+ "priv.h", # Solaris
</span> ("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",
<span style="color: #000000;background-color: #ddffdd">+ "sys/capability.h", # Linux
</span> "sys/ioctl.h",
<span style="color: #000000;background-color: #ffdddd">- "sys/modem.h",
- "sys/prctl.h",
</span><span style="color: #000000;background-color: #ddffdd">+ "sys/modem.h", # Apple
+ "sys/prctl.h", # Linux
</span> #HGM "sys/procset.h",
"sys/sockio.h",
"sys/soundcard.h",
<span style="color: #aaaaaa">@@ -470,7 +471,7 @@ def cmd_configure(ctx):
</span> # ctx.define("NEED_RCVBUF_SLOP", 1)
# It should be possible to use asynchrpnous I/O with notification
<span style="color: #000000;background-color: #ffdddd">- # by SIGIO on any Unix conformant to POSIX.1-2001. But she code to
</span><span style="color: #000000;background-color: #ddffdd">+ # by SIGIO on any Unix conformant to POSIX.1-2001. But the code to
</span> # do this is untested and there are historical reasons to suspect
# it might not work reliably on all platforms. Enable cautiously
# and test carefully.
</code></pre>
<br>
</li>
</div>
<div class='footer' style='margin-top: 10px;'>
<p>
—
<br>
<a href="https://gitlab.com/NTPsec/ntpsec/commit/0ba3254f4d50af8dce1f30b69eb1c531d6a6f5fb">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.com/NTPsec/ntpsec/commit/0ba3254f4d50af8dce1f30b69eb1c531d6a6f5fb"}}</script>
</p>
</div>
</body>
</html>