1 2 3 4 5 6 7
#if DLOPEN_PAM #include <security/pam_appl.h> /* Dynamically load and unload the PAM library */ int dlopen_pam (const char *so); void dlclose_pam (void); #endif