summaryrefslogtreecommitdiff
path: root/modules/fdopen
blob: c3af75a013f16252f7c4cb1c5fc86342316f0b8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description:
fdopen() function: open a stream with a given file descriptor.

Files:
lib/fdopen.c
m4/fdopen.m4

Depends-on:
stdio
msvc-inval      [test $REPLACE_FDOPEN = 1]

configure.ac:
gl_FUNC_FDOPEN
gl_CONDITIONAL([GL_COND_OBJ_FDOPEN], [test $REPLACE_FDOPEN = 1])
AM_COND_IF([GL_COND_OBJ_FDOPEN], [
  gl_PREREQ_FDOPEN
])
gl_STDIO_MODULE_INDICATOR([fdopen])

Makefile.am:
if GL_COND_OBJ_FDOPEN
lib_SOURCES += fdopen.c
endif

Include:
<stdio.h>

License:
LGPLv2+

Maintainer:
all