author | Markus Duft <mduft@gentoo.org> | |
Wed, 27 Oct 2010 08:39:52 +0000 (10:39 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 29 Oct 2010 00:52:22 +0000 (17:52 -0700) | ||
commit | 2844923d62a4c408bd59ddb2caacca4aa7eb86bc | |
tree | 984cbfe179ac14c8f59b62d05f5899c967a3a577 | tree | snapshot |
parent | 7ebee44167fc25b975f5543472c851ab1840af1b | commit | diff |
add support for the SUA layer (interix; windows)
* add required build options to Makefile.
* introduce new NO_INTTYPES_H for systems lacking inttypes; code
includes stdint.h instead, if this is set.
* introduce new NO_SYS_POLL_H for systems lacking sys/poll.h; code
includes poll.h instead, if this is set.
* introduce NO_INITGROUPS. initgroups() call is simply omitted.
Signed-off-by: Markus Duft <mduft@gentoo.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
* add required build options to Makefile.
* introduce new NO_INTTYPES_H for systems lacking inttypes; code
includes stdint.h instead, if this is set.
* introduce new NO_SYS_POLL_H for systems lacking sys/poll.h; code
includes poll.h instead, if this is set.
* introduce NO_INITGROUPS. initgroups() call is simply omitted.
Signed-off-by: Markus Duft <mduft@gentoo.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | diff | blob | history | |
daemon.c | diff | blob | history | |
git-compat-util.h | diff | blob | history |