home *** CD-ROM | disk | FTP | other *** search
- /*
- * old global variable declarations
- *
- * This program is the CONFIDENTIAL and PROPRIETARY property
- * of FairCom(R) Corporation. Any unauthorized use, reproduction or
- * transfer of this program is strictly prohibited.
- *
- * Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989 FairCom Corporation
- * (Subject to limited distribution and
- * restricted disclosure only.)
- * *** ALL RIGHTS RESERVED ***
- *
- * 4006 West Broadway
- * Columbia, MO 65203
- *
- *
- * c-tree(R) Version 4.3
- * Release C
- * February 7, 1989 17:30
- *
- */
-
-
- /*
- * convert V4.1 c-tree globals to V4.3
- *
- * only necessary if code references c-tree globals
- *
- */
-
- #define key ct_key
- #define nodsec ct_ndsec
- #define maxfil ct_mxfil
- #define revmap ct_rvmap
- #define savset ct_savset
- #define fndval ct_fndval
- #define datmap ct_dtmap
- #define keymap ct_kymap
- #define isam_lok ct_ismlk
-
- /* end of ctglbbl.h */
-