view modules/unlockpt @ 15969:d28ebf7351e2

ptsname and others: relax license Discussed here: https://lists.gnu.org/archive/html/bug-gnulib/2011-10/msg00178.html * modules/grantpt (License): Change from LGPLv3+ to LGPLv2+. * modules/unlockpt (License): Likewise. * modules/pt_chown (License): Likewise. * modules/ptsname (License): Likewise. * modules/ttyname_r (License): Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Wed, 19 Oct 2011 15:07:28 -0600
parents c5dcba2a45c0
children 69cc1dcd696b
line wrap: on
line source

Description:
unlockpt() function: Unlock the slave side of a pseudo-terminal from its master
side.

Files:
lib/unlockpt.c
m4/unlockpt.m4

Depends-on:
stdlib
extensions
ptsname         [test $HAVE_UNLOCKPT = 0]

configure.ac:
gl_FUNC_UNLOCKPT
if test $HAVE_UNLOCKPT = 0; then
  AC_LIBOBJ([unlockpt])
  gl_PREREQ_UNLOCKPT
fi
gl_STDLIB_MODULE_INDICATOR([unlockpt])

Makefile.am:

Include:
<stdlib.h>

License:
LGPLv2+

Maintainer:
Bruno Haible