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

Comparing libptytty/ptytty.m4 (file contents):
Revision 1.35 by sf-exg, Thu Jan 19 12:16:33 2012 UTC vs.
Revision 1.36 by sf-exg, Thu Jan 19 13:30:58 2012 UTC

198 ;; 198 ;;
199esac 199esac
200 200
201AC_CACHE_CHECK(for unix-compliant filehandle passing ability, pt_cv_can_pass_fds, 201AC_CACHE_CHECK(for unix-compliant filehandle passing ability, pt_cv_can_pass_fds,
202[AC_LINK_IFELSE([AC_LANG_PROGRAM([[ 202[AC_LINK_IFELSE([AC_LANG_PROGRAM([[
203#include <cstddef> // broken bsds (is that redundant?) need this 203#include <stddef.h> // broken bsds (is that redundant?) need this
204#include <sys/types.h> 204#include <sys/types.h>
205#include <sys/socket.h> 205#include <sys/socket.h>
206#include <sys/uio.h> 206#include <sys/uio.h>
207]], [[ 207]], [[
208{ 208{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines