fnmatch depends on mbsrtowcs and mbsinit.
[pspp] / modules / fnmatch
index 82048e3e4225832ca0db56571ff7bf245dd4bfbf..5c3d7090c3ac0aa3557a55bc9b4a03a21f5b587d 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-GNU fnmatch() implementation.
+GNU implementation of the fnmatch() function.
 
 Files:
 lib/fnmatch.in.h
@@ -14,6 +14,10 @@ alloca
 stdbool
 wchar
 wctype
+memchr
+memcmp
+mbsrtowcs
+mbsinit
 
 configure.ac:
 # No macro. You should also use one of fnmatch-posix or fnmatch-gnu.