commit | b3e103dabeb01555f8766b74de73493f7a6ba048 | [log] [tgz] |
---|---|---|
author | David Michael <fedora.dm0@gmail.com> | Fri Dec 14 14:57:01 2012 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Dec 15 10:17:39 2012 -0800 |
tree | 35350d1184938f7ed584435cb33578837ab9fd69 | |
parent | 110d6985463886ecc53dbafe32e626704ec612cb [diff] |
Generalize the inclusion of strings.h The header strings.h was formerly only included for HP NonStop (aka Tandem) to define strcasecmp, but another platform requiring this inclusion has been found. The build system will now include the file based on its presence determined by configure. Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>