1config BR2_PACKAGE_FSTRCMP
2	bool "fstrcmp"
3	depends on BR2_USE_WCHAR
4	help
5	  The fstrcmp project provides a library that is used to make
6	  fuzzy comparisons of strings and byte arrays, including multi-
7	  byte character strings.
8
9	  http://fstrcmp.sourceforge.net/
10
11comment "fstrcmp needs a toolchain w/ wchar"
12	depends on !BR2_USE_WCHAR
13