Interix: add configure checks
commit25fe66f84cea9c2e0a7f6b53180542784b94485a
authorMarkus Duft <mduft@gentoo.org>
Wed, 27 Oct 2010 08:39:53 +0000 (27 10:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Oct 2010 00:52:43 +0000 (28 17:52 -0700)
treecedcd5e0af00d9bf55892e4418d16a6843c16ffd
parent2844923d62a4c408bd59ddb2caacca4aa7eb86bc
Interix: add configure checks

 * check for sys/poll.h. define NO_SYS_POLL_H otherwise.
 * check for inttypes.h, define NO_INTTYPES_H otherwise.
 * check for initgroups(), define NO_INITGROUPS otherwise.

Signed-off-by: Markus Duft <mduft@gentoo.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
configure.ac