Rename <security/pam_attributes.h> to <security/openpam_attr.h>.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@405 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2007-12-19 11:38:27 +00:00
parent a369352a23
commit 876e12a0c0
5 changed files with 4 additions and 4 deletions

View File

@ -4,9 +4,9 @@ openpamdir = $(includedir)/security
openpam_HEADERS = \
openpam.h \
openpam_attr.h \
openpam_version.h \
pam_appl.h \
pam_attributes.h \
pam_constants.h \
pam_modules.h \
pam_types.h

View File

@ -42,7 +42,7 @@
*/
#include <stdarg.h>
#include <security/pam_attributes.h>
#include <security/openpam_attr.h>
#ifdef __cplusplus
extern "C" {

View File

@ -38,7 +38,7 @@
#define SECURITY_OPENPAM_VERSION_H_INCLUDED
#define OPENPAM
#define OPENPAM_VERSION 20071218
#define OPENPAM_VERSION 20071220
#define OPENPAM_RELEASE "Hydrangea"
#endif /* !SECURITY_OPENPAM_VERSION_H_INCLUDED */

View File

@ -39,7 +39,7 @@
#include <security/pam_types.h>
#include <security/pam_constants.h>
#include <security/pam_attributes.h>
#include <security/openpam_attr.h>
#ifdef __cplusplus
extern "C" {