Code

Use coreutils' regexp libraries, so regexp always available now
authorTon Voon <tonvoon@users.sourceforge.net>
Thu, 25 May 2006 12:33:24 +0000 (12:33 +0000)
committerTon Voon <tonvoon@users.sourceforge.net>
Thu, 25 May 2006 12:33:24 +0000 (12:33 +0000)
commit5fd2550d4c96318b2de4a4a44e15e3c50c268e79
treeb712838611281a444a9b603949352bc4003de657
parent80e155c9cf826d977393ee130a07be599401335e
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
18 files changed:
configure.in
lib/.cvsignore
lib/regcomp.c [new file with mode: 0644]
lib/regex.c [new file with mode: 0644]
lib/regex.h [new file with mode: 0644]
lib/regex.o [new file with mode: 0644]
lib/regex_internal.c [new file with mode: 0644]
lib/regex_internal.h [new file with mode: 0644]
lib/regexec.c [new file with mode: 0644]
lib/strcase.h [new file with mode: 0644]
m4/.cvsignore
m4/np_coreutils.m4
m4/regex.m4 [new file with mode: 0644]
m4/restrict.m4 [new file with mode: 0644]
plugins/check_apt.c
plugins/check_http.c
plugins/check_smtp.c
plugins/check_snmp.c