From 2d2f3b81e12cd9cb852de54ac3188c4d7f268040 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 18 Jan 2018 11:04:51 -0800 Subject: git: Add some defines about supported libc features --- pkg/git/config.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pkg/git/config.h') diff --git a/pkg/git/config.h b/pkg/git/config.h index 45c713f6..c07feb3b 100644 --- a/pkg/git/config.h +++ b/pkg/git/config.h @@ -12,6 +12,13 @@ #define GIT_MAN_PATH "share/man" #define GIT_USER_AGENT "git/" GIT_VERSION #define GIT_VERSION "2.16.0" +#define HAVE_ALLOCA_H +#define HAVE_PATHS_H +#define HAVE_DEV_TTY +#define HAVE_CLOCK_GETTIME +#define HAVE_CLOCK_MONOTONIC +#define HAVE_GETDELIM +#define NO_GETTEXT #define NO_OPENSSL #define NO_SYS_POLL_H #define PAGER_ENV "LESS=FRX LV=-c" -- cgit v1.2.3