#ifndef _SECURITY_H #define _SECURITY_H #if __GNUC__ >=3 #pragma GCC system_header #endif #include #if defined(SECURITY_WIN32) || defined(SECURITY_KERNEL) #include #endif #endif /* _SECURITY_H */