diff options
| author | Ton Voon <ton.voon@opsera.com> | 2010-06-17 10:16:43 +0100 |
|---|---|---|
| committer | tonvoon <ton.voon@opsera.com> | 2010-06-23 13:30:34 +0000 |
| commit | 18f6835edaf7d640a2c9e476cb1babdbdadbfd9b (patch) | |
| tree | ae11f40e48dc34658445c99012726f32bfb45c56 /gl/m4/onceonly.m4 | |
| parent | f61412478ceb7c821793c8356b936f64066508bf (diff) | |
| download | monitoring-plugins-18f6835edaf7d640a2c9e476cb1babdbdadbfd9b.tar.gz | |
Added state retention APIs. Implemented for check_snmp with --rate option.
See http://nagiosplugin.org/c-api-private for more details on the API.
Also updated check_snmp -l option to change the perfdata label.
Diffstat (limited to 'gl/m4/onceonly.m4')
| -rw-r--r-- | gl/m4/onceonly.m4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gl/m4/onceonly.m4 b/gl/m4/onceonly.m4 index 4a3cd84d..6a9c87b7 100644 --- a/gl/m4/onceonly.m4 +++ b/gl/m4/onceonly.m4 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # onceonly.m4 serial 6 | 1 | # onceonly.m4 serial 7 |
| 2 | dnl Copyright (C) 2002-2003, 2005-2006, 2008-2010 Free Software Foundation, | 2 | dnl Copyright (C) 2002-2003, 2005-2006, 2008-2010 Free Software Foundation, |
| 3 | dnl Inc. | 3 | dnl Inc. |
| 4 | dnl This file is free software, distributed under the terms of the GNU | 4 | dnl This file is free software, distributed under the terms of the GNU |
| @@ -39,16 +39,16 @@ AC_PREREQ([2.59]) | |||
| 39 | AC_DEFUN([AC_CHECK_HEADERS_ONCE], [ | 39 | AC_DEFUN([AC_CHECK_HEADERS_ONCE], [ |
| 40 | : | 40 | : |
| 41 | m4_foreach_w([gl_HEADER_NAME], [$1], [ | 41 | m4_foreach_w([gl_HEADER_NAME], [$1], [ |
| 42 | AC_DEFUN([gl_CHECK_HEADER_]m4_quote(translit(gl_HEADER_NAME, | 42 | AC_DEFUN([gl_CHECK_HEADER_]m4_quote(m4_translit(gl_HEADER_NAME, |
| 43 | [./-], [___])), [ | 43 | [./-], [___])), [ |
| 44 | m4_divert_text([INIT_PREPARE], | 44 | m4_divert_text([INIT_PREPARE], |
| 45 | [gl_header_list="$gl_header_list gl_HEADER_NAME"]) | 45 | [gl_header_list="$gl_header_list gl_HEADER_NAME"]) |
| 46 | gl_HEADERS_EXPANSION | 46 | gl_HEADERS_EXPANSION |
| 47 | AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), | 47 | AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), |
| 48 | [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) | 48 | [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) |
| 49 | ]) | 49 | ]) |
| 50 | AC_REQUIRE([gl_CHECK_HEADER_]m4_quote(translit(gl_HEADER_NAME, | 50 | AC_REQUIRE([gl_CHECK_HEADER_]m4_quote(m4_translit(gl_HEADER_NAME, |
| 51 | [./-], [___]))) | 51 | [./-], [___]))) |
| 52 | ]) | 52 | ]) |
| 53 | ]) | 53 | ]) |
| 54 | m4_define([gl_HEADERS_EXPANSION], [ | 54 | m4_define([gl_HEADERS_EXPANSION], [ |
