Ensure that fseeko is declared when possible.
[gnulib.git] / modules / trim
index 019a041..66161d8 100644 (file)
@@ -1,18 +1,20 @@
 Description:
-trim() removes leading and/or trailing whitespaces
+trim() function: remove leading and/or trailing whitespaces
 
 Files:
-lib/trim.c
 lib/trim.h
+lib/trim.c
 
 Depends-on:
 xalloc
+mbchar
 mbiter
 
 configure.ac:
+gl_FUNC_MBRTOWC
 
 Makefile.am:
-EXTRA_DIST += trim.h
+lib_SOURCES += trim.c
 
 Include:
 #include "trim.h"