Don't use POSIX fnmatch() for pattern matching.
commit26dd594c5ccc8df2e437a8a6170568d433ee616b
authorTeemu Murtola <teemu.murtola@cbr.su.se>
Tue, 6 Oct 2009 11:26:10 +0000 (6 13:26 +0200)
committerTeemu Murtola <teemu.murtola@cbr.su.se>
Tue, 6 Oct 2009 11:26:10 +0000 (6 13:26 +0200)
tree3a9eb64edc22bbfff80bc4f615f9af87b5225866
parentc4093314463fe1425b13e8da9ee0fc113767a297
Don't use POSIX fnmatch() for pattern matching.

The selection library used POSIX fnmatch() for pattern matching, but
this function may not be available on Windows, so there's now a
gmx_wcmatch() in string2.c/.h that supports basic wildcard matching.
include/string2.h
src/gmxlib/selection/sm_keywords.c
src/gmxlib/string2.c