]> git.ipfire.org Git - thirdparty/make.git/commit
Add support for intmax_t
authorPaul Smith <psmith@gnu.org>
Mon, 3 Oct 2022 14:07:21 +0000 (10:07 -0400)
committerPaul Smith <psmith@gnu.org>
Mon, 3 Oct 2022 19:11:57 +0000 (15:11 -0400)
commit01142a53c9d99b9b72aedd37ffe5b8c75d795008
treef322faeb5880ab05eebf9e1238fcb4a223bc1835
parentdee6af912ab983014cdfaed8d58ced7e2e2e04ed
Add support for intmax_t

* configure.ac: Ask autoconf to detect it.
* src/config.ami.template: Add #define intmax_t for AmigaOS.
* src/config.h-vms.template: Add #define intmax_t for VMS.
* src/config.h.W32.template: Add #define intmax_t for Windows.
* src/configh.dos.template: Add #define intmax_t for MS-DOS/DJPP.
configure.ac
src/config.ami.template
src/config.h-vms.template
src/config.h.W32.template
src/configh.dos.template