summaryrefslogtreecommitdiff
path: root/modules/ptsname
blob: e135c5af89e581c82c7fc57a6786ae9541138472 (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
Description:
ptsname() function: Determine name of the slave side of a pseudo-terminal.

Files:
lib/ptsname.c
m4/ptsname.m4

Depends-on:
stdlib
extensions
ptsname_r       [test $HAVE_PTSNAME = 0]

configure.ac:
gl_FUNC_PTSNAME
if test $HAVE_PTSNAME = 0 || test $REPLACE_PTSNAME = 1; then
  AC_LIBOBJ([ptsname])
  gl_PREREQ_PTSNAME
fi
gl_STDLIB_MODULE_INDICATOR([ptsname])

Makefile.am:

Include:
<stdlib.h>

License:
LGPLv2+

Maintainer:
all