Use fnmatch(), if it exists.
authorAlan T. DeKok <aland@freeradius.org>
Tue, 7 Dec 2010 13:53:57 +0000 (14:53 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 7 Dec 2010 15:50:30 +0000 (16:50 +0100)
commit3aa1a7a67f83390a508c22625b69fe91e8e36cd6
tree2a20c6314b9bb98ee1eff31f8fee05d6be000c07
parent4ee67c016812c8f449e8385e22fb8f63bef0c9e1
Use fnmatch(), if it exists.

The detail file reader reads a glob(), so we should check the writer
filename against that glob(), rather than using a string comparison

Closes bug #128
configure
configure.in
src/modules/rlm_detail/rlm_detail.c