/****************************************************************************** * * filefix_defs.h - defines include file for file fixing subsystem * * Module %M% Version %I% Date %H% * * (c) Copyright 1998 Ardent Software Inc. - All Rights Reserved * This is unpublished proprietary source code of Ardent Software Inc. * The copyright notice above does not evidence any actual or intended * publication of such source code. * ******************************************************************************* * * Maintenence log - insert most recent change descriptions at top * * Date.... GTAR# WHO Description......................................... * 04/27/99 24682 WSM Added DIAG_RECORD_PADDING and FIX_RECORD_PADDING. * 10/16/98 23768 WSM Added #defines. * 10/14/98 23801 SAP Change copyrights. * 10/14/98 23801 SAP Change copyrights. * 09/01/98 23768 DJD Module Created. * ******************************************************************************/ /* define replaces for functions, diags should match fixes */ #define DIAG_UNIVERSEFILE 1 #define DIAG_DOT_TYPE30 2 #define DIAG_SEPARATION 3 #define DIAG_PRIMARY_SIZE 4 #define DIAG_OVERFLOW_SIZE 5 #define DIAG_PRIMARY_TRUNC 6 #define DIAG_OVERFLOW_TRUNC 7 #define DIAG_MODULUS 8 #define DIAG_BASEMOD 9 #define DIAG_NEXT_SPLITPTR 10 #define DIAG_AKPATH 11 #define DIAG_GROUP_HEADER 12 #define DIAG_RESIZE_FLAG 13 #define DIAG_RECORD_HEADER 14 #define DIAG_FLINK 15 #define DIAG_BLINK 16 #define DIAG_T30LASTB_FLAG 17 #define DIAG_T30FIRST_FLAG 18 #define DIAG_OVERFLOW_LINK 19 #define DIAG_OVERSIZED_HEADER 20 #define DIAG_OVERSIZED_FLINK 21 #define DIAG_OVERSIZED_BLINK 22 #define DIAG_OVERFLOW_COUNT 23 #define DIAG_RECORD_ID 24 #define DIAG_RECORD_PADDING 25 #define DIAG_FREECHAIN 26 #define DIAG_ORPHANED_BUFFERS 27 #define DIAG_MULTILINK_BUFFERS 28 /* define replaces for functions, diags should match fixes */ #define FIX_UNIVERSEFILE 1 #define FIX_DOT_TYPE30 2 #define FIX_SEPARATION 3 #define FIX_PRIMARY_SIZE 4 #define FIX_OVERFLOW_SIZE 5 #define FIX_PRIMARY_TRUNC 6 #define FIX_OVERFLOW_TRUNC 7 #define FIX_MODULUS 8 #define FIX_BASEMOD 9 #define FIX_NEXT_SPLITPTR 10 #define FIX_AKPATH 11 #define FIX_GROUP_HEADER 12 #define FIX_RESIZE_FLAG 13 #define FIX_RECORD_HEADER 14 #define FIX_FLINK 15 #define FIX_BLINK 16 #define FIX_T30LASTB_FLAG 17 #define FIX_T30FIRST_FLAG 18 #define FIX_OVERFLOW_LINK 19 #define FIX_OVERSIZED_HEADER 20 #define FIX_OVERSIZED_FLINK 21 #define FIX_OVERSIZED_BLINK 22 #define FIX_OVERFLOW_COUNT 23 #define FIX_RECORD_ID 24 #define FIX_RECORD_PADDING 25 #define FIX_FREECHAIN 26 #define FIX_ORPHANED_BUFFERS 27 #define FIX_MULTILINK_BUFFERS 28