提交 252fef71 编写于 作者: M Martin Atukunda 提交者: Junio C Hamano

define MAXPATHLEN for hosts that don't support it

[jc: Martin says syllable (www.syllable.org) wants this.]
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 773b6339
...@@ -110,4 +110,7 @@ static inline int sane_case(int x, int high) ...@@ -110,4 +110,7 @@ static inline int sane_case(int x, int high)
return x; return x;
} }
#ifndef MAXPATHLEN
#define MAXPATHLEN 256
#endif
#endif #endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册