Fix OpenPAM detection for newer versions.
This commit is contained in:
@@ -66,7 +66,8 @@
|
||||
#include "sudo_auth.h"
|
||||
|
||||
/* Only OpenPAM and Linux PAM use const qualifiers. */
|
||||
#if defined(_OPENPAM) || defined(__LIBPAM_VERSION) || defined(__LINUX_PAM__)
|
||||
#if defined(_OPENPAM) || defined(OPENPAM_VERSION) || \
|
||||
defined(__LIBPAM_VERSION) || defined(__LINUX_PAM__)
|
||||
# define PAM_CONST const
|
||||
#else
|
||||
# define PAM_CONST
|
||||
|
Reference in New Issue
Block a user