summaryrefslogtreecommitdiff
path: root/modules/ptsname
blob: 4fbab87962d4047daa4d2159693823d305a66b6d (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
33
34
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
gl_CONDITIONAL([GL_COND_OBJ_PTSNAME],
               [test $HAVE_PTSNAME = 0 || test $REPLACE_PTSNAME = 1])
AM_COND_IF([GL_COND_OBJ_PTSNAME], [
  gl_PREREQ_PTSNAME
])
gl_STDLIB_MODULE_INDICATOR([ptsname])

Makefile.am:
if GL_COND_OBJ_PTSNAME
lib_SOURCES += ptsname.c
endif

Include:
<stdlib.h>

License:
LGPLv2+

Maintainer:
all