28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
compile insert RTP57.EQUATES
|
|
|
|
* rjc 02-23-15 Copied From AREV_BP
|
|
* rjc 05/12/21 Add lhfileversion equates
|
|
|
|
EQU LOCK.SEMAPHORE TO 36
|
|
EQU UNLOCK.SEMAPHORE TO 37
|
|
EQU SET.USER.SEMAPHORE TO 38
|
|
|
|
* rjc 07-06-16 Add constrToken
|
|
Equ VERSION_TOKEN$ To "UDVERSION"
|
|
Equ VERSION_TOKEN_LENGTH$ To 9
|
|
|
|
|
|
Equ createfile_reccount_pos$ To 1 ; * expected reccount
|
|
Equ createfile_avg_Size_pos$ To 2 ; * expected average size
|
|
Equ createfile_dictcount_pos$ To 3 ; * expected dict item count
|
|
Equ createfile_framesize_pos$ To 4 ; * desired framesize
|
|
Equ createfile_threshold_pos$ To 5 ; * desired resize threshold
|
|
Equ createfile_sizelock_pos$ To 6 ; * sizelock at create
|
|
Equ createfile_fileversion_pos$ To 7 ; * lh file version
|
|
|
|
* rjc 05-12-21 -- lhfileversion, used for attribute 5 of create_table
|
|
Equ LH_FILETYPE_1$ To 100 ; * lt 64k modulus, lt 2gb lk
|
|
Equ LH_FILETYPE_2$ To 110 ; * supports > 64k modulus, < 2gb lk
|
|
Equ LH_FILETYPE_3$ To 120 ; * supports > 65k modulus, > 2gb lk
|
|
Equ LH_FILETYPE_3A$ To 130 ; * supports > 65k modulus, > 2gb lk, new hashing algorithm
|