<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Mon, 2010-11-22 at 10:32 -0800, Alan Coopersmith wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#737373">&gt; -# ifdef USE_PAM</FONT></TT><BR>
    <TT><FONT COLOR="#737373">&gt; +# ifdef HAVE_PAM_OPEN_SESSION</FONT></TT><BR>
    <BR>
    <TT><FONT COLOR="#1a1a1a">USE_PAM really does seem more descriptive in this case than</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">HAVE_PAM_OPEN_SESSION though, since it's the whole framework</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">we care about (and a build-time option to disable), not just</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">the presence of one function.</FONT></TT><BR>
    <BR>
</BLOCKQUOTE>
I see. Using the presence of a function to determine the presence of a feature.<BR>
Version 2 does not replace USE_PAM.<BR>
<BR>
I also changed check for SELinux to be consistent, patch #3 version 2.
</BODY>
</HTML>