diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2026-03-26 12:53:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-26 12:53:53 +0100 |
| commit | 13e14a6bfd9f29cbfeab0c5161d2a994f97532e7 (patch) | |
| tree | 3aa7186fe092e42783dc7e981dc39a74ea61c466 /gl/m4/float_h.m4 | |
| parent | 9d8503f90ef25b2cecd324dc118e441f40233ea8 (diff) | |
| download | monitoring-plugins-13e14a6bfd9f29cbfeab0c5161d2a994f97532e7.tar.gz | |
* 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/m4/float_h.m4')
| -rw-r--r-- | gl/m4/float_h.m4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gl/m4/float_h.m4 b/gl/m4/float_h.m4 index 8580c9c9..c0ee7f8f 100644 --- a/gl/m4/float_h.m4 +++ b/gl/m4/float_h.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # float_h.m4 | 1 | # float_h.m4 |
| 2 | # serial 15 | 2 | # serial 17 |
| 3 | dnl Copyright (C) 2007, 2009-2025 Free Software Foundation, Inc. | 3 | dnl Copyright (C) 2007, 2009-2026 Free Software Foundation, Inc. |
| 4 | dnl This file is free software; the Free Software Foundation | 4 | dnl This file is free software; the Free Software Foundation |
| 5 | dnl gives unlimited permission to copy and/or distribute it, | 5 | dnl gives unlimited permission to copy and/or distribute it, |
| 6 | dnl with or without modifications, as long as this notice is preserved. | 6 | dnl with or without modifications, as long as this notice is preserved. |
| @@ -13,7 +13,7 @@ AC_DEFUN([gl_FLOAT_H], | |||
| 13 | GL_GENERATE_FLOAT_H=false | 13 | GL_GENERATE_FLOAT_H=false |
| 14 | REPLACE_FLOAT_LDBL=0 | 14 | REPLACE_FLOAT_LDBL=0 |
| 15 | case "$host_os" in | 15 | case "$host_os" in |
| 16 | aix* | beos* | openbsd* | mirbsd* | irix*) | 16 | aix* | beos* | openbsd* | mirbsd*) |
| 17 | GL_GENERATE_FLOAT_H=true | 17 | GL_GENERATE_FLOAT_H=true |
| 18 | ;; | 18 | ;; |
| 19 | freebsd* | dragonfly*) | 19 | freebsd* | dragonfly*) |
| @@ -63,6 +63,7 @@ changequote([,])dnl | |||
| 63 | [AC_LANG_PROGRAM( | 63 | [AC_LANG_PROGRAM( |
| 64 | [[#include <float.h> | 64 | [[#include <float.h> |
| 65 | int x[] = { FLT_DECIMAL_DIG, DBL_DECIMAL_DIG, LDBL_DECIMAL_DIG }; | 65 | int x[] = { FLT_DECIMAL_DIG, DBL_DECIMAL_DIG, LDBL_DECIMAL_DIG }; |
| 66 | int y[] = { FLT_IS_IEC_60559, DBL_IS_IEC_60559, LDBL_IS_IEC_60559 }; | ||
| 66 | float maxf = FLT_NORM_MAX; | 67 | float maxf = FLT_NORM_MAX; |
| 67 | double maxd = DBL_NORM_MAX; | 68 | double maxd = DBL_NORM_MAX; |
| 68 | long double maxl = LDBL_NORM_MAX; | 69 | long double maxl = LDBL_NORM_MAX; |
