Get rid of PATH_MAX and MAXPATHLEN
authorArnaud Fontaine <arnau@debian.org>
Fri, 30 Apr 2010 12:47:16 +0000 (14:47 +0200)
committerArnaud Fontaine <arnau@debian.org>
Fri, 30 Apr 2010 12:47:16 +0000 (14:47 +0200)
commita546d00091de0ab16374dec55e8e2fa87d6bbebf
treef834f0cab16289a74f7172b6c86777a313cc4f46
parentd06857217328c2283a8956788d72646fc67216fb
Get rid of PATH_MAX and MAXPATHLEN

There could be no upper limit on the length of a path according
to POSIX, therefore these macros may not be defined at all on
some systems (such as GNU Hurd).

Signed-off-by: Arnaud Fontaine <arnau@debian.org>
Reviewed-by: Peter Harris <pharris@opentext.com>
src/xcb_auth.c
src/xcb_util.c