diff options
Diffstat (limited to 'libgfortran/configure')
-rwxr-xr-x | libgfortran/configure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/configure b/libgfortran/configure index d46a6e2d796..9841ebc0ae3 100755 --- a/libgfortran/configure +++ b/libgfortran/configure @@ -16476,6 +16476,12 @@ $as_echo "#define HAVE_LOCALTIME_R 1" >>confdefs.h $as_echo "#define HAVE_GMTIME_R 1" >>confdefs.h +$as_echo "#define HAVE_STRNLEN 1" >>confdefs.h + + +$as_echo "#define HAVE_STRNDUP 1" >>confdefs.h + + # At some point, we should differentiate between architectures # like x86, which have long double versions, and alpha/powerpc/etc., # which don't. For the time being, punt. |