fsusage: Enable large volume support on AIX >= 5.2.
[gnulib.git] / modules / fopen
1 Description:
2 fopen() function: open a stream to a file.
3
4 Files:
5 lib/fopen.c
6 m4/fopen.m4
7
8 Depends-on:
9 stdio
10 unistd          [test $REPLACE_FOPEN = 1]
11
12 configure.ac:
13 gl_FUNC_FOPEN
14 if test $REPLACE_FOPEN = 1; then
15   AC_LIBOBJ([fopen])
16   gl_PREREQ_FOPEN
17 fi
18 gl_STDIO_MODULE_INDICATOR([fopen])
19
20 Makefile.am:
21
22 Include:
23 <stdio.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Bruno Haible
30