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