X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fopenpty;h=27a8bfc0446fc2aef32daf4d315aa8e676867569;hb=d7b3e94540c66455a08533826feb1fdd11a64008;hp=1608a8da47b63a6cf526bd7fd30c29c494e6a611;hpb=8e7bc4d9d435c2d18be77134896aa823733816a0;p=gnulib.git diff --git a/modules/openpty b/modules/openpty index 1608a8da4..27a8bfc04 100644 --- a/modules/openpty +++ b/modules/openpty @@ -1,5 +1,5 @@ Description: -Provide the openpty() function. +openpty() function: Open a pseudo-terminal. Files: lib/openpty.c @@ -7,9 +7,15 @@ m4/pty.m4 Depends-on: pty +extensions +fcntl-h +ioctl configure.ac: -gl_OPENPTY +gl_FUNC_OPENPTY +if test $HAVE_OPENPTY = 0 || test $REPLACE_OPENPTY = 1; then + AC_LIBOBJ([openpty]) +fi gl_PTY_MODULE_INDICATOR([openpty]) Makefile.am: