Displaying 1 result from an estimated 1 matches for "underdon".
Did you mean:
underdone
2007 Apr 15
1
dovecot pam const
...[
AC_MSG_RESULT(no)
DEFINES="$DEFINES -DPAM_GET_CONST="
],
[
AC_MSG_RESULT(yes)
DEFINES="$DEFINES -DPAM_GET_CONST=const"
])
# Solaris PAM has (incorrectly) underdone const
AC_MSG_CHECKING(for missing const in PAM headers)
AC_TRY_COMPILE([#include <security/pam_appl.h>],
[
struct pam_conv *conv = NULL;
struct pam_message *msg;
struct pam_response *resp;
conv->conv(1, &m...