author | Ton Voon <tonvoon@users.sourceforge.net> | |
Thu, 25 May 2006 12:33:24 +0000 (12:33 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Thu, 25 May 2006 12:33:24 +0000 (12:33 +0000) | ||
commit | 5fd2550d4c96318b2de4a4a44e15e3c50c268e79 | |
tree | b712838611281a444a9b603949352bc4003de657 | tree | snapshot |
parent | 80e155c9cf826d977393ee130a07be599401335e | commit | diff |
Use coreutils' regexp libraries, so regexp always available now
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1403 f882894a-f735-0410-b71e-b25c423dba1c
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1403 f882894a-f735-0410-b71e-b25c423dba1c
18 files changed:
configure.in | diff | blob | history | |
lib/.cvsignore | diff | blob | history | |
lib/regcomp.c | [new file with mode: 0644] | blob |
lib/regex.c | [new file with mode: 0644] | blob |
lib/regex.h | [new file with mode: 0644] | blob |
lib/regex.o | [new file with mode: 0644] | blob |
lib/regex_internal.c | [new file with mode: 0644] | blob |
lib/regex_internal.h | [new file with mode: 0644] | blob |
lib/regexec.c | [new file with mode: 0644] | blob |
lib/strcase.h | [new file with mode: 0644] | blob |
m4/.cvsignore | diff | blob | history | |
m4/np_coreutils.m4 | diff | blob | history | |
m4/regex.m4 | [new file with mode: 0644] | blob |
m4/restrict.m4 | [new file with mode: 0644] | blob |
plugins/check_apt.c | diff | blob | history | |
plugins/check_http.c | diff | blob | history | |
plugins/check_smtp.c | diff | blob | history | |
plugins/check_snmp.c | diff | blob | history |