/********************************************************************************************************************************/ /* Created: 30-Mar-2010 17:29:55 by OpenVMS SDL EV3-3 */ /* Source: 30-MAR-2010 17:29:22 $1$DGA7274:[STARLET_H.SRC]STARDEFQZ.SDI;1 */ /********************************************************************************************************************************/ /*** MODULE $UAF070DEF ***/ #ifndef __UAF070DEF_LOADED #define __UAF070DEF_LOADED 1 #pragma __nostandard /* This file uses non-ANSI-Standard features */ #pragma __member_alignment __save #pragma __nomember_alignment #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __save /* Save the previously-defined required ptr size */ #pragma __required_pointer_size __short /* And set ptr size default to 32-bit pointers */ #endif #ifdef __cplusplus extern "C" { #define __unknown_params ... #define __optional_params ... #else #define __unknown_params #define __optional_params ... #endif #ifndef __struct #if !defined(__VAXC) #define __struct struct #else #define __struct variant_struct #endif #endif #ifndef __union #if !defined(__VAXC) #define __union union #else #define __union variant_union #endif #endif /*++ */ /* User authorization file format */ /* Note: With the exception of the username and account name, */ /* all strings are blank padded counted strings. Username and */ /* account name are uncounted, blank padded. */ /*-- */ #define UAF070$C_USER_ID 1 /* main user ID record */ #define UAF070$C_VERSION1 1 /* this version */ #define UAF070$C_KEYED_PART 52 /* ISAM keys come this far */ #define UAF070$C_MAX_PWD_LENGTH 32 /* maximum plaintext password length */ #define UAF070$K_MAX_PWD_LENGTH 32 /* maximum plaintext password length */ #define UAF070$C_AD_II 0 /* AUTODIN-II 32 bit crc code */ #define UAF070$C_PURDY 1 /* Purdy polynomial over salted input */ #define UAF070$C_PURDY_V 2 /* Purdy polynomial + variable length username */ #define UAF070$C_PURDY_S 3 /* PURDY_V folded into password length */ #define UAF070$K_CURRENT_ALGORITHM 3 /* current DEC algorithm number */ #define UAF070$C_CURRENT_ALGORITHM 3 /* current DEC algorithm number */ #define UAF070$C_PREFERED_ALGORITHM 127 #define UAF070$K_PREFERED_ALGORITHM 127 #define UAF070$C_PREFERRED_ALGORITHM 127 /* preferred hash algorithm - use current */ #define UAF070$K_PREFERRED_ALGORITHM 127 /* preferred hash algorithm - use current */ #define UAF070$C_CUST_ALGORITHM 128 /* customer algorithm division */ #define UAF070$K_CUST_ALGORITHM 128 /* customer algorithm division */ #define UAF070$K_FIXED 644 /* length of fixed portion */ #define UAF070$C_FIXED 644 /* length of fixed portion */ #define UAF070$K_LENGTH 1412 #define UAF070$C_LENGTH 1412 #define UAF070$S_UAF070DEF 1412 /* Old size name, synonym for UAF070$S_UAF070 */ #ifdef __NEW_STARLET typedef struct _uaf070 { unsigned char uaf070$b_rtype; /* UAF070 record type */ unsigned char uaf070$b_version; /* UAF070 format version */ unsigned short int uaf070$w_usrdatoff; /* offset of counted string of user data */ __union { char uaf070$t_username [32]; /* username */ __struct { char uaf070$t_fill_0 [31]; char uaf070$t_username_tag; /* tag to differentiate records */ } uaf070$r_fill_48_; } uaf070$r_fill_47_; __union { unsigned int uaf070$l_uic; /* user ID code */ __struct { unsigned short int uaf070$w_mem; /* member subfield */ unsigned short int uaf070$w_grp; /* group subfield */ } uaf070$r_fill_50_; } uaf070$r_fill_49_; unsigned int uaf070$l_sub_id; /* user sub-identifier */ unsigned __int64 uaf070$q_parent_id; /* identifier of owner of this account */ char uaf070$t_account [32]; /* account name */ char uaf070$t_owner [32]; /* owner's name */ char uaf070$t_defdev [32]; /* default device */ char uaf070$t_defdir [64]; /* default directory */ char uaf070$t_lgicmd [64]; /* login command file */ char uaf070$t_defcli [32]; /* default command interpreter */ char uaf070$t_clitables [32]; /* user CLI tables */ __union { unsigned __int64 uaf070$q_pwd; /* hashed password */ __struct { unsigned int uaf070$l_pwd; /* 32 bit subfield */ } uaf070$r_fill_52_; } uaf070$r_fill_51_; unsigned __int64 uaf070$q_pwd2; /* second password */ unsigned short int uaf070$w_logfails; /* count of login failures */ unsigned short int uaf070$w_salt; /* random password salt */ unsigned char uaf070$b_encrypt; /* primary password hash algorithm */ /* known hash algorithm indices */ unsigned char uaf070$b_encrypt2; /* secondary password hash algorithm */ unsigned char uaf070$b_pwd_length; /* minimum password length */ char uaf070$$$_fill_1 [1]; unsigned __int64 uaf070$q_expiration; /* expiration date for account */ unsigned __int64 uaf070$q_pwd_lifetime; /* password lifetime */ unsigned __int64 uaf070$q_pwd_date; /* date of password change */ unsigned __int64 uaf070$q_pwd2_date; /* date of 2nd password change */ unsigned __int64 uaf070$q_lastlogin_i; /* date of last interactive login */ unsigned __int64 uaf070$q_lastlogin_n; /* date of last non-interactive login */ unsigned __int64 uaf070$q_priv; /* process privilege vector */ unsigned __int64 uaf070$q_def_priv; /* default process privileges */ __struct { /* minimum security class */ char uaf070$b_fill_2 [20]; } uaf070$r_min_class; __struct { /* maximum security class */ char uaf070$b_fill_3 [20]; } uaf070$r_max_class; __union { unsigned int uaf070$l_flags; /* user flags longword */ __struct { unsigned uaf070$v_disctly : 1; /* no user control-y */ unsigned uaf070$v_defcli : 1; /* only allow user default CLI */ unsigned uaf070$v_lockpwd : 1; /* disable SET PASSWORD command */ unsigned uaf070$v_restricted : 1; /* restricted account (pre-V5.2 CAPTIVE) */ unsigned uaf070$v_disacnt : 1; /* no interactive login */ unsigned uaf070$v_diswelcom : 1; /* skip welcome message */ unsigned uaf070$v_dismail : 1; /* skip new mail message */ unsigned uaf070$v_nomail : 1; /* disable mail delivery */ unsigned uaf070$v_genpwd : 1; /* passwords must be generated */ unsigned uaf070$v_pwd_expired : 1; /* password has expired */ unsigned uaf070$v_pwd2_expired : 1; /* 2nd password has expired */ unsigned uaf070$v_audit : 1; /* audit all actions */ unsigned uaf070$v_disreport : 1; /* skip last login messages */ unsigned uaf070$v_disreconnect : 1; /* inhibit reconnections */ unsigned uaf070$v_autologin : 1; /* auto-login only */ unsigned uaf070$v_disforce_pwd_change : 1; /* disable forced password change */ unsigned uaf070$v_captive : 1; /* captive account (no overrides) */ unsigned uaf070$v_disimage : 1; /* disable arbitrary image activation */ unsigned uaf070$v_dispwddic : 1; /* disable password dictionary search */ unsigned uaf070$v_dispwdhis : 1; /* disable password history search */ unsigned uaf070$v_defclsval : 1; /* default classification is valid */ unsigned uaf070$v_fill_57_ : 3; } uaf070$r_fill_54_; } uaf070$r_fill_53_; unsigned char uaf070$b_network_access_p [3]; /* hourly network access, primary */ unsigned char uaf070$b_network_access_s [3]; /* hourly network access, secondary */ unsigned char uaf070$b_batch_access_p [3]; /* hourly batch access, primary */ unsigned char uaf070$b_batch_access_s [3]; /* hourly batch access, secondary */ unsigned char uaf070$b_local_access_p [3]; /* hourly local access, primary */ unsigned char uaf070$b_local_access_s [3]; /* hourly local access, secondary */ unsigned char uaf070$b_dialup_access_p [3]; /* hourly dialup access, primary */ unsigned char uaf070$b_dialup_access_s [3]; /* hourly dialup access, secondary */ unsigned char uaf070$b_remote_access_p [3]; /* hourly remote access, primary */ unsigned char uaf070$b_remote_access_s [3]; /* hourly remote access, secondary */ char uaf070$$$_fill_4 [12]; /* space for 2 more access types */ __union { unsigned char uaf070$b_primedays; /* bits representing primary days */ __struct { unsigned uaf070$v_monday : 1; /* bit clear means this is a primary day */ unsigned uaf070$v_tuesday : 1; /* bit set means this is an off day */ unsigned uaf070$v_wednesday : 1; unsigned uaf070$v_thursday : 1; unsigned uaf070$v_friday : 1; unsigned uaf070$v_saturday : 1; unsigned uaf070$v_sunday : 1; unsigned uaf070$v_fill_58_ : 1; } uaf070$r_fill_56_; } uaf070$r_fill_55_; char uaf070$$$_fill_5 [1]; unsigned char uaf070$b_pri; /* base process priority */ unsigned char uaf070$b_quepri; /* maximum job queuing priority */ unsigned short int uaf070$w_maxjobs; /* maximum jobs for UIC allowed */ /* 0 means no limit */ unsigned short int uaf070$w_maxacctjobs; /* maximum jobs for account allowed */ /* 0 means no limit */ unsigned short int uaf070$w_maxdetach; /* maximum detached processes for UIC */ /* 0 means no limit */ unsigned short int uaf070$w_prccnt; /* subprocess creation limit */ unsigned short int uaf070$w_biolm; /* buffered I/O limit */ unsigned short int uaf070$w_diolm; /* direct I/O limit */ unsigned short int uaf070$w_tqcnt; /* timer queue entry limit */ unsigned short int uaf070$w_astlm; /* AST queue limit */ unsigned short int uaf070$w_enqlm; /* enqueue limit */ unsigned short int uaf070$w_fillm; /* open file limit */ unsigned short int uaf070$w_shrfillm; /* shared file limit */ unsigned int uaf070$l_wsquota; /* working set size quota */ unsigned int uaf070$l_dfwscnt; /* default working set size */ unsigned int uaf070$l_wsextent; /* working set size limit */ unsigned int uaf070$l_pgflquota; /* page file quota */ unsigned int uaf070$l_cputim; /* CPU time quota */ unsigned int uaf070$l_bytlm; /* buffered I/O byte count limit */ unsigned int uaf070$l_pbytlm; /* paged buffer I/O byte count limit */ unsigned int uaf070$l_jtquota; /* job-wide logical name table creation quota */ unsigned short int uaf070$w_proxy_lim; /* number of proxies user can grant */ unsigned short int uaf070$w_proxies; /* number of proxies granted */ unsigned short int uaf070$w_account_lim; /* number of sub-accounts allowed */ unsigned short int uaf070$w_accounts; /* number of sub-accounts in use */ __struct { /* default security class */ char uaf070$b_fill_6 [20]; } uaf070$r_def_class; char uaf070$$$_fill_99 [44]; /* spare space */ char uaf070$$$_fill_100 [768]; /* user-extensible area */ } UAF070; #if !defined(__VAXC) #define uaf070$t_username uaf070$r_fill_47_.uaf070$t_username #define uaf070$t_username_tag uaf070$r_fill_47_.uaf070$r_fill_48_.uaf070$t_username_tag #define uaf070$l_uic uaf070$r_fill_49_.uaf070$l_uic #define uaf070$w_mem uaf070$r_fill_49_.uaf070$r_fill_50_.uaf070$w_mem #define uaf070$w_grp uaf070$r_fill_49_.uaf070$r_fill_50_.uaf070$w_grp #define uaf070$q_pwd uaf070$r_fill_51_.uaf070$q_pwd #define uaf070$l_pwd uaf070$r_fill_51_.uaf070$r_fill_52_.uaf070$l_pwd #define uaf070$l_flags uaf070$r_fill_53_.uaf070$l_flags #define uaf070$v_disctly uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_disctly #define uaf070$v_defcli uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_defcli #define uaf070$v_lockpwd uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_lockpwd #define uaf070$v_restricted uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_restricted #define uaf070$v_disacnt uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_disacnt #define uaf070$v_diswelcom uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_diswelcom #define uaf070$v_dismail uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_dismail #define uaf070$v_nomail uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_nomail #define uaf070$v_genpwd uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_genpwd #define uaf070$v_pwd_expired uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_pwd_expired #define uaf070$v_pwd2_expired uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_pwd2_expired #define uaf070$v_audit uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_audit #define uaf070$v_disreport uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_disreport #define uaf070$v_disreconnect uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_disreconnect #define uaf070$v_autologin uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_autologin #define uaf070$v_disforce_pwd_change uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_disforce_pwd_change #define uaf070$v_captive uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_captive #define uaf070$v_disimage uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_disimage #define uaf070$v_dispwddic uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_dispwddic #define uaf070$v_dispwdhis uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_dispwdhis #define uaf070$v_defclsval uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_defclsval #define uaf070$b_primedays uaf070$r_fill_55_.uaf070$b_primedays #define uaf070$v_monday uaf070$r_fill_55_.uaf070$r_fill_56_.uaf070$v_monday #define uaf070$v_tuesday uaf070$r_fill_55_.uaf070$r_fill_56_.uaf070$v_tuesday #define uaf070$v_wednesday uaf070$r_fill_55_.uaf070$r_fill_56_.uaf070$v_wednesday #define uaf070$v_thursday uaf070$r_fill_55_.uaf070$r_fill_56_.uaf070$v_thursday #define uaf070$v_friday uaf070$r_fill_55_.uaf070$r_fill_56_.uaf070$v_friday #define uaf070$v_saturday uaf070$r_fill_55_.uaf070$r_fill_56_.uaf070$v_saturday #define uaf070$v_sunday uaf070$r_fill_55_.uaf070$r_fill_56_.uaf070$v_sunday #endif /* #if !defined(__VAXC) */ #else /* __OLD_STARLET */ typedef struct _uaf070 { unsigned char uaf070$b_rtype; /* UAF070 record type */ unsigned char uaf070$b_version; /* UAF070 format version */ unsigned short int uaf070$w_usrdatoff; /* offset of counted string of user data */ __union { char uaf070$t_username [32]; /* username */ __struct { char uaf070$t_fill_0 [31]; char uaf070$t_username_tag; /* tag to differentiate records */ } uaf070$r_fill_48_; } uaf070$r_fill_47_; __union { unsigned int uaf070$l_uic; /* user ID code */ __struct { unsigned short int uaf070$w_mem; /* member subfield */ unsigned short int uaf070$w_grp; /* group subfield */ } uaf070$r_fill_50_; } uaf070$r_fill_49_; unsigned int uaf070$l_sub_id; /* user sub-identifier */ unsigned int uaf070$q_parent_id [2]; /* identifier of owner of this account */ char uaf070$t_account [32]; /* account name */ char uaf070$t_owner [32]; /* owner's name */ char uaf070$t_defdev [32]; /* default device */ char uaf070$t_defdir [64]; /* default directory */ char uaf070$t_lgicmd [64]; /* login command file */ char uaf070$t_defcli [32]; /* default command interpreter */ char uaf070$t_clitables [32]; /* user CLI tables */ __union { unsigned int uaf070$q_pwd [2]; /* hashed password */ __struct { unsigned int uaf070$l_pwd; /* 32 bit subfield */ } uaf070$r_fill_52_; } uaf070$r_fill_51_; unsigned int uaf070$q_pwd2 [2]; /* second password */ unsigned short int uaf070$w_logfails; /* count of login failures */ unsigned short int uaf070$w_salt; /* random password salt */ unsigned char uaf070$b_encrypt; /* primary password hash algorithm */ /* known hash algorithm indices */ unsigned char uaf070$b_encrypt2; /* secondary password hash algorithm */ unsigned char uaf070$b_pwd_length; /* minimum password length */ char uaf070$$$_fill_1 [1]; unsigned int uaf070$q_expiration [2]; /* expiration date for account */ unsigned int uaf070$q_pwd_lifetime [2]; /* password lifetime */ unsigned int uaf070$q_pwd_date [2]; /* date of password change */ unsigned int uaf070$q_pwd2_date [2]; /* date of 2nd password change */ unsigned int uaf070$q_lastlogin_i [2]; /* date of last interactive login */ unsigned int uaf070$q_lastlogin_n [2]; /* date of last non-interactive login */ unsigned int uaf070$q_priv [2]; /* process privilege vector */ unsigned int uaf070$q_def_priv [2]; /* default process privileges */ __struct { /* minimum security class */ char uaf070$b_fill_2 [20]; } uaf070$r_min_class; __struct { /* maximum security class */ char uaf070$b_fill_3 [20]; } uaf070$r_max_class; __union { unsigned int uaf070$l_flags; /* user flags longword */ __struct { unsigned uaf070$v_disctly : 1; /* no user control-y */ unsigned uaf070$v_defcli : 1; /* only allow user default CLI */ unsigned uaf070$v_lockpwd : 1; /* disable SET PASSWORD command */ unsigned uaf070$v_restricted : 1; /* restricted account (pre-V5.2 CAPTIVE) */ unsigned uaf070$v_disacnt : 1; /* no interactive login */ unsigned uaf070$v_diswelcom : 1; /* skip welcome message */ unsigned uaf070$v_dismail : 1; /* skip new mail message */ unsigned uaf070$v_nomail : 1; /* disable mail delivery */ unsigned uaf070$v_genpwd : 1; /* passwords must be generated */ unsigned uaf070$v_pwd_expired : 1; /* password has expired */ unsigned uaf070$v_pwd2_expired : 1; /* 2nd password has expired */ unsigned uaf070$v_audit : 1; /* audit all actions */ unsigned uaf070$v_disreport : 1; /* skip last login messages */ unsigned uaf070$v_disreconnect : 1; /* inhibit reconnections */ unsigned uaf070$v_autologin : 1; /* auto-login only */ unsigned uaf070$v_disforce_pwd_change : 1; /* disable forced password change */ unsigned uaf070$v_captive : 1; /* captive account (no overrides) */ unsigned uaf070$v_disimage : 1; /* disable arbitrary image activation */ unsigned uaf070$v_dispwddic : 1; /* disable password dictionary search */ unsigned uaf070$v_dispwdhis : 1; /* disable password history search */ unsigned uaf070$v_defclsval : 1; /* default classification is valid */ unsigned uaf070$v_fill_57_ : 3; } uaf070$r_fill_54_; } uaf070$r_fill_53_; unsigned char uaf070$b_network_access_p [3]; /* hourly network access, primary */ unsigned char uaf070$b_network_access_s [3]; /* hourly network access, secondary */ unsigned char uaf070$b_batch_access_p [3]; /* hourly batch access, primary */ unsigned char uaf070$b_batch_access_s [3]; /* hourly batch access, secondary */ unsigned char uaf070$b_local_access_p [3]; /* hourly local access, primary */ unsigned char uaf070$b_local_access_s [3]; /* hourly local access, secondary */ unsigned char uaf070$b_dialup_access_p [3]; /* hourly dialup access, primary */ unsigned char uaf070$b_dialup_access_s [3]; /* hourly dialup access, secondary */ unsigned char uaf070$b_remote_access_p [3]; /* hourly remote access, primary */ unsigned char uaf070$b_remote_access_s [3]; /* hourly remote access, secondary */ char uaf070$$$_fill_4 [12]; /* space for 2 more access types */ __union { unsigned char uaf070$b_primedays; /* bits representing primary days */ __struct { unsigned uaf070$v_monday : 1; /* bit clear means this is a primary day */ unsigned uaf070$v_tuesday : 1; /* bit set means this is an off day */ unsigned uaf070$v_wednesday : 1; unsigned uaf070$v_thursday : 1; unsigned uaf070$v_friday : 1; unsigned uaf070$v_saturday : 1; unsigned uaf070$v_sunday : 1; unsigned uaf070$v_fill_58_ : 1; } uaf070$r_fill_56_; } uaf070$r_fill_55_; char uaf070$$$_fill_5 [1]; unsigned char uaf070$b_pri; /* base process priority */ unsigned char uaf070$b_quepri; /* maximum job queuing priority */ unsigned short int uaf070$w_maxjobs; /* maximum jobs for UIC allowed */ /* 0 means no limit */ unsigned short int uaf070$w_maxacctjobs; /* maximum jobs for account allowed */ /* 0 means no limit */ unsigned short int uaf070$w_maxdetach; /* maximum detached processes for UIC */ /* 0 means no limit */ unsigned short int uaf070$w_prccnt; /* subprocess creation limit */ unsigned short int uaf070$w_biolm; /* buffered I/O limit */ unsigned short int uaf070$w_diolm; /* direct I/O limit */ unsigned short int uaf070$w_tqcnt; /* timer queue entry limit */ unsigned short int uaf070$w_astlm; /* AST queue limit */ unsigned short int uaf070$w_enqlm; /* enqueue limit */ unsigned short int uaf070$w_fillm; /* open file limit */ unsigned short int uaf070$w_shrfillm; /* shared file limit */ unsigned int uaf070$l_wsquota; /* working set size quota */ unsigned int uaf070$l_dfwscnt; /* default working set size */ unsigned int uaf070$l_wsextent; /* working set size limit */ unsigned int uaf070$l_pgflquota; /* page file quota */ unsigned int uaf070$l_cputim; /* CPU time quota */ unsigned int uaf070$l_bytlm; /* buffered I/O byte count limit */ unsigned int uaf070$l_pbytlm; /* paged buffer I/O byte count limit */ unsigned int uaf070$l_jtquota; /* job-wide logical name table creation quota */ unsigned short int uaf070$w_proxy_lim; /* number of proxies user can grant */ unsigned short int uaf070$w_proxies; /* number of proxies granted */ unsigned short int uaf070$w_account_lim; /* number of sub-accounts allowed */ unsigned short int uaf070$w_accounts; /* number of sub-accounts in use */ __struct { /* default security class */ char uaf070$b_fill_6 [20]; } uaf070$r_def_class; char uaf070$$$_fill_99 [44]; /* spare space */ char uaf070$$$_fill_100 [768]; /* user-extensible area */ } uaf070; #if !defined(__VAXC) #define uaf070$t_username uaf070$r_fill_47_.uaf070$t_username #define uaf070$t_username_tag uaf070$r_fill_47_.uaf070$r_fill_48_.uaf070$t_username_tag #define uaf070$l_uic uaf070$r_fill_49_.uaf070$l_uic #define uaf070$w_mem uaf070$r_fill_49_.uaf070$r_fill_50_.uaf070$w_mem #define uaf070$w_grp uaf070$r_fill_49_.uaf070$r_fill_50_.uaf070$w_grp #define uaf070$q_pwd uaf070$r_fill_51_.uaf070$q_pwd #define uaf070$l_pwd uaf070$r_fill_51_.uaf070$r_fill_52_.uaf070$l_pwd #define uaf070$l_flags uaf070$r_fill_53_.uaf070$l_flags #define uaf070$v_disctly uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_disctly #define uaf070$v_defcli uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_defcli #define uaf070$v_lockpwd uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_lockpwd #define uaf070$v_restricted uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_restricted #define uaf070$v_disacnt uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_disacnt #define uaf070$v_diswelcom uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_diswelcom #define uaf070$v_dismail uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_dismail #define uaf070$v_nomail uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_nomail #define uaf070$v_genpwd uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_genpwd #define uaf070$v_pwd_expired uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_pwd_expired #define uaf070$v_pwd2_expired uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_pwd2_expired #define uaf070$v_audit uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_audit #define uaf070$v_disreport uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_disreport #define uaf070$v_disreconnect uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_disreconnect #define uaf070$v_autologin uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_autologin #define uaf070$v_disforce_pwd_change uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_disforce_pwd_change #define uaf070$v_captive uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_captive #define uaf070$v_disimage uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_disimage #define uaf070$v_dispwddic uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_dispwddic #define uaf070$v_dispwdhis uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_dispwdhis #define uaf070$v_defclsval uaf070$r_fill_53_.uaf070$r_fill_54_.uaf070$v_defclsval #define uaf070$b_primedays uaf070$r_fill_55_.uaf070$b_primedays #define uaf070$v_monday uaf070$r_fill_55_.uaf070$r_fill_56_.uaf070$v_monday #define uaf070$v_tuesday uaf070$r_fill_55_.uaf070$r_fill_56_.uaf070$v_tuesday #define uaf070$v_wednesday uaf070$r_fill_55_.uaf070$r_fill_56_.uaf070$v_wednesday #define uaf070$v_thursday uaf070$r_fill_55_.uaf070$r_fill_56_.uaf070$v_thursday #define uaf070$v_friday uaf070$r_fill_55_.uaf070$r_fill_56_.uaf070$v_friday #define uaf070$v_saturday uaf070$r_fill_55_.uaf070$r_fill_56_.uaf070$v_saturday #define uaf070$v_sunday uaf070$r_fill_55_.uaf070$r_fill_56_.uaf070$v_sunday #endif /* #if !defined(__VAXC) */ #endif /* #ifdef __NEW_STARLET */ #pragma __member_alignment __restore #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __restore /* Restore the previously-defined required ptr size */ #endif #ifdef __cplusplus } #endif #pragma __standard #endif /* __UAF070DEF_LOADED */