Mercurial > hg > xemacs-beta
comparison src/acldef.h @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:376386a54a3c |
---|---|
1 /* This file is part of XEmacs. | |
2 | |
3 XEmacs is free software; you can redistribute it and/or modify it | |
4 under the terms of the GNU General Public License as published by the | |
5 Free Software Foundation; either version 2, or (at your option) any | |
6 later version. | |
7 | |
8 XEmacs is distributed in the hope that it will be useful, but WITHOUT | |
9 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
11 for more details. | |
12 | |
13 You should have received a copy of the GNU General Public License | |
14 along with XEmacs; see the file COPYING. If not, write to | |
15 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
16 Boston, MA 02111-1307, USA. */ | |
17 | |
18 /* Synched up with: FSF 19.30. */ | |
19 | |
20 /* Authorship: | |
21 | |
22 FSF: Original version; a long time ago. | |
23 No changes for XEmacs. | |
24 */ | |
25 | |
26 #define ACL$K_LENGTH 12 | |
27 #define ACL$C_LENGTH 12 | |
28 #define ACL$C_FILE 1 | |
29 #define ACL$C_DEVICE 2 | |
30 #define ACL$C_JOBCTL_QUEUE 3 | |
31 #define ACL$C_COMMON_EF_CLUSTER 4 | |
32 #define ACL$C_LOGICAL_NAME_TABLE 5 | |
33 #define ACL$C_PROCESS 6 | |
34 #define ACL$C_GROUP_GLOBAL_SECTION 7 | |
35 #define ACL$C_SYSTEM_GLOBAL_SECTION 8 | |
36 #define ACL$C_ADDACLENT 1 | |
37 #define ACL$C_DELACLENT 2 | |
38 #define ACL$C_MODACLENT 3 | |
39 #define ACL$C_FNDACLENT 4 | |
40 #define ACL$C_FNDACETYP 5 | |
41 #define ACL$C_DELETEACL 6 | |
42 #define ACL$C_READACL 7 | |
43 #define ACL$C_ACLLENGTH 8 | |
44 #define ACL$C_READACE 9 | |
45 #define ACL$C_RLOCK_ACL 10 | |
46 #define ACL$C_WLOCK_ACL 11 | |
47 #define ACL$C_UNLOCK_ACL 12 | |
48 #define ACL$S_ADDACLENT 255 | |
49 #define ACL$S_DELACLENT 255 | |
50 #define ACL$S_MODACLENT 255 | |
51 #define ACL$S_FNDACLENT 255 | |
52 #define ACL$S_FNDACETYP 255 | |
53 #define ACL$S_DELETEACL 255 | |
54 #define ACL$S_READACL 512 | |
55 #define ACL$S_ACLLENGTH 4 | |
56 #define ACL$S_READACE 255 | |
57 #define ACL$S_RLOCK_ACL 4 | |
58 #define ACL$S_WLOCK_ACL 4 | |
59 #define ACL$S_UNLOCK_ACL 4 | |
60 #define ACL$S_ACLDEF 16 | |
61 #define ACL$L_FLINK 0 | |
62 #define ACL$L_BLINK 4 | |
63 #define ACL$W_SIZE 8 | |
64 #define ACL$B_TYPE 10 | |
65 #define ACL$L_LIST 12 |