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

Comparing libptytty/ptytty.m4 (file contents):
Revision 1.31 by sf-exg, Sat Nov 26 13:39:03 2011 UTC vs.
Revision 1.32 by sf-exg, Thu Dec 22 10:16:49 2011 UTC

130#include <utmpx.h> 130#include <utmpx.h>
131]) 131])
132 132
133AC_CHECK_MEMBER([struct utmpx.ut_host], 133AC_CHECK_MEMBER([struct utmpx.ut_host],
134[AC_DEFINE(HAVE_UTMPX_HOST, 1, Define if struct utmpx contains ut_host)], [], [ 134[AC_DEFINE(HAVE_UTMPX_HOST, 1, Define if struct utmpx contains ut_host)], [], [
135#include <sys/types.h>
136#include <utmpx.h>
137])
138
139AC_CHECK_MEMBER([struct utmpx.ut_session],
140[AC_DEFINE(HAVE_UTMPX_SESSION, 1, Define if struct utmpx contains ut_session)], [], [
141#include <sys/types.h> 135#include <sys/types.h>
142#include <utmpx.h> 136#include <utmpx.h>
143]) 137])
144) dnl# AC_CHECK_HEADERS(utmpx.h 138) dnl# AC_CHECK_HEADERS(utmpx.h
145 139

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines