diff options
Diffstat (limited to 'pkg/git/config.h')
| -rw-r--r-- | pkg/git/config.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pkg/git/config.h b/pkg/git/config.h new file mode 100644 index 00000000..47cb9d5b --- /dev/null +++ b/pkg/git/config.h @@ -0,0 +1,13 @@ +#define DEFAULT_GIT_TEMPLATE_DIR "share/git-core/templates" +#define ETC_GITATTRIBUTES "/etc/gitattributes" +#define ETC_GITCONFIG "/etc/gitconfig" +#define GIT_EXEC_PATH "libexec/git-core" +#define GIT_HTML_PATH "share/doc/git-doc" +#define GIT_INFO_PATH "share/info" +#define GIT_LOCALE_PATH "/share/locale" +#define GIT_MAN_PATH "share/man" +#define GIT_USER_AGENT "git/" GIT_VERSION +#define GIT_VERSION "2.11.0" +#define NO_SYS_POLL_H +#define PAGER_ENV "LESS=FRX LV=-c" +#define SHA1_HEADER <openssl/sha.h> |
