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

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

74fi 74fi
75]) 75])
76 76
77AC_DEFUN([UTMP_CHECK], 77AC_DEFUN([UTMP_CHECK],
78[ 78[
79support_utmp=yes
80support_wtmp=yes
81support_lastlog=yes
82
79AC_ARG_ENABLE(utmp, 83AC_ARG_ENABLE(utmp,
80 [ --enable-utmp enable utmp (utmpx) support], 84 [ --enable-utmp enable utmp (utmpx) support],
81 [if test x$enableval = xyes -o x$enableval = xno; then 85 [if test x$enableval = xyes -o x$enableval = xno; then
82 support_utmp=$enableval 86 support_utmp=$enableval
83 fi]) 87 fi])
447 451
448AC_DEFUN([SCM_RIGHTS_CHECK], 452AC_DEFUN([SCM_RIGHTS_CHECK],
449[ 453[
450AC_CACHE_CHECK(for unix-compliant filehandle passing ability, can_pass_fds, 454AC_CACHE_CHECK(for unix-compliant filehandle passing ability, can_pass_fds,
451[AC_TRY_LINK([ 455[AC_TRY_LINK([
452#include <cstddef> // broken bsds (is that redundant) need this 456#include <cstddef> // broken bsds (is that redundant?) need this
453#include <sys/types.h> 457#include <sys/types.h>
454#include <sys/socket.h> 458#include <sys/socket.h>
455#include <sys/uio.h> 459#include <sys/uio.h>
456],[ 460],[
457{ 461{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines