posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / fopen
blob425cb610377ddfdf69a865ce5d8c225f39ddc854
1 Description:
2 fopen() function: open a stream to a file.
4 Files:
5 lib/fopen.c
6 m4/fopen.m4
8 Depends-on:
9 stdio
10 largefile
11 stdbool         [test $REPLACE_FOPEN = 1]
12 unistd          [test $REPLACE_FOPEN = 1]
13 fstat           [test $REPLACE_FOPEN = 1]
15 configure.ac:
16 gl_FUNC_FOPEN
17 if test $REPLACE_FOPEN = 1; then
18   AC_LIBOBJ([fopen])
19   gl_PREREQ_FOPEN
21 gl_STDIO_MODULE_INDICATOR([fopen])
23 Makefile.am:
25 Include:
26 <stdio.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 all