Re: [PATCH 0/3] Interix support
From: Jakub Narebski <hidden>
Date: 2016-06-15 22:48:52
Jonathan Callen [off-list ref] writes:
This series of patches adds support for building git on Interix.
Interix is an interesting system, as it lacks some functions that are
normally present on POSIX systems, such as poll(). As I did not have
time to implement poll() on top of select(), these patches simply
disable the three commands that require poll() to be present:
git-daemon, git-upload-archive, and git-upload-pack.
Jonathan Callen (3):
Support building on systems without poll(2)
Support building without inttypes.h
Add Interix support
Makefile | 40 +++++++++++++++++++++++++++++++++++-----
builtin.h | 2 ++
git-compat-util.h | 6 ++++++
git.c | 2 ++
4 files changed, 45 insertions(+), 5 deletions(-)Could you please, if you can, add support for detecting existence of poll(2) and existence of inttypes.h to configure.ac, to make it automatically detected by $ make configure $ ./configure [options] Thanks in advance. -- Jakub Narebski Poland ShadeHawk on #git