003 File Manager
Current Path:
/usr/include/security
usr
/
include
/
security
/
📁
..
📁
audit
📁
mac_biba
📁
mac_bsdextended
📁
mac_lomac
📁
mac_mls
📁
mac_partition
📁
mac_veriexec
📄
openpam.h
(8.92 KB)
📄
openpam_attr.h
(885 B)
📄
openpam_version.h
(2.11 KB)
📄
pam_appl.h
(4.9 KB)
📄
pam_constants.h
(4.13 KB)
📄
pam_mod_misc.h
(1.94 KB)
📄
pam_modules.h
(4.24 KB)
📄
pam_types.h
(2.56 KB)
Editing: openpam_attr.h
/* * $OpenPAM: openpam_attr.h 938 2017-04-30 21:34:42Z des $ */ #ifndef SECURITY_OPENPAM_ATTR_H_INCLUDED #define SECURITY_OPENPAM_ATTR_H_INCLUDED /* GCC attributes */ #if defined(__GNUC__) && defined(__GNUC_MINOR__) && !defined(__STRICT_ANSI__) # define OPENPAM_GNUC_PREREQ(maj, min) \ ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min)) #else # define OPENPAM_GNUC_PREREQ(maj, min) 0 #endif #if OPENPAM_GNUC_PREREQ(2,5) # define OPENPAM_FORMAT(params) __attribute__((__format__ params)) #else # define OPENPAM_FORMAT(params) #endif #if OPENPAM_GNUC_PREREQ(3,3) # define OPENPAM_NONNULL(params) __attribute__((__nonnull__ params)) #else # define OPENPAM_NONNULL(params) #endif #if OPENPAM_GNUC_PREREQ(2,7) # define OPENPAM_UNUSED(var) var __attribute__((__unused__)) #else # define OPENPAM_UNUSED(var) var #endif #endif /* !SECURITY_OPENPAM_ATTR_H_INCLUDED */
Upload File
Create Folder