pty: Activate the signature wrapper of forkpty.
[gnulib.git] / modules / freopen
1 Description:
2 freopen() function: open a stream to a file.
3
4 Files:
5 lib/freopen.c
6 m4/freopen.m4
7
8 Depends-on:
9 stdio
10 largefile
11
12 configure.ac:
13 gl_FUNC_FREOPEN
14 if test $REPLACE_FREOPEN = 1; then
15   AC_LIBOBJ([freopen])
16   gl_PREREQ_FREOPEN
17 fi
18 gl_STDIO_MODULE_INDICATOR([freopen])
19
20 Makefile.am:
21
22 Include:
23 <stdio.h>
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible
30