Problems building scheduler/auth.c on HP-UX without libpam

Michael Sweet mike at easysw.com
Sat May 13 04:09:47 PDT 2006


Albert Chin wrote:
> 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).

http://www.cups.org/str.php

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Internet Printing and Publishing Software        http://www.easysw.com




More information about the cups-devel mailing list