summaryrefslogtreecommitdiff
path: root/lgl/m4/string_h.m4
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-08-26 12:38:49 +0200
committerSimon Josefsson <simon@josefsson.org>2008-08-26 12:38:49 +0200
commit8116ddbb601d468c97b048bc678500f2357045bd (patch)
tree00afaaa0b059b2ba546e80faa0d37a66cce03613 /lgl/m4/string_h.m4
parentc97e32874b814d7097ff148d335e6c6cd9230a26 (diff)
downloadgnutls-8116ddbb601d468c97b048bc678500f2357045bd.tar.gz
Update gnulib files.
Diffstat (limited to 'lgl/m4/string_h.m4')
-rw-r--r--lgl/m4/string_h.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/lgl/m4/string_h.m4 b/lgl/m4/string_h.m4
index 7143690ebf..b37f843ab2 100644
--- a/lgl/m4/string_h.m4
+++ b/lgl/m4/string_h.m4
@@ -5,7 +5,7 @@
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 4
+# serial 5
# Written by Paul Eggert.
@@ -63,6 +63,7 @@ AC_DEFUN([gl_HEADER_STRING_H_DEFAULTS],
GNULIB_MBSTOK_R=0; AC_SUBST([GNULIB_MBSTOK_R])
GNULIB_STRERROR=0; AC_SUBST([GNULIB_STRERROR])
GNULIB_STRSIGNAL=0; AC_SUBST([GNULIB_STRSIGNAL])
+ GNULIB_STRVERSCMP=0; AC_SUBST([GNULIB_STRVERSCMP])
dnl Assume proper GNU behavior unless another module says otherwise.
HAVE_DECL_MEMMEM=1; AC_SUBST([HAVE_DECL_MEMMEM])
HAVE_MEMPCPY=1; AC_SUBST([HAVE_MEMPCPY])
@@ -81,6 +82,7 @@ AC_DEFUN([gl_HEADER_STRING_H_DEFAULTS],
HAVE_DECL_STRTOK_R=1; AC_SUBST([HAVE_DECL_STRTOK_R])
HAVE_DECL_STRERROR=1; AC_SUBST([HAVE_DECL_STRERROR])
HAVE_DECL_STRSIGNAL=1; AC_SUBST([HAVE_DECL_STRSIGNAL])
+ HAVE_STRVERSCMP=1; AC_SUBST([HAVE_STRVERSCMP])
REPLACE_STRERROR=0; AC_SUBST([REPLACE_STRERROR])
REPLACE_STRSIGNAL=0; AC_SUBST([REPLACE_STRSIGNAL])
REPLACE_MEMMEM=0; AC_SUBST([REPLACE_MEMMEM])