gnulib-tool.py: Reduce code duplication in file name transformations.
[gnulib.git] / modules / posix_openpt
blob1b065e10d05c7ace0183205e1bd5905029e972f3
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 gl_CONDITIONAL([GL_COND_OBJ_POSIX_OPENPT],
15                [test $HAVE_POSIX_OPENPT = 0 || test $REPLACE_POSIX_OPENPT = 1])
16 gl_STDLIB_MODULE_INDICATOR([posix_openpt])
18 Makefile.am:
19 if GL_COND_OBJ_POSIX_OPENPT
20 lib_SOURCES += posix_openpt.c
21 endif
23 Include:
24 <stdlib.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 Eric Blake