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
/
posix_openpt
blob
5bef9e27a7f7426fea929ec4a6cad271ed0f67c2
1
Description:
2
posix_openpt() function: Open the master side of a pseudo-terminal.
3
4
Files:
5
lib/posix_openpt.c
6
m4/posix_openpt.m4
7
8
Depends-on:
9
extensions
10
stdlib
11
12
configure.ac:
13
gl_FUNC_POSIX_OPENPT
14
if test $HAVE_POSIX_OPENPT = 0; then
15
AC_LIBOBJ([posix_openpt])
16
fi
17
gl_STDLIB_MODULE_INDICATOR([posix_openpt])
18
19
Makefile.am:
20
21
Include:
22
<stdlib.h>
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
Eric Blake