summaryrefslogtreecommitdiffstats
path: root/gl/langinfo.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/langinfo.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/langinfo.in.h')
-rw-r--r--gl/langinfo.in.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/gl/langinfo.in.h b/gl/langinfo.in.h
index e16c95b3..4b3f9b5b 100644
--- a/gl/langinfo.in.h
+++ b/gl/langinfo.in.h
@@ -1,5 +1,5 @@
1/* Substitute for and wrapper around <langinfo.h>. 1/* Substitute for and wrapper around <langinfo.h>.
2 Copyright (C) 2009-2025 Free Software Foundation, Inc. 2 Copyright (C) 2009-2026 Free Software Foundation, Inc.
3 3
4 This file is free software: you can redistribute it and/or modify 4 This file is free software: you can redistribute it and/or modify
5 it under the terms of the GNU Lesser General Public License as 5 it under the terms of the GNU Lesser General Public License as
@@ -162,11 +162,6 @@ typedef int nl_item;
162# define GNULIB_defined_CODESET 1 162# define GNULIB_defined_CODESET 1
163# endif 163# endif
164 164
165# if !@HAVE_LANGINFO_T_FMT_AMPM@
166# define T_FMT_AMPM 10006
167# define GNULIB_defined_T_FMT_AMPM 1
168# endif
169
170# if !@HAVE_LANGINFO_ALTMON@ 165# if !@HAVE_LANGINFO_ALTMON@
171# define ALTMON_1 10200 166# define ALTMON_1 10200
172# define ALTMON_2 (ALTMON_1 + 1) 167# define ALTMON_2 (ALTMON_1 + 1)
@@ -223,12 +218,6 @@ typedef int nl_item;
223# define GNULIB_defined_ERA 1 218# define GNULIB_defined_ERA 1
224# endif 219# endif
225 220
226# if !@HAVE_LANGINFO_YESEXPR@
227# define YESEXPR 10053
228# define NOEXPR 10054
229# define GNULIB_defined_YESEXPR 1
230# endif
231
232#endif 221#endif
233 222
234/* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ 223/* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */
@@ -260,7 +249,6 @@ _GL_CXXALIAS_SYS (nl_langinfo, char *, (nl_item item));
260_GL_CXXALIASWARN (nl_langinfo); 249_GL_CXXALIASWARN (nl_langinfo);
261# endif 250# endif
262#elif defined GNULIB_POSIXCHECK 251#elif defined GNULIB_POSIXCHECK
263# undef nl_langinfo
264# if HAVE_RAW_DECL_NL_LANGINFO 252# if HAVE_RAW_DECL_NL_LANGINFO
265_GL_WARN_ON_USE (nl_langinfo, "nl_langinfo is not portable - " 253_GL_WARN_ON_USE (nl_langinfo, "nl_langinfo is not portable - "
266 "use gnulib module nl_langinfo for portability"); 254 "use gnulib module nl_langinfo for portability");