summaryrefslogtreecommitdiffstats
path: root/gl/strings.in.h
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2026-03-26 12:53:53 +0100
committerGitHub <noreply@github.com>2026-03-26 12:53:53 +0100
commit13e14a6bfd9f29cbfeab0c5161d2a994f97532e7 (patch)
tree3aa7186fe092e42783dc7e981dc39a74ea61c466 /gl/strings.in.h
parent9d8503f90ef25b2cecd324dc118e441f40233ea8 (diff)
downloadmonitoring-plugins-13e14a6bfd9f29cbfeab0c5161d2a994f97532e7.tar.gz
Update/gnulib 2026 03 (#2247)HEADmaster
* Sync with the 202601-stable Gnulib code (4a3650d887) * Ignore more deps stuff in gnulib * Remove autogenerated gnulib files * Ignore more gnulib generated headers
Diffstat (limited to 'gl/strings.in.h')
-rw-r--r--gl/strings.in.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/gl/strings.in.h b/gl/strings.in.h
index 40c891d7..fd7cd2df 100644
--- a/gl/strings.in.h
+++ b/gl/strings.in.h
@@ -1,6 +1,6 @@
1/* A substitute <strings.h>. 1/* A substitute <strings.h>.
2 2
3 Copyright (C) 2007-2025 Free Software Foundation, Inc. 3 Copyright (C) 2007-2026 Free Software Foundation, Inc.
4 4
5 This file is free software: you can redistribute it and/or modify 5 This file is free software: you can redistribute it and/or modify
6 it under the terms of the GNU Lesser General Public License as 6 it under the terms of the GNU Lesser General Public License as
@@ -76,7 +76,6 @@ _GL_FUNCDECL_SYS (ffs, int, (int i), );
76_GL_CXXALIAS_SYS (ffs, int, (int i)); 76_GL_CXXALIAS_SYS (ffs, int, (int i));
77_GL_CXXALIASWARN (ffs); 77_GL_CXXALIASWARN (ffs);
78#elif defined GNULIB_POSIXCHECK 78#elif defined GNULIB_POSIXCHECK
79# undef ffs
80# if HAVE_RAW_DECL_FFS 79# if HAVE_RAW_DECL_FFS
81_GL_WARN_ON_USE (ffs, "ffs is not portable - use the ffs module"); 80_GL_WARN_ON_USE (ffs, "ffs is not portable - use the ffs module");
82# endif 81# endif
@@ -109,7 +108,6 @@ _GL_CXXALIASWARN (strcasecmp);
109/* strcasecmp() does not work with multibyte strings: 108/* strcasecmp() does not work with multibyte strings:
110 POSIX says that it operates on "strings", and "string" in POSIX is defined 109 POSIX says that it operates on "strings", and "string" in POSIX is defined
111 as a sequence of bytes, not of characters. */ 110 as a sequence of bytes, not of characters. */
112# undef strcasecmp
113# if HAVE_RAW_DECL_STRCASECMP 111# if HAVE_RAW_DECL_STRCASECMP
114_GL_WARN_ON_USE (strcasecmp, "strcasecmp cannot work correctly on character " 112_GL_WARN_ON_USE (strcasecmp, "strcasecmp cannot work correctly on character "
115 "strings in multibyte locales and is unportable - " 113 "strings in multibyte locales and is unportable - "
@@ -147,7 +145,6 @@ _GL_CXXALIASWARN (strcasecmp_l);
147/* strcasecmp_l() does not work with multibyte strings: 145/* strcasecmp_l() does not work with multibyte strings:
148 POSIX says that it operates on "strings", and "string" in POSIX is defined 146 POSIX says that it operates on "strings", and "string" in POSIX is defined
149 as a sequence of bytes, not of characters. */ 147 as a sequence of bytes, not of characters. */
150# undef strcasecmp_l
151# if HAVE_RAW_DECL_STRCASECMP_L 148# if HAVE_RAW_DECL_STRCASECMP_L
152_GL_WARN_ON_USE (strcasecmp_l, "strcasecmp_l cannot work correctly on " 149_GL_WARN_ON_USE (strcasecmp_l, "strcasecmp_l cannot work correctly on "
153 "character strings in multibyte locales and is unportable - " 150 "character strings in multibyte locales and is unportable - "
@@ -182,7 +179,6 @@ _GL_CXXALIASWARN (strncasecmp);
182/* strncasecmp() does not work with multibyte strings: 179/* strncasecmp() does not work with multibyte strings:
183 POSIX says that it operates on "strings", and "string" in POSIX is defined 180 POSIX says that it operates on "strings", and "string" in POSIX is defined
184 as a sequence of bytes, not of characters. */ 181 as a sequence of bytes, not of characters. */
185# undef strncasecmp
186# if HAVE_RAW_DECL_STRNCASECMP 182# if HAVE_RAW_DECL_STRNCASECMP
187_GL_WARN_ON_USE (strncasecmp, "strncasecmp cannot work correctly on character " 183_GL_WARN_ON_USE (strncasecmp, "strncasecmp cannot work correctly on character "
188 "strings in multibyte locales and is unportable - " 184 "strings in multibyte locales and is unportable - "
@@ -220,7 +216,6 @@ _GL_CXXALIASWARN (strncasecmp_l);
220/* strncasecmp_l() does not work with multibyte strings: 216/* strncasecmp_l() does not work with multibyte strings:
221 POSIX says that it operates on "strings", and "string" in POSIX is defined 217 POSIX says that it operates on "strings", and "string" in POSIX is defined
222 as a sequence of bytes, not of characters. */ 218 as a sequence of bytes, not of characters. */
223# undef strncasecmp_l
224# if HAVE_RAW_DECL_STRNCASECMP_L 219# if HAVE_RAW_DECL_STRNCASECMP_L
225_GL_WARN_ON_USE (strncasecmp_l, "strncasecmp_l cannot work correctly on " 220_GL_WARN_ON_USE (strncasecmp_l, "strncasecmp_l cannot work correctly on "
226 "character strings in multibyte locales and is unportable - " 221 "character strings in multibyte locales and is unportable - "