Hi,
I change my opinion. I'd like to leave this problem for porters.
We cannot say a certain thing about platforms which don't have PATH_MAX.
Those who want to port GLOBAL to such platforms should set PATH_MAX to
an appropriate value.
I would like to add code as follows:

#ifndef PATH_MAX
Since this platform does not have PATH_MAX, you should define it
using an appropriate value for the platform.
/* #define PATH_MAX     1024 */
#endif

What do you think?

Regards,
Shigio

-- 
Shigio YAMAGUCHI <[email protected]>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3
_______________________________________________
Bug-global mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-global

Reply via email to