annotate src/acldef.h @ 205:92f8ad5d0d3f r20-4b1

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