Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2.

This commit is contained in:
Martin v. Löwis 2002-09-30 16:19:48 +00:00
parent 174aa49a88
commit 21ee4091e1
5 changed files with 92 additions and 11 deletions

View file

@ -64,6 +64,8 @@ typedef struct timeval hs_time;
#ifndef PATH_MAX
# ifdef MAX_PATH
# define PATH_MAX MAX_PATH
# elif defined (_POSIX_PATH_MAX)
# define PATH_MAX _POSIX_PATH_MAX
# else
# error "Need a defn. for PATH_MAX in _hotshot.c"
# endif