Define fallback PATH_MAX on systems that do not define one in <limits.h>

Notably on GNU/Hurd, as reported by Gerrit Pape.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano
2006-09-15 22:47:21 -07:00
parent 17fd965d21
commit d0c2449f78
2 changed files with 8 additions and 2 deletions

View File

@ -1,8 +1,7 @@
#ifndef BUILTIN_H
#define BUILTIN_H
#include <stdio.h>
#include <limits.h>
#include "git-compat-util.h"
extern const char git_version_string[];
extern const char git_usage_string[];