define MAXPATHLEN for hosts that don't support it

[jc: Martin says syllable (www.syllable.org) wants this.]

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Martin Atukunda 2005-12-13 15:21:34 +03:00 committed by Junio C Hamano
parent 773b633943
commit 252fef7149

View file

@ -110,4 +110,7 @@ static inline int sane_case(int x, int high)
return x;
}
#ifndef MAXPATHLEN
#define MAXPATHLEN 256
#endif
#endif