search for: dpam_conv_const

Displaying 1 result from an estimated 1 matches for "dpam_conv_const".

2007 Apr 15
1
dovecot pam const
...ruct pam_conv *conv = NULL; struct pam_message *msg; struct pam_response *resp; conv->conv(1, &msg, &resp, conv->appdata_ptr); ], [ AC_MSG_RESULT(yes) DEFINES="$DEFINES -DPAM_CONV_CONST=" ], [ AC_MSG_RESULT(no) DEFINES="$DEFINES -DPAM_CONV_CONST=const" ]) CFLAGS="$otp_CFLAGS" # restore --8<-- And then I do pam_get_item(..., (PAM_GET_CONST void **) arg); pam_get_user(....