aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/security/pam_mod_misc.h')
-rw-r--r--include/security/pam_mod_misc.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/security/pam_mod_misc.h b/include/security/pam_mod_misc.h
index 418fb1b..2f944e7 100644
--- a/include/security/pam_mod_misc.h
+++ b/include/security/pam_mod_misc.h
@@ -7,10 +7,6 @@
* an easier logging interface and some additional options for OpenPAM.
*/
-#ifndef __linux__
-# include <sys/cdefs.h>
-#endif
-
/*
* Common option names
@@ -19,8 +15,8 @@
#define PAM_OPT_AUTH_AS_SELF "auth_as_self"
#define PAM_OPT_ECHO_PASS "echo_pass"
#define PAM_OPT_DEBUG "debug"
-#define PAM_OPT_PRELIM_CHECK "prelim_check"
-#define PAM_OPT_UPDATE_AUTHTOK "update_authtok"
+//#define PAM_OPT_PRELIM_CHECK "prelim_check"
+//#define PAM_OPT_UPDATE_AUTHTOK "update_authtok"
#define PAM_OPT_MD5 "md5"