summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-26 02:26:20 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-26 02:26:20 +0200
commita2ed03ebd40da84adde252cf26603d459421ea7d (patch)
treea8470d4e6b78350522608e45b987dcd1402bc8fb /config.in
parentb113c19877a39591f817623ae5983e815d205df0 (diff)
downloadgmp-a2ed03ebd40da84adde252cf26603d459421ea7d.tar.gz
Regenerate for:
* configure.in (AC_CHECK_FUNCS): Add strnlen.
Diffstat (limited to 'config.in')
-rw-r--r--config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.in b/config.in
index 97cef7c16..efb9cd323 100644
--- a/config.in
+++ b/config.in
@@ -270,6 +270,9 @@ MA 02111-1307, USA. */
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
+/* Define if you have the `strnlen' function. */
+#undef HAVE_STRNLEN
+
/* Define if you have the `strtoul' function. */
#undef HAVE_STRTOUL