Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
Add #include "config.h" to get NTP_SIZEOF_xxx
· 003cbad4
Hal Murray
authored
Nov 25, 2017
003cbad4
Reduce clutter from ./waf -v
· 8d0b6408
Hal Murray
authored
Nov 25, 2017
The info in config.h used to be replicated in the command line.
8d0b6408
Hide whitespace changes
Inline
Side-by-side
libntp/timespecops.c
View file @
8d0b6408
...
...
@@ -37,6 +37,8 @@
* Copyright 2015 by the NTPsec project contributors
* SPDX-License-Identifier: NTP
*/
#include
"config.h"
#include
<stdio.h>
#include
<math.h>
...
...
wscript
View file @
8d0b6408
...
...
@@ -903,7 +903,7 @@ int main(int argc, char **argv) {
ctx.define("BUILD_EPOCH", int(time.time()), comment="Using default")
ctx.start_msg("Writing configuration header:")
ctx.write_config_header("config.h", remove=
Fals
e)
ctx.write_config_header("config.h", remove=
Tru
e)
ctx.end_msg("config.h", "PINK")
def yesno(x):
...
...