ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/ptytty.m4
(Generate patch)

Comparing libptytty/ptytty.m4 (file contents):
Revision 1.40 by sf-exg, Thu May 27 14:48:26 2021 UTC vs.
Revision 1.41 by sf-exg, Tue Jun 8 06:52:34 2021 UTC

29 _getpty \ 29 _getpty \
30 getpt \ 30 getpt \
31 posix_openpt \ 31 posix_openpt \
32 isastream \ 32 isastream \
33 setuid \ 33 setuid \
34 seteuid \
35 setreuid \ 34 setreuid \
36 setresuid \ 35 setresuid \
37) 36)
38 37
39AC_MSG_CHECKING(for UNIX98 ptys) 38AC_MSG_CHECKING(for UNIX98 ptys)
203 *(int *)CMSG_DATA (cmsg) = 5; 202 *(int *)CMSG_DATA (cmsg) = 5;
204 203
205 return sendmsg (3, &msg, 0); 204 return sendmsg (3, &msg, 0);
206} 205}
207]])],[pt_cv_can_pass_fds=yes],[pt_cv_can_pass_fds=no])]) 206]])],[pt_cv_can_pass_fds=yes],[pt_cv_can_pass_fds=no])])
208if test x$pt_cv_can_pass_fds = xyes; then 207if test x$pt_cv_can_pass_fds = xno; then
209 AC_DEFINE(HAVE_UNIX_FDPASS, 1, Define if sys/socket.h defines the necessary macros/functions for file handle passing)
210else
211 AC_MSG_ERROR([libptytty requires unix-compliant filehandle passing ability]) 208 AC_MSG_ERROR([libptytty requires unix-compliant filehandle passing ability])
212fi 209fi
213]) 210])
214 211
215AC_DEFUN([TTY_GROUP_CHECK], 212AC_DEFUN([TTY_GROUP_CHECK],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines