From 50c04bd94ce573a123a1a92f713646e00bc77b39 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 29 Aug 2005 13:04:37 +0000 Subject: Relevant BUGIDs: none Purpose of commit: cleanup Commit summary: --------------- cleanup the header files, don't include allways all other header files. --- libpam/include/security/pam_modules.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libpam/include/security/pam_modules.h') 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 /* 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 */ - -#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, -- cgit v1.2.3