Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / posix_openpt
blob5bef9e27a7f7426fea929ec4a6cad271ed0f67c2
1 Description:
2 posix_openpt() function: Open the master side of a pseudo-terminal.
4 Files:
5 lib/posix_openpt.c
6 m4/posix_openpt.m4
8 Depends-on:
9 extensions
10 stdlib
12 configure.ac:
13 gl_FUNC_POSIX_OPENPT
14 if test $HAVE_POSIX_OPENPT = 0; then
15   AC_LIBOBJ([posix_openpt])
17 gl_STDLIB_MODULE_INDICATOR([posix_openpt])
19 Makefile.am:
21 Include:
22 <stdlib.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 Eric Blake