getcwd: fix test failures on mingw
[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 ptsname         [test $HAVE_UNLOCKPT = 0]
13
14 configure.ac:
15 gl_FUNC_UNLOCKPT
16 if test $HAVE_UNLOCKPT = 0; then
17   AC_LIBOBJ([unlockpt])
18   gl_PREREQ_UNLOCKPT
19 fi
20 gl_STDLIB_MODULE_INDICATOR([unlockpt])
21
22 Makefile.am:
23
24 Include:
25 <stdlib.h>
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible