K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2013-08-27T17:52:38.277059Z
K 7
svn:log
V 365
ckpasswd:  use the right prototype for PAM functions

On AIX 7.1, security/pam_appl.h defines

struct pam_conv {
  int (*conv)(int, struct pam_message **,
    struct pam_response **, void *);
  void *appdata_ptr; 
};

so pam_message is not a const struct **.


Add m4/pam-const.m4 taken from rra-c-util to detect at configure
time whether pam_conv expects a const.

END
