havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / fclose
blobf34e96ab9c736c1c3052a6e48e13d38aca0fbb4c
1 Description:
2 fclose() function: close a stream.
4 Files:
5 lib/fclose.c
6 m4/fclose.m4
8 Depends-on:
9 stdio
10 close           [test $REPLACE_FCLOSE = 1]
11 fflush          [test $REPLACE_FCLOSE = 1]
12 freading        [test $REPLACE_FCLOSE = 1]
13 lseek           [test $REPLACE_FCLOSE = 1]
14 msvc-inval      [test $REPLACE_FCLOSE = 1]
16 configure.ac:
17 gl_FUNC_FCLOSE
18 if test $REPLACE_FCLOSE = 1; then
19   AC_LIBOBJ([fclose])
21 gl_STDIO_MODULE_INDICATOR([fclose])
23 Makefile.am:
25 Include:
26 <stdio.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 all