[cups.bugs] [MOD] STR #1685: Problems building scheduler/auth.c on HP-UX without libpam

The Written Word bugs-cups at thewrittenword.com
Sat May 13 16:21:57 PDT 2006


[STR New]

HAVE_LIBPAM is defined unconditionally, either to 0 or 1. Moreover,
libpam exists only on HP-UX 11.23. Therefore, the test in
scheduler/auth.c:
  #if defined(__hpux) && defined(HAVE_LIBPAM)
is incorrect. It should be:
  #if defined(__hpux) && HAVE_LIBPAM

All other uses of HAVE_LIBPAM are correct (i.e. HAVE_LIBPAM or
!HAVE_LIBPAM).

Link: http://www.cups.org/str.php?L1685
Version: 1.2.0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: a
Type: application/octet-stream
Size: 411 bytes
Desc: not available
URL: <http://lists.cups.org/pipermail/cups-devel/attachments/20060513/1c1fb4a5/attachment.obj>


More information about the cups-devel mailing list