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