diff options
| author | Michael Forney <mforney@mforney.org> | 2018-01-18 11:04:51 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-01-18 11:05:14 -0800 |
| commit | 2d2f3b81e12cd9cb852de54ac3188c4d7f268040 (patch) | |
| tree | adc5f97bc595a05dc0a625d1a434e39c4f6c26eb /pkg/git/config.h | |
| parent | 9d60aac00d4c1d1df952763e51d1b34c032e1564 (diff) | |
git: Add some defines about supported libc features
Diffstat (limited to 'pkg/git/config.h')
| -rw-r--r-- | pkg/git/config.h | 7 |
1 files changed, 7 insertions, 0 deletions
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" |
