readutmp, boot-time: Work around a Cygwin 3.5.3 bug.
[gnulib.git] / modules / freopen
blobc7bcdc04e62bde0e272bc68f47fb0d205b4a1385
1 Description:
2 freopen() function: open a stream to a file.
4 Files:
5 lib/freopen.c
6 m4/freopen.m4
8 Depends-on:
9 fcntl-h        [test $REPLACE_FREOPEN = 1]
10 open           [test $REPLACE_FREOPEN = 1]
11 stdio
12 largefile
14 configure.ac:
15 gl_FUNC_FREOPEN
16 gl_CONDITIONAL([GL_COND_OBJ_FREOPEN], [test $REPLACE_FREOPEN = 1])
17 AM_COND_IF([GL_COND_OBJ_FREOPEN], [
18   gl_PREREQ_FREOPEN
20 gl_STDIO_MODULE_INDICATOR([freopen])
22 Makefile.am:
23 if GL_COND_OBJ_FREOPEN
24 lib_SOURCES += freopen.c
25 endif
27 Include:
28 <stdio.h>
30 License:
31 LGPL
33 Maintainer:
34 all