verify: new macro 'assume'
[gnulib.git] / modules / unlockpt
1 Description:
2 unlockpt() function: Unlock the slave side of a pseudo-terminal from its master
3 side.
4
5 Files:
6 lib/unlockpt.c
7 m4/unlockpt.m4
8
9 Depends-on:
10 stdlib
11 extensions
12 fcntl-h         [test $HAVE_UNLOCKPT = 0]
13 ptsname         [test $HAVE_UNLOCKPT = 0]
14
15 configure.ac:
16 gl_FUNC_UNLOCKPT
17 if test $HAVE_UNLOCKPT = 0; then
18   AC_LIBOBJ([unlockpt])
19   gl_PREREQ_UNLOCKPT
20 fi
21 gl_STDLIB_MODULE_INDICATOR([unlockpt])
22
23 Makefile.am:
24
25 Include:
26 <stdlib.h>
27
28 License:
29 LGPLv2+
30
31 Maintainer:
32 Bruno Haible