1Description: 2Fuzzy string comparison. 3 4Files: 5lib/fstrcmp.h 6lib/fstrcmp.c 7 8Depends-on: 9lock 10tls 11xalloc 12 13configure.ac: 14 15Makefile.am: 16lib_SOURCES += fstrcmp.h fstrcmp.c 17 18Include: 19"fstrcmp.h" 20 21License: 22GPL 23 24Maintainer: 25Bruno Haible 26 27