maintainer-makefile: Prohibit BSD4.3/SysV u_char etc types.
[gnulib.git] / modules / grantpt
blobdb09688b9660157d2079cd9f17181df7183415d3
1 Description:
2 grantpt() function: Acquire ownership of the slave side of a pseudo-terminal.
4 Files:
5 lib/grantpt.c
6 lib/pty-private.h
7 m4/grantpt.m4
9 Depends-on:
10 stdlib
11 extensions
12 pt_chown        [test $HAVE_GRANTPT = 0]
13 waitpid         [test $HAVE_GRANTPT = 0]
14 configmake      [test $HAVE_GRANTPT = 0]
16 configure.ac:
17 gl_FUNC_GRANTPT
18 gl_CONDITIONAL([GL_COND_OBJ_GRANTPT], [test $HAVE_GRANTPT = 0])
19 AM_COND_IF([GL_COND_OBJ_GRANTPT], [
20   gl_PREREQ_GRANTPT
22 gl_STDLIB_MODULE_INDICATOR([grantpt])
24 Makefile.am:
25 if GL_COND_OBJ_GRANTPT
26 lib_SOURCES += grantpt.c
27 endif
29 Include:
30 <stdlib.h>
32 License:
33 LGPLv2+
35 Maintainer:
36 all