mduft@xxxxxxxxxxxxxxxxxx writes: > * 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@xxxxxxxxxx> > --- > Makefile | 28 ++++++++++++++++++++++++++++ > daemon.c | 6 +++++- > git-compat-util.h | 8 ++++++++ > 3 files changed, 41 insertions(+), 1 deletions(-) Could you also add appropriate detection to configure.ac? Thanks in advance. -- Jakub Narebski Poland ShadeHawk on #git -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html