xref: /OK3568_Linux_fs/buildroot/package/fstrcmp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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