summaryrefslogtreecommitdiff
path: root/contrib/openpam/lib/openpam_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/openpam/lib/openpam_log.c')
-rw-r--r--contrib/openpam/lib/openpam_log.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/openpam/lib/openpam_log.c b/contrib/openpam/lib/openpam_log.c
index 6d76474842cc..e49229484b9b 100644
--- a/contrib/openpam/lib/openpam_log.c
+++ b/contrib/openpam/lib/openpam_log.c
@@ -1,5 +1,6 @@
/*-
* Copyright (c) 2002-2003 Networks Associates Technology, Inc.
+ * Copyright (c) 2004-2007 Dag-Erling Smørgrav
* All rights reserved.
*
* This software was developed for the FreeBSD Project by ThinkSec AS and
@@ -31,7 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $P4: //depot/projects/openpam/lib/openpam_log.c#24 $
+ * $Id: openpam_log.c 408 2007-12-21 11:36:24Z des $
*/
#include <ctype.h>
@@ -45,7 +46,11 @@
#include "openpam_impl.h"
+#ifdef OPENPAM_DEBUG
+int _openpam_debug = 1;
+#else
int _openpam_debug = 0;
+#endif
#if !defined(openpam_log)