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 /libpam/include | |
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 'libpam/include')
-rw-r--r-- | libpam/include/security/_pam_macros.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpam/include/security/_pam_macros.h b/libpam/include/security/_pam_macros.h index bd107cfb..e891e226 100644 --- a/libpam/include/security/_pam_macros.h +++ b/libpam/include/security/_pam_macros.h @@ -62,7 +62,7 @@ do { \ /* some debugging code */ -#ifdef DEBUG +#ifdef PAM_DEBUG /* * This provides the necessary function to do debugging in PAM. @@ -191,6 +191,6 @@ do { \ #define _pam_show_mem(X,XS) do { } while (0) #define _pam_show_reply(reply, replies) do { } while (0) -#endif /* DEBUG */ +#endif /* PAM_DEBUG */ #endif /* PAM_MACROS_H */ |