diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-29 13:04:37 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-29 13:04:37 +0000 |
commit | 50c04bd94ce573a123a1a92f713646e00bc77b39 (patch) | |
tree | a24d559659b6b87ecea6e9e9e2e4d3fda7eee9a9 /libpam/include/security/pam_modules.h | |
parent | e82456a57c9b8c2782e8acdcfdf9e69952272264 (diff) | |
download | pam-50c04bd94ce573a123a1a92f713646e00bc77b39.tar.gz pam-50c04bd94ce573a123a1a92f713646e00bc77b39.tar.bz2 pam-50c04bd94ce573a123a1a92f713646e00bc77b39.zip |
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
cleanup the header files, don't include allways all other header files.
Diffstat (limited to 'libpam/include/security/pam_modules.h')
-rw-r--r-- | libpam/include/security/pam_modules.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libpam/include/security/pam_modules.h b/libpam/include/security/pam_modules.h index 4182ebd6..f174e316 100644 --- a/libpam/include/security/pam_modules.h +++ b/libpam/include/security/pam_modules.h @@ -10,12 +10,6 @@ #include <security/_pam_types.h> /* Linux-PAM common defined types */ -/* these defines are used by pam_set_item() and pam_get_item() and are - * in addition to those found in <security/_pam_types.h> */ - -#define PAM_AUTHTOK 6 /* The authentication token (password) */ -#define PAM_OLDAUTHTOK 7 /* The old authentication token */ - /* -------------- The Linux-PAM Module PI ------------- */ extern int pam_set_data(pam_handle_t *pamh, const char *module_data_name, |