annotate src/chpdef.h @ 337:fbbf69b4e8a7 r21-0-66

Import from CVS: tag r21-0-66
author cvs
date Mon, 13 Aug 2007 10:51:02 +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 #define CHP$_END 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 #define CHP$_ACCESS 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 #define CHP$_FLAGS 2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 #define CHP$_PRIV 3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 #define CHP$_ACMODE 4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 #define CHP$_ACCLASS 5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 #define CHP$_RIGHTS 6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 #define CHP$_ADDRIGHTS 7
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 #define CHP$_MODE 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 #define CHP$_MODES 9
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 #define CHP$_MINCLASS 10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 #define CHP$_MAXCLASS 11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 #define CHP$_OWNER 12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 #define CHP$_PROT 13
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 #define CHP$_ACL 14
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 #define CHP$_AUDITNAME 15
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 #define CHP$_ALARMNAME 16
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 #define CHP$_MATCHEDACE 17
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 #define CHP$_PRIVUSED 18
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 #define CHP$_MAX_CODE 19
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 #define CHP$M_SYSPRV 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 #define CHP$M_BYPASS 2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 #define CHP$M_UPGRADE 4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 #define CHP$M_DOWNGRADE 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 #define CHP$M_GRPPRV 16
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 #define CHP$M_READALL 32
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 #define CHP$V_SYSPRV 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 #define CHP$V_BYPASS 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 #define CHP$V_UPGRADE 2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 #define CHP$V_DOWNGRADE 3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 #define CHP$V_GRPPRV 4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 #define CHP$V_READALL 5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 #define CHP$M_READ 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 #define CHP$M_WRITE 2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 #define CHP$M_USEREADALL 4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 #define CHP$V_READ 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 #define CHP$V_WRITE 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 #define CHP$V_USEREADALL 2