projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
773b633
)
define MAXPATHLEN for hosts that don't support it
author
Martin Atukunda
<matlads@dsmagic.com>
Tue, 13 Dec 2005 12:21:34 +0000
(15:21 +0300)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 14 Dec 2005 22:26:44 +0000
(14:26 -0800)
[jc: Martin says syllable (www.syllable.org) wants this.]
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-compat-util.h
patch
|
blob
|
history
diff --git
a/git-compat-util.h
b/git-compat-util.h
index
4185b12
..
ead0ede
100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-110,4
+110,7
@@
static inline int sane_case(int x, int high)
return x;
}
+#ifndef MAXPATHLEN
+#define MAXPATHLEN 256
+#endif
#endif