diff options
| author | Andreas Baumann <mail@andreasbaumann.cc> | 2026-03-27 11:14:20 +0100 |
|---|---|---|
| committer | Andreas Baumann <mail@andreasbaumann.cc> | 2026-03-27 11:14:20 +0100 |
| commit | 1113bbcd92d85b85579aa7feef511241e58fb0f5 (patch) | |
| tree | d69b7bcfe2f7e80fda9a1f4ddd38209d6cb7aaf0 /gl/minmax.h | |
| parent | 99283972fe3a74d3a1dea12c4099f76286130a67 (diff) | |
| parent | a71ce153082565e5728424749475593dc0623492 (diff) | |
| download | monitoring-plugins-1113bbcd92d85b85579aa7feef511241e58fb0f5.tar.gz | |
merged with mastercheck_snmp_fixes
Diffstat (limited to 'gl/minmax.h')
| -rw-r--r-- | gl/minmax.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gl/minmax.h b/gl/minmax.h index 355de4b1..fd731fb7 100644 --- a/gl/minmax.h +++ b/gl/minmax.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* MIN, MAX macros. | 1 | /* MIN, MAX macros. |
| 2 | Copyright (C) 1995, 1998, 2001, 2003, 2005, 2009-2025 Free Software | 2 | Copyright (C) 1995, 1998, 2001, 2003, 2005, 2009-2026 Free Software |
| 3 | Foundation, Inc. | 3 | 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 |
| @@ -19,8 +19,8 @@ | |||
| 19 | #define _MINMAX_H | 19 | #define _MINMAX_H |
| 20 | 20 | ||
| 21 | /* Note: MIN, MAX are also defined in <sys/param.h> on some systems | 21 | /* Note: MIN, MAX are also defined in <sys/param.h> on some systems |
| 22 | (glibc, IRIX, HP-UX, OSF/1). Therefore you might get warnings about | 22 | (glibc, HP-UX). Therefore you might get warnings about MIN, MAX |
| 23 | MIN, MAX macro redefinitions on some systems; the workaround is to | 23 | macro redefinitions on some systems; the workaround is to |
| 24 | #include this file as the last one among the #include list. */ | 24 | #include this file as the last one among the #include list. */ |
| 25 | 25 | ||
| 26 | /* This file uses HAVE_MINMAX_IN_LIMITS_H, HAVE_MINMAX_IN_SYS_PARAM_H. */ | 26 | /* This file uses HAVE_MINMAX_IN_LIMITS_H, HAVE_MINMAX_IN_SYS_PARAM_H. */ |
