repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix quoting of AC_LANG_PROGRAM arguments.
[gnulib.git]
/
modules
/
dup
blob
46a6c96d30acbbb8bfafc1fae4d39d6bc023213a
1
Description:
2
dup() function: duplicate an open file descriptor.
3
4
Files:
5
lib/dup.c
6
m4/dup.m4
7
8
Depends-on:
9
unistd
10
msvc-inval [test $REPLACE_DUP = 1]
11
12
configure.ac:
13
gl_FUNC_DUP
14
if test $REPLACE_DUP = 1; then
15
AC_LIBOBJ([dup])
16
gl_PREREQ_DUP
17
fi
18
gl_UNISTD_MODULE_INDICATOR([dup])
19
20
Makefile.am:
21
22
Include:
23
<unistd.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
all