verify: new macro 'assume'
[gnulib.git] / modules / posix_openpt
1 Description:
2 posix_openpt() function: Open the master side of a pseudo-terminal.
3
4 Files:
5 lib/posix_openpt.c
6 m4/posix_openpt.m4
7
8 Depends-on:
9 extensions
10 stdlib
11
12 configure.ac:
13 gl_FUNC_POSIX_OPENPT
14 if test $HAVE_POSIX_OPENPT = 0; then
15   AC_LIBOBJ([posix_openpt])
16 fi
17 gl_STDLIB_MODULE_INDICATOR([posix_openpt])
18
19 Makefile.am:
20
21 Include:
22 <stdlib.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Eric Blake