diff options
author | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-22 03:51:25 +0000 |
---|---|---|
committer | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-22 03:51:25 +0000 |
commit | fc3d374adc7e94f43e306cabf23df19c46fe4dae (patch) | |
tree | b97492f2a8d9b9b3d41f020dde39ac89bad83229 /libgfortran/config.h.in | |
parent | 8f32810f4510e194a7dc78447487d79cff2293f0 (diff) | |
download | gcc-fc3d374adc7e94f43e306cabf23df19c46fe4dae.tar.gz |
PR 60324 Handle long path names, don't use PATH_MAX.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210738 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r-- | libgfortran/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index 8298f8d7812..110fb6d5b9a 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -729,6 +729,12 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the `strndup' function. */ +#undef HAVE_STRNDUP + +/* Define to 1 if you have the `strnlen' function. */ +#undef HAVE_STRNLEN + /* Define to 1 if you have the `strtof' function. */ #undef HAVE_STRTOF |