]> git.ipfire.org Git - people/ms/strongswan.git/commit - configure.in
Make availability of glob(3) optional in settings_t.
authorTobias Brunner <tobias@strongswan.org>
Tue, 22 Mar 2011 18:17:51 +0000 (19:17 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 22 Mar 2011 18:21:26 +0000 (19:21 +0100)
commita6390879d51c8193d1ef59920b7da0d65f191803
tree4280c55c25b6cf3820354b3c9c5e5dbb7d2d6c65
parent913591ecb895c18806842df2cdcd74d7503e80b2
Make availability of glob(3) optional in settings_t.

If glob(3) is not available just try to open the pattern as regular
file. The reason for this change is that glob(3) is not available on Android.
configure.in
src/libstrongswan/settings.c