diff options
Diffstat (limited to 'gl/m4/string_h.m4')
| -rw-r--r-- | gl/m4/string_h.m4 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/gl/m4/string_h.m4 b/gl/m4/string_h.m4 index 766d7e98..2d5553c3 100644 --- a/gl/m4/string_h.m4 +++ b/gl/m4/string_h.m4 | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | # gives unlimited permission to copy and/or distribute it, | 5 | # gives unlimited permission to copy and/or distribute it, |
| 6 | # with or without modifications, as long as this notice is preserved. | 6 | # with or without modifications, as long as this notice is preserved. |
| 7 | 7 | ||
| 8 | # serial 4 | 8 | # serial 6 |
| 9 | 9 | ||
| 10 | # Written by Paul Eggert. | 10 | # Written by Paul Eggert. |
| 11 | 11 | ||
| @@ -35,6 +35,7 @@ AC_DEFUN([gl_HEADER_STRING_H_DEFAULTS], | |||
| 35 | GNULIB_MEMMEM=0; AC_SUBST([GNULIB_MEMMEM]) | 35 | GNULIB_MEMMEM=0; AC_SUBST([GNULIB_MEMMEM]) |
| 36 | GNULIB_MEMPCPY=0; AC_SUBST([GNULIB_MEMPCPY]) | 36 | GNULIB_MEMPCPY=0; AC_SUBST([GNULIB_MEMPCPY]) |
| 37 | GNULIB_MEMRCHR=0; AC_SUBST([GNULIB_MEMRCHR]) | 37 | GNULIB_MEMRCHR=0; AC_SUBST([GNULIB_MEMRCHR]) |
| 38 | GNULIB_RAWMEMCHR=0; AC_SUBST([GNULIB_RAWMEMCHR]) | ||
| 38 | GNULIB_STPCPY=0; AC_SUBST([GNULIB_STPCPY]) | 39 | GNULIB_STPCPY=0; AC_SUBST([GNULIB_STPCPY]) |
| 39 | GNULIB_STPNCPY=0; AC_SUBST([GNULIB_STPNCPY]) | 40 | GNULIB_STPNCPY=0; AC_SUBST([GNULIB_STPNCPY]) |
| 40 | GNULIB_STRCHRNUL=0; AC_SUBST([GNULIB_STRCHRNUL]) | 41 | GNULIB_STRCHRNUL=0; AC_SUBST([GNULIB_STRCHRNUL]) |
| @@ -62,10 +63,12 @@ AC_DEFUN([gl_HEADER_STRING_H_DEFAULTS], | |||
| 62 | GNULIB_MBSTOK_R=0; AC_SUBST([GNULIB_MBSTOK_R]) | 63 | GNULIB_MBSTOK_R=0; AC_SUBST([GNULIB_MBSTOK_R]) |
| 63 | GNULIB_STRERROR=0; AC_SUBST([GNULIB_STRERROR]) | 64 | GNULIB_STRERROR=0; AC_SUBST([GNULIB_STRERROR]) |
| 64 | GNULIB_STRSIGNAL=0; AC_SUBST([GNULIB_STRSIGNAL]) | 65 | GNULIB_STRSIGNAL=0; AC_SUBST([GNULIB_STRSIGNAL]) |
| 66 | GNULIB_STRVERSCMP=0; AC_SUBST([GNULIB_STRVERSCMP]) | ||
| 65 | dnl Assume proper GNU behavior unless another module says otherwise. | 67 | dnl Assume proper GNU behavior unless another module says otherwise. |
| 66 | HAVE_DECL_MEMMEM=1; AC_SUBST([HAVE_DECL_MEMMEM]) | 68 | HAVE_DECL_MEMMEM=1; AC_SUBST([HAVE_DECL_MEMMEM]) |
| 67 | HAVE_MEMPCPY=1; AC_SUBST([HAVE_MEMPCPY]) | 69 | HAVE_MEMPCPY=1; AC_SUBST([HAVE_MEMPCPY]) |
| 68 | HAVE_DECL_MEMRCHR=1; AC_SUBST([HAVE_DECL_MEMRCHR]) | 70 | HAVE_DECL_MEMRCHR=1; AC_SUBST([HAVE_DECL_MEMRCHR]) |
| 71 | HAVE_RAWMEMCHR=1; AC_SUBST([HAVE_RAWMEMCHR]) | ||
| 69 | HAVE_STPCPY=1; AC_SUBST([HAVE_STPCPY]) | 72 | HAVE_STPCPY=1; AC_SUBST([HAVE_STPCPY]) |
| 70 | HAVE_STPNCPY=1; AC_SUBST([HAVE_STPNCPY]) | 73 | HAVE_STPNCPY=1; AC_SUBST([HAVE_STPNCPY]) |
| 71 | HAVE_STRCHRNUL=1; AC_SUBST([HAVE_STRCHRNUL]) | 74 | HAVE_STRCHRNUL=1; AC_SUBST([HAVE_STRCHRNUL]) |
| @@ -79,9 +82,11 @@ AC_DEFUN([gl_HEADER_STRING_H_DEFAULTS], | |||
| 79 | HAVE_DECL_STRTOK_R=1; AC_SUBST([HAVE_DECL_STRTOK_R]) | 82 | HAVE_DECL_STRTOK_R=1; AC_SUBST([HAVE_DECL_STRTOK_R]) |
| 80 | HAVE_DECL_STRERROR=1; AC_SUBST([HAVE_DECL_STRERROR]) | 83 | HAVE_DECL_STRERROR=1; AC_SUBST([HAVE_DECL_STRERROR]) |
| 81 | HAVE_DECL_STRSIGNAL=1; AC_SUBST([HAVE_DECL_STRSIGNAL]) | 84 | HAVE_DECL_STRSIGNAL=1; AC_SUBST([HAVE_DECL_STRSIGNAL]) |
| 82 | REPLACE_STRERROR=0; AC_SUBST([REPLACE_STRERROR]) | 85 | HAVE_STRVERSCMP=1; AC_SUBST([HAVE_STRVERSCMP]) |
| 83 | REPLACE_STRSIGNAL=0; AC_SUBST([REPLACE_STRSIGNAL]) | ||
| 84 | REPLACE_MEMMEM=0; AC_SUBST([REPLACE_MEMMEM]) | 86 | REPLACE_MEMMEM=0; AC_SUBST([REPLACE_MEMMEM]) |
| 85 | REPLACE_STRCASESTR=0; AC_SUBST([REPLACE_STRCASESTR]) | 87 | REPLACE_STRDUP=0; AC_SUBST([REPLACE_STRDUP]) |
| 86 | REPLACE_STRSTR=0; AC_SUBST([REPLACE_STRSTR]) | 88 | REPLACE_STRSTR=0; AC_SUBST([REPLACE_STRSTR]) |
| 89 | REPLACE_STRCASESTR=0; AC_SUBST([REPLACE_STRCASESTR]) | ||
| 90 | REPLACE_STRERROR=0; AC_SUBST([REPLACE_STRERROR]) | ||
| 91 | REPLACE_STRSIGNAL=0; AC_SUBST([REPLACE_STRSIGNAL]) | ||
| 87 | ]) | 92 | ]) |
