summaryrefslogtreecommitdiff
path: root/core/git/config.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-06-25 12:22:25 -0700
committerMichael Forney <mforney@mforney.org>2016-06-25 12:22:25 -0700
commite7e9ede8f3fa87bc95eb9d7b5f963444a5274a53 (patch)
tree09e10abdc09b759fa0faf89d31f23218aa84312a /core/git/config.h
parent00abe5a04f28e57e81a3b3b6117a706c404d44a8 (diff)
git: Store global definitions in config.h
Diffstat (limited to 'core/git/config.h')
-rw-r--r--core/git/config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/git/config.h b/core/git/config.h
new file mode 100644
index 00000000..4988d31d
--- /dev/null
+++ b/core/git/config.h
@@ -0,0 +1,11 @@
+#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.9.0"
+#define NO_SYS_POLL_H
+#define SHA1_HEADER <openssl/sha.h>