diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-08-26 12:38:49 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-08-26 12:38:49 +0200 |
commit | 8116ddbb601d468c97b048bc678500f2357045bd (patch) | |
tree | 00afaaa0b059b2ba546e80faa0d37a66cce03613 /lgl/m4/string_h.m4 | |
parent | c97e32874b814d7097ff148d335e6c6cd9230a26 (diff) | |
download | gnutls-8116ddbb601d468c97b048bc678500f2357045bd.tar.gz |
Update gnulib files.
Diffstat (limited to 'lgl/m4/string_h.m4')
-rw-r--r-- | lgl/m4/string_h.m4 | 4 |
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]) |