aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/configure.ac
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2014-05-23 02:06:40 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2014-05-23 02:06:40 +0000
commitebfedee6d72292d8e6770e5de05d6290a94ab098 (patch)
treea1d916ed768d5a828956bfa4ec5d88864164419a /libgfortran/configure.ac
parentb17ec42d4c8cd1779306b81e0d090dc9f8f69c2a (diff)
downloadgcc-ebfedee6d72292d8e6770e5de05d6290a94ab098.zip
gcc-ebfedee6d72292d8e6770e5de05d6290a94ab098.tar.gz
gcc-ebfedee6d72292d8e6770e5de05d6290a94ab098.tar.bz2
configure.ac [...] (HAVE_STRNLEN, [...]): Define.
* configure.ac [with_newlib] (HAVE_STRNLEN, HAVE_STRNDUP): Define. * configure: Regenerate. From-SVN: r210841
Diffstat (limited to 'libgfortran/configure.ac')
-rw-r--r--libgfortran/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgfortran/configure.ac b/libgfortran/configure.ac
index fb29c14..ab4c497 100644
--- a/libgfortran/configure.ac
+++ b/libgfortran/configure.ac
@@ -273,6 +273,8 @@ if test "x${with_newlib}" = "xyes"; then
AC_DEFINE(HAVE_VSNPRINTF, 1, [Define if you have vsnprintf.])
AC_DEFINE(HAVE_LOCALTIME_R, 1, [Define if you have localtime_r.])
AC_DEFINE(HAVE_GMTIME_R, 1, [Define if you have gmtime_r.])
+ AC_DEFINE(HAVE_STRNLEN, 1, [Define if you have strnlen.])
+ AC_DEFINE(HAVE_STRNDUP, 1, [Define if you have strndup.])
# At some point, we should differentiate between architectures
# like x86, which have long double versions, and alpha/powerpc/etc.,