annotate src/uaf.h @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +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 /* XEmacs VMS UAF definition file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 Copyright (C) 1986 Free Software Foundation, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 This file is part of XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 XEmacs is free software; you can redistribute it and/or modify it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 under the terms of the GNU General Public License as published by the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 Free Software Foundation; either version 2, or (at your option) any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 later version.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 XEmacs is distributed in the hope that it will be useful, but WITHOUT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 for more details.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 You should have received a copy of the GNU General Public License
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 along with XEmacs; see the file COPYING. If not, write to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 Boston, MA 02111-1307, USA. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 /* Synched up with: FSF 19.30. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 * User Authorization File record formats
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 #ifndef UAF$K_LENGTH
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 struct UAF {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 #define UAF$C_USER_ID 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 #define UAF$C_VERSION1 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 #define UAF$C_KEYED_PART 52
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 #define UAF$C_AD_II 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 #define UAF$C_PURDY 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 #define UAF$C_PURDY_V 2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 #define UAF$K_FIXED 644
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 #define UAF$C_FIXED 644
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 #define UAF$K_LENGTH 1412
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 #define UAF$C_LENGTH 1412
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 #define UAF$S_UAFDEF 1412
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 #define UAF$B_RTYPE 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 char uaf$b_rtype;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 #define UAF$B_VERSION 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 char uaf$b_version;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 #define UAF$W_USRDATOFF 2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 short uaf$w_usrdatoff;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 #define UAF$S_USERNAME 32
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 #define UAF$T_USERNAME 4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 #define UAF$T_USERNAME_TAG 35
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 char uaf$t_username[UAF$S_USERNAME];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 #define UAF$L_UIC 36
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 #define UAF$W_MEM 36
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 #define UAF$W_GRP 38
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 union {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 long uaf_l_uic;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 #define uaf$l_uic uaf_u_uic.uaf_l_uic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 struct {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 short uaf_w_mem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 short uaf_w_grp;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 #define uaf$w_mem uaf_u_uic.uaf_u_mem_grp.uaf_w_mem
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 #define uaf$w_grp uaf_u_uic.uaf_u_mem_grp.uaf_w_grp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 } uaf_u_mem_grp;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 } uaf_u_uic;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 #define UAF$L_SUB_ID 40
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 long uaf$l_sub_id;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 #define UAF$S_PARENT_ID 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 #define UAF$Q_PARENT_ID 44
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 char uaf$q_parent_id[UAF$S_PARENT_ID];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 #define UAF$S_ACCOUNT 32
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 #define UAF$T_ACCOUNT 52
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 char uaf$t_account[UAF$S_ACCOUNT];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 #define UAF$S_OWNER 32
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 #define UAF$T_OWNER 84
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 char uaf$t_owner[UAF$S_OWNER];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 #define UAF$S_DEFDEV 32
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 #define UAF$T_DEFDEV 116
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 char uaf$t_defdev[UAF$S_DEFDEV];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 #define UAF$S_DEFDIR 64
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 #define UAF$T_DEFDIR 148
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 char uaf$t_defdir[UAF$S_DEFDIR];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 #define UAF$S_LGICMD 64
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 #define UAF$T_LGICMD 212
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 char uaf$t_lgicmd[UAF$S_LGICMD];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 #define UAF$S_DEFCLI 32
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 #define UAF$T_DEFCLI 276
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 char uaf$t_defcli[UAF$S_DEFCLI];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 #define UAF$S_CLITABLES 32
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 #define UAF$T_CLITABLES 308
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 char uaf$t_clitables[UAF$S_CLITABLES];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 #define UAF$S_PWD 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 #define UAF$Q_PWD 340
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 #define UAF$L_PWD 340
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 char uaf$q_pwd[UAF$S_PWD];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 #define uaf$l_pwd uaf$q_pwd[0]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 #define UAF$S_PWD2 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 #define UAF$Q_PWD2 348
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 char uaf$q_pwd2[UAF$S_PWD2];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 #define UAF$W_LOGFAILS 356
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 short uaf$w_logfails;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 #define UAF$W_SALT 358
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 short uaf$w_salt;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 #define UAF$B_ENCRYPT 360
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 char uaf$b_encrypt;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 #define UAF$B_ENCRYPT2 361
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 char uaf$b_encrypt2;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 #define UAF$B_PWD_LENGTH 362
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 char uaf$b_pwd_length;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 #define UAF$S_EXPIRATION 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 #define UAF$Q_EXPIRATION 364
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 char uaf$q_expiration[UAF$S_EXPIRATION];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 #define UAF$S_PWD_LIFETIME 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 #define UAF$Q_PWD_LIFETIME 372
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 char uaf$q_pwd_lifetime[UAF$S_PWD_LIFETIME];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 #define UAF$S_PWD_DATE 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 #define UAF$Q_PWD_DATE 380
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 char uaf$q_pwd_date[UAF$S_PWD_DATE];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 #define UAF$S_PWD2_DATE 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 #define UAF$Q_PWD2_DATE 388
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 char uaf$q_pwd2_date[UAF$S_PWD2_DATE];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 #define UAF$S_LASTLOGIN_I 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 #define UAF$Q_LASTLOGIN_I 396
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 char uaf$q_lastlogin_i[UAF$S_LASTLOGIN_I];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 #define UAF$S_LASTLOGIN_N 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 #define UAF$Q_LASTLOGIN_N 404
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 char uaf$q_lastlogin_n[UAF$S_LASTLOGIN_N];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 #define UAF$S_PRIV 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 #define UAF$Q_PRIV 412
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 char uaf$q_priv[UAF$S_PRIV];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 #define UAF$S_DEF_PRIV 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 #define UAF$Q_DEF_PRIV 420
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 char uaf$q_def_priv[UAF$S_DEF_PRIV];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131 #define UAF$S_MIN_CLASS 20
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 #define UAF$R_MIN_CLASS 428
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 char uaf$r_min_class[UAF$S_MIN_CLASS];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134 #define UAF$S_MAX_CLASS 20
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 #define UAF$R_MAX_CLASS 448
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 char uaf$r_max_class[UAF$S_MAX_CLASS];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 #define UAF$L_FLAGS 468
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 #define UAF$V_DISCTLY 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 #define UAF$V_DEFCLI 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 #define UAF$V_LOCKPWD 2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 #define UAF$V_CAPTIVE 3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 #define UAF$V_DISACNT 4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 #define UAF$V_DISWELCOM 5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 #define UAF$V_DISMAIL 6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 #define UAF$V_NOMAIL 7
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 #define UAF$V_GENPWD 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 #define UAF$V_PWD_EXPIRED 9
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148 #define UAF$V_PWD2_EXPIRED 10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 #define UAF$V_AUDIT 11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 #define UAF$V_DISREPORT 12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 #define UAF$V_DISRECONNECT 13
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 union {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 unsigned long uaf_l_flags;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 #define uaf$l_flags uaf_u_flags.uaf_l_flags
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155 struct {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 unsigned long
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 uaf_v_disctly : 1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 #define uaf$v_disctly uaf_u_flags.uaf_v_flags.uaf_v_disctly
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 uaf_v_defcli : 1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 #define uaf$v_defcli uaf_u_flags.uaf_v_flags.uaf_v_discli
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161 uaf_v_lockpwd : 1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 #define uaf$v_lockpwd uaf_u_flags.uaf_v_flags.uaf_v_lockpwd
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163 uaf_v_captive : 1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 #define uaf$v_captive uaf_u_flags.uaf_v_flags.uaf_v_captive
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 uaf_v_disacnt : 1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166 #define uaf$v_disacnt uaf_u_flags.uaf_v_flags.uaf_v_disacnt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 uaf_v_diswelcom : 1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 #define uaf$v_diswelcom uaf_u_flags.uaf_v_flags.uaf_v_diswelcom
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 uaf_v_dismail : 1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 #define uaf$v_dismail uaf_u_flags.uaf_v_flags.uaf_v_dismail
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 uaf_v_nomail : 1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 #define uaf$v_nomail uaf_u_flags.uaf_v_flags.uaf_v_nomail
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 uaf_v_genpwd : 1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 #define uaf$v_genpwd uaf_u_flags.uaf_v_flags.uaf_v_genpwd
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 uaf_v_pwd_expired : 1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 #define uaf$v_pwd_expired uaf_u_flags.uaf_v_flags.uaf_v_pwd_expired
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 uaf_v_pwd2_expired : 1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 #define uaf$v_pwd2_expired uaf_u_flags.uaf_v_flags.uaf_v_pwd2_expired
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 uaf_v_audit : 1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 #define uaf$v_audit uaf_u_flags.uaf_v_flags.uaf_v_audit
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181 uaf_v_disreport : 1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 #define uaf$v_disreport uaf_u_flags.uaf_v_flags.uaf_v_disreport
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183 uaf_v_disreconnect : 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 #define uaf$v_disreconnect uaf_u_flags.uaf_v_flags.uaf_v_disreconnect
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 } uaf_v_flags;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186 } uaf_u_flags;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 #define UAF$S_NETWORK_ACCESS_P 3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 #define UAF$B_NETWORK_ACCESS_P 472
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189 char uaf$b_network_access_p[UAF$S_NETWORK_ACCESS_P];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 #define UAF$S_NETWORK_ACCESS_S 3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 #define UAF$B_NETWORK_ACCESS_S 475
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 char uaf$b_network_access_s[UAF$S_NETWORK_ACCESS_S];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 #define UAF$S_BATCH_ACCESS_P 3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 #define UAF$B_BATCH_ACCESS_P 478
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 char uaf$b_batch_access_p[UAF$S_BATCH_ACCESS_P];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 #define UAF$S_BATCH_ACCESS_S 3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 #define UAF$B_BATCH_ACCESS_S 481
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 char uaf$b_batch_access_s[UAF$S_BATCH_ACCESS_S];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 #define UAF$S_LOCAL_ACCESS_P 3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 #define UAF$B_LOCAL_ACCESS_P 484
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 char uaf$b_local_access_p[UAF$S_LOCAL_ACCESS_P];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 #define UAF$S_LOCAL_ACCESS_S 3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 #define UAF$B_LOCAL_ACCESS_S 487
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 char uaf$b_local_access_s[UAF$S_LOCAL_ACCESS_S];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 #define UAF$S_DIALUP_ACCESS_P 3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206 #define UAF$B_DIALUP_ACCESS_P 490
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 char uaf$b_dialup_access_p[UAF$S_DIALUP_ACCESS_P];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 #define UAF$S_DIALUP_ACCESS_S 3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 #define UAF$B_DIALUP_ACCESS_S 493
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 char uaf$b_dialup_access_s[UAF$S_DIALUP_ACCESS_S];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 #define UAF$S_REMOTE_ACCESS_P 3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 #define UAF$B_REMOTE_ACCESS_P 496
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213 char uaf$b_remote_access_p[UAF$S_REMOTE_ACCESS_P];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214 #define UAF$S_REMOTE_ACCESS_S 3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 #define UAF$B_REMOTE_ACCESS_S 499
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 char uaf$b_remote_access_s[UAF$S_REMOTE_ACCESS_S];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 #define UAF$B_PRIMEDAYS 514
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218 #define UAF$V_MONDAY 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 #define UAF$V_TUESDAY 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220 #define UAF$V_WEDNESDAY 2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 #define UAF$V_THURSDAY 3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222 #define UAF$V_FRIDAY 4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 #define UAF$V_SATURDAY 5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224 #define UAF$V_SUNDAY 6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 union {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 unsigned char uaf_b_primedays;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 #define uaf$b_primedays uaf_u_primedays.uaf_b_primedays
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 unsigned char
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 uaf_v_monday : 1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 #define uaf$v_monday uaf_u_primedays.uaf_v_monday
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 uaf_v_tuesday : 1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 #define uaf$v_tuesday uaf_u_primedays.uaf_v_tuesday
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 uaf_v_wednesday : 1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 #define uaf$v_wednesday uaf_u_primedays.uaf_v_wednesday
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235 uaf_v_thursday : 1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 #define uaf$v_thursday uaf_u_primedays.uaf_v_thursday
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 uaf_v_friday : 1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 #define uaf$v_friday uaf_u_primedays.uaf_v_friday
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239 uaf_v_saturday : 1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 #define uaf$v_saturday uaf_u_primedays.uaf_v_saturday
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 uav_v_sunday : 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 #define uaf$v_sunday uaf_u_primedays.uaf_v_sunday
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 } uaf_u_primedays;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244 #define UAF$B_PRI 516
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 char uaf$b_pri;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246 #define UAF$B_QUEPRI 517
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 char uaf$b_quepri;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 #define UAF$W_MAXJOBS 518
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249 short uaf$w_maxjobs;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250 #define UAF$W_MAXACCTJOBS 520
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251 short uaf$w_maxacctjobs;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252 #define UAF$W_MAXDETACH 522
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253 short uaf$w_maxdetach;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 #define UAF$W_PRCCNT 524
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255 short uaf$w_prccnt;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256 #define UAF$W_BIOLM 526
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 short uaf$w_biolm;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 #define UAF$W_DIOLM 528
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259 short uaf$w_diolm;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260 #define UAF$W_TQCNT 530
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 short uaf$w_twcnt;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262 #define UAF$W_ASTLM 532
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 short uaf$w_astlm;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264 #define UAF$W_ENQLM 534
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 short uaf$w_enqlm;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 #define UAF$W_FILLM 536
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 short uaf$w_fillm;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268 #define UAF$W_SHRFILLM 538
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269 short uaf$w_shrfillm;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 #define UAF$L_WSQUOTA 540
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271 long uaf$l_wsquota;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 #define UAF$L_DFWSCNT 544
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273 long uaf$l_dfwscnt;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274 #define UAF$L_WSEXTENT 548
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
275 long uaf$l_wsextent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276 #define UAF$L_PGFLQUOTA 552
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
277 long uaf$l_pgflquota;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
278 #define UAF$L_CPUTIM 556
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
279 long uaf$l_cputim;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
280 #define UAF$L_BYTLM 560
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281 long uaf$l_bytlm;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
282 #define UAF$L_PBYTLM 564
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283 long uaf$l_pbytlm;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284 #define UAF$L_JTQUOTA 568
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285 long uaf$l_jtquota;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286 #define UAF$W_PROXY_LIM 572
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287 short uaf$w_proxy_lim;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288 #define UAF$W_PROXIES 574
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289 short uaf$w_proxies;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 #define UAF$W_ACCOUNT_LIM 576
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291 short uaf$w_account_lim;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
292 #define UAF$W_ACCOUNTS 578
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293 short uaf$w_accounts;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 char uaf$b_fixed[UAF$C_FIXED - UAF$W_ACCOUNTS + 2];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295 char uaf$b_usrdata[UAF$C_LENGTH - UAF$C_FIXED];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296 };
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298 #endif /* not UAF$K_LENGTH */