diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2009-12-08 14:41:40 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2009-12-08 14:41:40 +0000 |
commit | a728c0f63e15c18ef599e599e4e46456b624abda (patch) | |
tree | 8fb7df4028a6852952629510e88646e38cd3ae97 /configure.in | |
parent | 17c4c04115c7de3f5884ebdc562b0912bbd1b736 (diff) | |
download | pam-a728c0f63e15c18ef599e599e4e46456b624abda.tar.gz pam-a728c0f63e15c18ef599e599e4e46456b624abda.tar.bz2 pam-a728c0f63e15c18ef599e599e4e46456b624abda.zip |
Relevant BUGIDs: 2892529
Purpose of commit: bugfix
Commit summary:
---------------
2009-12-08 Thorsten Kukuk <kukuk@thkukuk.de>
* configure.in: Rename DEBUG to PAM_DEBUG.
* libpam/pam_env.c: Likewise
* libpam/pam_handlers.c: Likewise
* libpam/pam_miscc.c: Likewise
* libpam/pam_password.c: Likewise
* libpam/include/security/_pam_macros.h: Likewise
* libpamc/test/modules/pam_secret.c: Likewise
* modules/pam_group/pam_group.c: Likewise
* modules/pam_listfile/pam_listfile.c: Likewise
* modules/pam_unix/pam_unix_auth.c: Likewise
* modules/pam_unix/pam_unix_passwd.c: Likewise
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 3cc05ed4..96cf572b 100644 --- a/configure.in +++ b/configure.in @@ -234,7 +234,7 @@ AC_ARG_ENABLE([debug], AS_HELP_STRING([--enable-debug],[specify you are building with debugging on])) if test x"$enable_debug" = x"yes" ; then - AC_DEFINE([DEBUG],, + AC_DEFINE([PAM_DEBUG],, [lots of stuff gets written to /var/run/pam-debug.log]) fi |