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

Comparing libptytty/ptytty.m4 (file contents):
Revision 1.37 by sf-exg, Thu Jan 19 20:07:13 2012 UTC vs.
Revision 1.38 by sf-exg, Fri Oct 31 08:23:50 2014 UTC

188["/var/log/lastlogx" "/var/adm/lastlogx"]) 188["/var/log/lastlogx" "/var/adm/lastlogx"])
189]) 189])
190 190
191AC_DEFUN([SCM_RIGHTS_CHECK], 191AC_DEFUN([SCM_RIGHTS_CHECK],
192[ 192[
193AH_TEMPLATE([_XOPEN_SOURCE], [Enable declarations of msg_control and msg_controllen on Solaris])
193case $host in 194case $host in
194 *-*-solaris*) 195 *-*-solaris*)
195 AC_DEFINE(_XOPEN_SOURCE, 500, Enable declarations of msg_control and msg_controllen on Solaris) 196 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
197#if __STDC_VERSION__ >= 199901L
198error
199#endif
200]])],[AC_DEFINE(_XOPEN_SOURCE, 500)],[AC_DEFINE(_XOPEN_SOURCE, 600)])
196 AC_SEARCH_LIBS(sendmsg, socket) 201 AC_SEARCH_LIBS(sendmsg, socket)
197 ;; 202 ;;
198esac 203esac
199 204
200AC_CACHE_CHECK(for unix-compliant filehandle passing ability, pt_cv_can_pass_fds, 205AC_CACHE_CHECK(for unix-compliant filehandle passing ability, pt_cv_can_pass_fds,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines