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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
popen
blob
eb4102978a856df46db753304e96df0034327eca
1
Description:
2
popen() function: open a stream to a shell command.
3
4
Files:
5
lib/popen.c
6
m4/popen.m4
7
8
Depends-on:
9
stdio
10
open [test $HAVE_POPEN = 0 || test $REPLACE_POPEN = 1]
11
12
configure.ac:
13
gl_FUNC_POPEN
14
if test $HAVE_POPEN = 0 || test $REPLACE_POPEN = 1; then
15
AC_LIBOBJ([popen])
16
gl_PREREQ_POPEN
17
fi
18
gl_STDIO_MODULE_INDICATOR([popen])
19
20
Makefile.am:
21
22
Include:
23
<stdio.h>
24
25
License:
26
LGPL
27
28
Maintainer:
29
Eric Blake