git-compat-util.h: add FLOSS headers for HPE NonStop
commit1305ef3784c2ae9e0377ee1a8ee8ba546c7e3032
authorRandall S. Becker <randall.becker@nexbridge.ca>
Thu, 3 Jan 2019 21:03:50 +0000 (3 16:03 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Jan 2019 22:16:20 +0000 (3 14:16 -0800)
tree83e979e6168dd7b296c8cbf05390d35c3bec1345
parent71fb089c9f956b6d1dafb3c9165ad50051876a18
git-compat-util.h: add FLOSS headers for HPE NonStop

The HPE NonStop (a.k.a. __TANDEM) platform cannot build git without
using the FLOSS package supplied by HPE. The convenient location
for including the relevant headers is in this file.

The NSIG define is also not defined on __TANDEM, so we define it
here as 100 if it is not defined only for __TANDEM builds.

Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-compat-util.h