]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Build: add NO_UINTMAX_T to support ancient systems
authorDavid M. Syzdek <david.syzdek@acsalaska.net>
Sun, 26 Oct 2008 11:52:37 +0000 (03:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Nov 2008 08:09:34 +0000 (01:09 -0700)
commit0bc3e781deb543ac2042cbd862c035403404c93d
tree61c10fdd81c3e9bdd840cd736970a8bdc6c8afc3
parent933bb3ae5e6c83288ec7c80c2282984f4927cb48
Build: add NO_UINTMAX_T to support ancient systems

This adds NO_UINTMAX_T for ancient systems, such as FreeBSD 4.9-SECURITY.
If NO_UINTMAX_T is defined, then uintmax_t is defined as uint32_t.

Signed-off-by: David M. Syzdek <david.syzdek@acsalaska.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
config.mak.in
configure.ac