aboutsummaryrefslogtreecommitdiff
path: root/gl/m4/gnulib-comp.m4
diff options
context:
space:
mode:
authorGravatar Ton Voon <ton.voon@opsera.com> 2010-06-24 09:57:07 +0100
committerGravatar Ton Voon <ton.voon@opsera.com> 2010-06-24 09:57:07 +0100
commitf789a37b057b6f34820ea4f95d63f53b5a84c980 (patch)
tree73b532f430f5e09ed8123824cf6ac852116471eb /gl/m4/gnulib-comp.m4
parentb8e2850c1add8031a11d951bec1459b203582299 (diff)
downloadmonitoring-plugins-f789a37b057b6f34820ea4f95d63f53b5a84c980.tar.gz
Added strsep to gnulib, for check_snmp.c
Diffstat (limited to 'gl/m4/gnulib-comp.m4')
-rw-r--r--gl/m4/gnulib-comp.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/gl/m4/gnulib-comp.m4 b/gl/m4/gnulib-comp.m4
index f4031cc7..73e63654 100644
--- a/gl/m4/gnulib-comp.m4
+++ b/gl/m4/gnulib-comp.m4
@@ -106,6 +106,7 @@ AC_DEFUN([gl_EARLY],
# Code from module string:
# Code from module strndup:
# Code from module strnlen:
+ # Code from module strsep:
# Code from module strstr-simple:
# Code from module sys_socket:
# Code from module sys_stat:
@@ -327,6 +328,9 @@ AC_DEFUN([gl_INIT],
# Code from module strnlen:
gl_FUNC_STRNLEN
gl_STRING_MODULE_INDICATOR([strnlen])
+ # Code from module strsep:
+ gl_FUNC_STRSEP
+ gl_STRING_MODULE_INDICATOR([strsep])
# Code from module strstr-simple:
gl_FUNC_STRSTR_SIMPLE
gl_STRING_MODULE_INDICATOR([strstr])
@@ -634,6 +638,7 @@ AC_DEFUN([gl_FILE_LIST], [
lib/stripslash.c
lib/strndup.c
lib/strnlen.c
+ lib/strsep.c
lib/strstr.c
lib/sys_socket.in.h
lib/sys_stat.in.h
@@ -762,6 +767,7 @@ AC_DEFUN([gl_FILE_LIST], [
m4/string_h.m4
m4/strndup.m4
m4/strnlen.m4
+ m4/strsep.m4
m4/strstr.m4
m4/sys_socket_h.m4
m4/sys_stat_h.m4