compile insert VOL_TABLE_EQUATES /* ** Copyright (C) 1992 - 2023 Revelation Software Inc. All Rights Reserved ** Amended Date Reason ======= ==== ====== Mr C 02 Feb 23 Added header guards */ /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// #IFNDEF _VOL_TABLE_EQUATES_ #DEFINE _VOL_TABLE_EQUATES_ /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// * sysvolumes array element equates * MTR added col_control equ VOL_NAME$ to 0 equ VOL_LABEL$ to 1 equ VOL_LOCATION$ to 2 equ VOL_FILE_LIST$ to 3 equ VOL_FILE_SYS$ to 4 equ VOL_HANDLE$ to 5 equ VOL_CONTROL$ to 6 /////////////////////////////////////////////////////////////////////////////// * systables array element equates equ TAB_NAME$ to 0 equ TAB_VOL_NAME$ to 1 equ TAB_REAL_NAME$ to 2 equ TAB_ACCOUNT$ to 3 equ TAB_FILE_SYS$ to 4 equ TAB_HANDLE$ to 5 /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// #endif /////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////