------- Additional Comments From ams at gnu dot org 2005-05-26 12:59 ------- (In reply to comment #3) > Like most POSIX limits PATH_MAX may not be defined if the actual limit is not > > fixed.
Correct, and GNU doesn't have such a limit for the length of filenames, the number of arguments passed to a program or the length of a hostname. And probobly a whole bunch of other things that have slipped my mind right now. All of this is perfectly compliant with POSIX. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21706