------- Additional Comments From kargl at gcc dot gnu dot org 2005-07-25 21:41 ------- So, GNU does not follow IEEE Std 1003.1, 2004?
gfortran.h contains #include <limits.h> #ifndef PATH_MAX /* This is defined in a IEEE Std 1003.1, 2004 */ # include <sys/param.h> # define PATH_MAX MAXPATHLEN #endif -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23065