On Mon, Jul 25, 2005 at 12:19:00PM -0700, Bruce Korb wrote:
>                                 Anyway, I'll replace "PATH_MAX" with 
> "MAXPATHLEN"
> and now define it thus:
> 
> #ifndef MAXPATHLEN
> #  ifdef PATH_MAX
> #    define MAXPATHLEN   PATH_MAX
> #  else
> #    define MAXPATHLEN   4096
> #  endif
> #else
> #  if defined(PATH_MAX) && (PATH_MAX > MAXPATHLEN)
> #     undef  MAXPATHLEN
> #     define MAXPATHLEN  PATH_MAX
> #  endif
> #endif
> 
> Ugly stuff....
> 
> Thank you.  Regards, Bruce

Thanks for the quick reply, Bruce.  I'll apply Michael's minimal fix
for now and undo it once the next version is released.

-- 
Matt

Attachment: signature.asc
Description: Digital signature

Reply via email to