aboutsummaryrefslogtreecommitdiff
path: root/lib/graypam.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/graypam.h')
-rw-r--r--lib/graypam.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/graypam.h b/lib/graypam.h
index f818f86..e6b68aa 100644
--- a/lib/graypam.h
+++ b/lib/graypam.h
@@ -141,11 +141,9 @@ int gray_converse(pam_handle_t *pamh, int nargs,
/* Command line parsing */
#define CNTL_DEBUG 0x0001
-#define CNTL_AUDIT 0x0002
-#define CNTL_WAITDEBUG 0x0004
+#define CNTL_WAITDEBUG 0x0002
#define DEBUG(m,c) if (debug_level>=(m)) _pam_debug c
-#define AUDIT(c) if (cntl_flags&CNTL_AUDIT) _pam_debug c
enum pam_opt_type {
pam_opt_null,

Return to:

Send suggestions and report system problems to the System administrator.