[Git][NTPsec/ntpsec][master] size_t requires only stddef.h
Matt Selsky
gitlab at mg.gitlab.com
Wed Feb 8 03:57:51 UTC 2017
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
ecc19fd5 by Matt Selsky at 2017-02-07T22:56:09-05:00
size_t requires only stddef.h
- - - - -
1 changed file:
- wafhelpers/configure.py
Changes:
=====================================
wafhelpers/configure.py
=====================================
--- a/wafhelpers/configure.py
+++ b/wafhelpers/configure.py
@@ -255,9 +255,8 @@ def cmd_configure(ctx, config):
for (s, h) in structures:
ctx.check_cc(type_name=s, header_name=h, mandatory=False)
- # waf's SNIP_FIELD should likely include these headers itself
- ctx.check_cc(header_name="stdint.h", auto_add_header_name=True, mandatory=False)
- ctx.check_cc(header_name="sys/types.h", auto_add_header_name=True, mandatory=False)
+ # waf's SNIP_FIELD should likely include this header itself
+ ctx.check_cc(header_name="stddef.h", auto_add_header_name=True, mandatory=False)
structure_fields = (
("time_tick", "struct timex", ["sys/time.h", "sys/timex.h"]),
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/ecc19fd53f4755c19e337cb89482ba4bbf7a148e
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170208/fe1606f6/attachment.html>
More information about the vc
mailing list