1 2 3 4 5 6 7
#ifdef USE_PAM_DLOPEN /* Dynamically load and unload the PAM library */ int dlopen_pam(const char *so); void dlclose_pam(void); #endif