]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Support builds when sys/param.h is missing
authorDavid Michael <fedora.dm0@gmail.com>
Fri, 14 Dec 2012 19:56:58 +0000 (14:56 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 15 Dec 2012 18:13:23 +0000 (10:13 -0800)
commit6ede720529b00115abe46b8ab524bf06c58047e2
treebbbfba906aa57ede3587f8c4db43b54a09f5d095
parentbdd478d620034dc6517aea940f5dc6b88f780c04
Support builds when sys/param.h is missing

An option is added to the Makefile to skip the inclusion of sys/param.h.
The only known platform with this condition thus far is the z/OS UNIX System
Services environment.

Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
configure.ac
git-compat-util.h