diff options
| author | christos <christos@NetBSD.org> | 2016-10-12 18:43:40 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2016-10-12 18:43:40 +0000 |
| commit | f79b27ad41fc76cb16b1cf60c3f78c611684fd47 (patch) | |
| tree | f9a305deb2e89ed3301cab4abcca15e1d3cae372 /include | |
| parent | c03b94e974a4d3435f0f93913c3afb3753fe6bc5 (diff) | |
Define __STDC_{LIMIT,CONSTANT,FORMAT}_MACROS in CXXFLAGS.
The problem is that the gnulib interception of <stdint.h> and <inttypes.h>
does not really work because we implement those internally with
<sys/inttypes.h> and <sys/stdint.h> and those internal headers are used
by other internal headers *before* they get a chance to be intercepted
(where the __STDC_ macros are defined).
Another way to fix this is to move the inclusion of the other headers
in <stdint.h> and <inttypes.h> outside multiple inclusion protection.
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
