|
acl
3.5.3.0
|
浏览该文件的文档. 1 #ifndef ACL_DEFINE_SUNX86_INCLUDE_H 2 #define ACL_DEFINE_SUNX86_INCLUDE_H 8 # include <sys/types.h> 11 # ifdef ACL_HAVE_NO_STAT64 12 # define acl_stat stat 13 # define acl_fstat fstat 15 # define acl_stat stat64 16 # define acl_fstat fstat64 19 # define ACL_USE_PATHS_H 22 # define ACL_HAS_FCNTL_LOCK 24 # define ACL_INTERNAL_LOCK ACL_FLOCK_STYLE_FCNTL 26 # define ACL_ROOT_PATH "/bin:/usr/bin:/sbin:/usr/sbin" 27 # define ACL_PATH_MAILDIR "/var/mail" 28 # define ACL_PATH_DEFPATH "/usr/bin:/usr/ucb" 29 # define ACL_PATH_STDPATH "/usr/bin:/usr/etc:/usr/ucb" 31 # ifndef ACL_WAIT_STATUS_T 32 typedef int ACL_WAIT_STATUS_T;
33 # define ACL_NORMAL_EXIT_STATUS(status) ((status) == 0) 36 # define ACL_FIONREAD_IN_SYS_FILIO_H