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

Comparing libptytty/ptytty.m4 (file contents):
Revision 1.5 by ayin, Mon Jan 23 10:42:04 2006 UTC vs.
Revision 1.6 by root, Wed Jan 25 21:17:46 2006 UTC

451 451
452AC_DEFUN([SCM_RIGHTS_CHECK], 452AC_DEFUN([SCM_RIGHTS_CHECK],
453[ 453[
454AC_CACHE_CHECK(for unix-compliant filehandle passing ability, can_pass_fds, 454AC_CACHE_CHECK(for unix-compliant filehandle passing ability, can_pass_fds,
455[AC_TRY_LINK([ 455[AC_TRY_LINK([
456#include <cstddef> // broken bsds (is that redundant) need this 456#include <cstddef> // broken bsds (is that redundant?) need this
457#include <sys/types.h> 457#include <sys/types.h>
458#include <sys/socket.h> 458#include <sys/socket.h>
459#include <sys/uio.h> 459#include <sys/uio.h>
460],[ 460],[
461{ 461{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines