"J.J.Bailey" <[EMAIL PROTECTED]> wrote: > x99_sync.c doesn't compile because PATH_MAX isn't defined. PATH_MAX > isn't defined because this test in limits.h fails:
PATH_MAX should *not* be used anywhere in the source. It's not really needed, and POSIX says it's recommended, not required. i.e. GNU Hurd doesn't define PATH_MAX at *all*. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
