autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to write directly to config.h from configure?


From: Paul Eggert
Subject: Re: How to write directly to config.h from configure?
Date: Thu, 26 Jul 2018 10:42:20 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 07/26/2018 10:26 AM, Jeffrey Walton wrote:
The problem is we risk breaking user code, especially on Windows
platforms where <stdint.h> or <cstdint> did not arrive until about
2010.

Gnulib's stdint.h module solves this. Use it, and the rest of your code can just use "#include <stdint.h>".

https://www.gnu.org/software/gnulib/manual/html_node/stdint_002eh.html




reply via email to

[Prev in Thread] Current Thread [Next in Thread]