acl  3.5.3.0
acl_define_sunx86.h
浏览该文件的文档.
1 #ifndef ACL_DEFINE_SUNX86_INCLUDE_H
2 #define ACL_DEFINE_SUNX86_INCLUDE_H
3 
4 #ifdef SUNOS5
5 # define ACL_SUNOS5
6 # define ACL_UNIX
7 
8 # include <sys/types.h>
9 /* # include <features.h> */
10 
11 # ifdef ACL_HAVE_NO_STAT64
12 # define acl_stat stat
13 # define acl_fstat fstat
14 # else
15 # define acl_stat stat64
16 # define acl_fstat fstat64
17 # endif
18 
19 # define ACL_USE_PATHS_H
20 /* # define ACL_HAS_FLOCK_LOCK */
21 
22 # define ACL_HAS_FCNTL_LOCK
23 /*# define ACL_INTERNAL_LOCK ACL_FLOCK_STYLE_FLOCK */
24 # define ACL_INTERNAL_LOCK ACL_FLOCK_STYLE_FCNTL
25 
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"
30 
31 # ifndef ACL_WAIT_STATUS_T
32  typedef int ACL_WAIT_STATUS_T;
33 # define ACL_NORMAL_EXIT_STATUS(status) ((status) == 0)
34 # endif
35 
36 # define ACL_FIONREAD_IN_SYS_FILIO_H
37 
38 #endif
39 
40 #endif /* __ACL_DEFINE_SUNX86_INCLUDE_H__ */