pty: Activate the signature wrapper of forkpty.
[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 largefile
11 unistd          [test $REPLACE_FOPEN = 1]
12 fstat           [test $REPLACE_FOPEN = 1]
13
14 configure.ac:
15 gl_FUNC_FOPEN
16 if test $REPLACE_FOPEN = 1; then
17   AC_LIBOBJ([fopen])
18   gl_PREREQ_FOPEN
19 fi
20 gl_STDIO_MODULE_INDICATOR([fopen])
21
22 Makefile.am:
23
24 Include:
25 <stdio.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 Bruno Haible
32