<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>



</head>
<body>
<style type="text/css">
img {
max-width: 100%; height: auto;
}
</style>
<div class="content">
<h3>
Amar Takhar 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/bae254457c31430e4ea384d806b0c1b3fa0ab425">bae25445</a></strong>
<div>
<span>by Amar Takhar</span>
<i>at 2016-03-23T11:04:29-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap">Move options() to pylib/options.py</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#620f2ecad2bb6f74b2fcd0134963a841" style="text-decoration: none">
<span class="new-file" style="color: #090">
+
pylib/options.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#ad29afc395839758d41094872298bd0d" style="text-decoration: none">
wscript
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id="620f2ecad2bb6f74b2fcd0134963a841">
<a href="https://gitlab.com/NTPsec/ntpsec/commit/bae254457c31430e4ea384d806b0c1b3fa0ab425#diff-0">
<strong>
pylib/options.py
</strong>
</a>
<hr>
<table class="code white" style="-premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 100%; background: #fff; border: none; border-collapse: separate; color: #333; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; margin: 0px; padding: 0px; width: 100%" bgcolor="#fff" width="100%" cellpadding="0" cellspacing="0">
<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="1" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
1
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"><span class="k" style="font-weight: bold">def</span> <span class="nf" style="color: #900; font-weight: bold">options_cmd</span><span class="p">(</span><span class="n" style="color: #333">ctx</span><span class="p">,</span> <span class="n" style="color: #333">config</span><span class="p">):</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="2" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
2
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">load</span><span class="p">(</span><span class="s" style="color: #d14">"compiler_c"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="3" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
3
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">load</span><span class="p">(</span><span class="s" style="color: #d14">"msvc"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="4" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
4
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">load</span><span class="p">(</span><span class="s" style="color: #d14">'waf_unit_test'</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="5" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
5
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="6" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
6
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="k" style="font-weight: bold">def</span> <span class="nf" style="color: #900; font-weight: bold">callback_flags</span><span class="p">(</span><span class="n" style="color: #333">option</span><span class="p">,</span> <span class="n" style="color: #333">opt</span><span class="p">,</span> <span class="n" style="color: #333">value</span><span class="p">,</span> <span class="n" style="color: #333">parser</span><span class="p">):</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="7" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
7
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="n" style="color: #333">config</span><span class="p">[</span><span class="s" style="color: #d14">"OPT_STORE"</span><span class="p">]</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">setdefault</span><span class="p">(</span><span class="n" style="color: #333">opt</span><span class="p">,</span> <span class="p">[])</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">append</span><span class="p">(</span><span class="n" style="color: #333">value</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="8" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
8
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="9" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
9
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span> <span class="o" style="font-weight: bold">=</span> <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option_group</span><span class="p">(</span><span class="s" style="color: #d14">"NTP configure options"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="10" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
10
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--enable-debug'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="bp" style="color: #999">False</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"(ignored)"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="11" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
11
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--disable-debug'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="bp" style="color: #999">False</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Disable debugging code"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="12" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
12
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--enable-debug-gdb'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="bp" style="color: #999">False</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Enable GDB debugging symbols"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="13" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
13
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--enable-crypto'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="bp" style="color: #999">False</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Enable OpenSSL."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="14" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
14
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--disable-droproot'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="bp" style="color: #999">False</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Disable dropping root."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="15" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
15
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--disable-dns-lookup'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="bp" style="color: #999">False</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Disable DNS lookups."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="16" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
16
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--disable-dns-retry'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="bp" style="color: #999">False</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Disable retrying DNS lookups."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="17" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
17
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--disable-mdns-registration'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="bp" style="color: #999">False</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Disable MDNS registration."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="18" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
18
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="19" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
19
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span> <span class="o" style="font-weight: bold">=</span> <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option_group</span><span class="p">(</span><span class="s" style="color: #d14">"NTP cross compile options"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="20" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
20
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--cross-compiler'</span><span class="p">,</span> <span class="nb" style="color: #0086b3">type</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'string'</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Path to cross compiler CC. (enables cross-compiling)"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="21" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
21
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--cross-cflags'</span><span class="p">,</span> <span class="nb" style="color: #0086b3">type</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'string'</span><span class="p">,</span>  <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"callback"</span><span class="p">,</span> <span class="n" style="color: #333">callback</span><span class="o" style="font-weight: bold">=</span><span class="n" style="color: #333">callback_flags</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Cross compiler CFLAGS."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="22" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
22
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--cross-ldflags'</span><span class="p">,</span> <span class="nb" style="color: #0086b3">type</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'string'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"callback"</span><span class="p">,</span> <span class="n" style="color: #333">callback</span><span class="o" style="font-weight: bold">=</span><span class="n" style="color: #333">callback_flags</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Cross compiler LDFLAGS."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="23" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
23
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="24" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
24
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span> <span class="o" style="font-weight: bold">=</span> <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option_group</span><span class="p">(</span><span class="s" style="color: #d14">"NTP configure features"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="25" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
25
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--enable-leap-smear'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="bp" style="color: #999">False</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Enable Leap Smearing."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="26" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
26
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--enable-mssntp'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="bp" style="color: #999">False</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Enable Samba MSS NTP support."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="27" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
27
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--enable-lockclock'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="bp" style="color: #999">False</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Enable NIST lockclock scheme."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="28" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
28
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="29" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
29
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span> <span class="o" style="font-weight: bold">=</span> <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option_group</span><span class="p">(</span><span class="s" style="color: #d14">"Refclock configure options"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="30" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
30
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--refclock'</span><span class="p">,</span> <span class="n" style="color: #333">dest</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'refclocks'</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Comma-separated list of Refclock IDs to build (or </span><span class="se" style="color: #d14">\"</span><span class="s" style="color: #d14">all</span><span class="se" style="color: #d14">\"</span><span class="s" style="color: #d14">)"</span><span class="p">,</span> <span class="nb" style="color: #0086b3">type</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'string'</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="31" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
31
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--list'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="bp" style="color: #999">False</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"List available Refclocks"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="32" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
32
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="33" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
33
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span> <span class="o" style="font-weight: bold">=</span> <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option_group</span><span class="p">(</span><span class="s" style="color: #d14">"NTP developer configure options"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="34" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
34
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--enable-saveconfig'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Enable configuration saving on exit."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="35" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
35
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--build-version-tag'</span><span class="p">,</span> <span class="nb" style="color: #0086b3">type</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'string'</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Append a tag to the version string."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="36" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
36
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--cflags'</span><span class="p">,</span> <span class="nb" style="color: #0086b3">type</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'string'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"callback"</span><span class="p">,</span> <span class="n" style="color: #333">callback</span><span class="o" style="font-weight: bold">=</span><span class="n" style="color: #333">callback_flags</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Users should use CFLAGS in their environment."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="37" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
37
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--ldflags'</span><span class="p">,</span> <span class="nb" style="color: #0086b3">type</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'string'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"callback"</span><span class="p">,</span> <span class="n" style="color: #333">callback</span><span class="o" style="font-weight: bold">=</span><span class="n" style="color: #333">callback_flags</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Users should use LDFLAGS in their environment."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="38" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
38
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--enable-fortify'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Enable HP Fortify."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="39" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
39
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--fortify-flags'</span><span class="p">,</span> <span class="nb" style="color: #0086b3">type</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'string'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store'</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Fortify flags."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="40" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
40
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--check'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="bp" style="color: #999">False</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Run tests"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="41" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
41
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--enable-rtems-trace'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="bp" style="color: #999">False</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Enable RTEMS Trace."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="42" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
42
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--rtems-trace-path'</span><span class="p">,</span> <span class="nb" style="color: #0086b3">type</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'string'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">""</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Path to rtems-tld."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="43" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
43
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="44" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
44
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span> <span class="o" style="font-weight: bold">=</span> <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option_group</span><span class="p">(</span><span class="s" style="color: #d14">"NTP documentation configure options"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="45" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
45
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--enable-doc'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="bp" style="color: #999">False</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Build NTP documentation"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="46" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
46
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--enable-doc-only'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="bp" style="color: #999">False</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Only build NTP documentation"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="47" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
47
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--enable-a2x-xmllint'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="bp" style="color: #999">False</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Build NTP documentation with a2x XML lint"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="48" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
48
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--disable-manpage'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="bp" style="color: #999">False</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Disable Manpage building."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="49" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
49
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--path-doc'</span><span class="p">,</span> <span class="nb" style="color: #0086b3">type</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'string'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="bp" style="color: #999">None</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Force doc install directory."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="50" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
50
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="51" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
51
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span> <span class="o" style="font-weight: bold">=</span> <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option_group</span><span class="p">(</span><span class="s" style="color: #d14">"Not for general use"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="52" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
52
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   <span class="n" style="color: #333">grp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">add_option</span><span class="p">(</span><span class="s" style="color: #d14">'--build-snapshot'</span><span class="p">,</span> <span class="n" style="color: #333">action</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">'store_true'</span><span class="p">,</span> <span class="n" style="color: #333">default</span><span class="o" style="font-weight: bold">=</span><span class="bp" style="color: #999">False</span><span class="p">,</span> <span class="n" style="color: #333">help</span><span class="o" style="font-weight: bold">=</span><span class="s" style="color: #d14">"Generate source snapshot."</span><span class="p">)</span></span>
</td>
</tr>

</table>
<br>
</li>
<li id="ad29afc395839758d41094872298bd0d">
<a href="https://gitlab.com/NTPsec/ntpsec/commit/bae254457c31430e4ea384d806b0c1b3fa0ab425#diff-1">
<strong>
wscript
</strong>
</a>
<hr>
<table class="code white" style="-premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 100%; background: #fff; border: none; border-collapse: separate; color: #333; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; margin: 0px; padding: 0px; width: 100%" bgcolor="#fff" width="100%" cellpadding="0" cellspacing="0">
<tr class="line_holder match">
<td class="diff-line-num js-unfold old_line unfold" data-linenumber="9" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
...
</td>
<td class="diff-line-num js-unfold new_line unfold" data-linenumber="9" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
...
</td>
<td class="line_content match" style="background: #fafafa; border: none; color: rgba(0,0,0,0.3); display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fafafa">@@ -9,6 +9,7 @@ out="build"</td>

</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
9
</td>
<td class="new_line diff-line-num" data-linenumber="9" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
9
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line">from pylib.configure import cmd_configure</span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
10
</td>
<td class="new_line diff-line-num" data-linenumber="10" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
10
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line">from waflib.Tools import waf_unit_test</span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
11
</td>
<td class="new_line diff-line-num" data-linenumber="11" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
11
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line">from pylib.test import test_write_log, test_print_log</span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="12" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
12
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">from pylib.options import options_cmd</span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
12
</td>
<td class="new_line diff-line-num" data-linenumber="13" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
13
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line"></span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
13
</td>
<td class="new_line diff-line-num" data-linenumber="14" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
14
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line">OPT_STORE = {} # Storage for options to pass into configure</span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
14
</td>
<td class="new_line diff-line-num" data-linenumber="15" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
15
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line"></span>
</td>
</tr>

<tr class="line_holder match">
<td class="diff-line-num js-unfold old_line unfold" data-linenumber="35" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
...
</td>
<td class="diff-line-num js-unfold new_line unfold" data-linenumber="36" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
...
</td>
<td class="line_content match" style="background: #fafafa; border: none; color: rgba(0,0,0,0.3); display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fafafa">@@ -35,58 +36,7 @@ def dist(ctx):</td>

</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
35
</td>
<td class="new_line diff-line-num" data-linenumber="36" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
36
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line"></span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
36
</td>
<td class="new_line diff-line-num" data-linenumber="37" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
37
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line"></span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
37
</td>
<td class="new_line diff-line-num" data-linenumber="38" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
38
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line">def options(ctx):</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
38
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   ctx.load("compiler_c")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
39
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   ctx.load("msvc")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
40
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   ctx.load('waf_unit_test')</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
41
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
42
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   def callback_flags(option, opt, value, parser):</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
43
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           config["OPT_STORE"].setdefault(opt, []).append(value)</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
44
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
45
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp = ctx.add_option_group("NTP configure options")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
46
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--enable-debug', action='store_true', default=False, help="(ignored)")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
47
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--disable-debug', action='store_true', default=False, help="Disable debugging code")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
48
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--enable-debug-gdb', action='store_true', default=False, help="Enable GDB debugging symbols")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
49
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--enable-crypto', action='store_true', default=False, help="Enable OpenSSL.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
50
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--disable-droproot', action='store_true', default=False, help="Disable dropping root.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
51
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--disable-dns-lookup', action='store_true', default=False, help="Disable DNS lookups.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
52
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--disable-dns-retry', action='store_true', default=False, help="Disable retrying DNS lookups.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
53
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--disable-mdns-registration', action='store_true', default=False, help="Disable MDNS registration.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
54
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
55
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp = ctx.add_option_group("NTP cross compile options")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
56
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--cross-compiler', type='string', help="Path to cross compiler CC. (enables cross-compiling)")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
57
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--cross-cflags', type='string',  action="callback", callback=callback_flags, help="Cross compiler CFLAGS.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
58
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--cross-ldflags', type='string', action="callback", callback=callback_flags, help="Cross compiler LDFLAGS.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
59
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
60
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp = ctx.add_option_group("NTP configure features")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
61
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--enable-leap-smear', action='store_true', default=False, help="Enable Leap Smearing.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
62
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--enable-mssntp', action='store_true', default=False, help="Enable Samba MSS NTP support.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
63
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--enable-lockclock', action='store_true', default=False, help="Enable NIST lockclock scheme.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
64
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
65
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp = ctx.add_option_group("Refclock configure options")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
66
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--refclock', dest='refclocks', help="Comma-separated list of Refclock IDs to build (or \"all\")", type='string')</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
67
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--list', action='store_true', default=False, help="List available Refclocks")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
68
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
69
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp = ctx.add_option_group("NTP developer configure options")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
70
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--enable-saveconfig', action='store_true', help="Enable configuration saving on exit.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
71
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--build-version-tag', type='string', help="Append a tag to the version string.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
72
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--cflags', type='string', action="callback", callback=callback_flags, help="Users should use CFLAGS in their environment.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
73
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--ldflags', type='string', action="callback", callback=callback_flags, help="Users should use LDFLAGS in their environment.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
74
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--enable-fortify', action='store_true', help="Enable HP Fortify.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
75
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--fortify-flags', type='string', action='store', help="Fortify flags.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
76
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--check', action='store_true', default=False, help="Run tests")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
77
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--enable-rtems-trace', action='store_true', default=False, help="Enable RTEMS Trace.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
78
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--rtems-trace-path', type='string', default="", help="Path to rtems-tld.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
79
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
80
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp = ctx.add_option_group("NTP documentation configure options")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
81
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--enable-doc', action='store_true', default=False, help="Build NTP documentation")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
82
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--enable-doc-only', action='store_true', default=False, help="Only build NTP documentation")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
83
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--enable-a2x-xmllint', action='store_true', default=False, help="Build NTP documentation with a2x XML lint")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
84
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--disable-manpage', action='store_true', default=False, help="Disable Manpage building.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
85
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--path-doc', type='string', action='store', default=None, help="Force doc install directory.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
86
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
87
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp = ctx.add_option_group("Not for general use")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
88
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   grp.add_option('--build-snapshot', action='store_true', default=False, help="Generate source snapshot.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
89
</td>
<td class="diff-line-num new_line old" data-linenumber="39" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="39" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
39
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   options_cmd(ctx, config)</span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
90
</td>
<td class="new_line diff-line-num" data-linenumber="40" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
40
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line"></span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
91
</td>
<td class="new_line diff-line-num" data-linenumber="41" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
41
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line">def configure(ctx):</span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
92
</td>
<td class="new_line diff-line-num" data-linenumber="42" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
42
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line">     from pylib.configure import cmd_configure</span>
</td>
</tr>

</table>
<br>
</li>

</div>
<div class="footer" style="margin-top: 10px">
<p style="color: #777; font-size: small">

<br>
<a href="https://gitlab.com/NTPsec/ntpsec/commit/bae254457c31430e4ea384d806b0c1b3fa0ab425">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.

</p>
</div>
</body>
</html>