tldm-universe/Ardent/UV/gcidir/include/filenams.h
2024-09-09 17:51:08 -04:00

48 lines
1.6 KiB
C
Executable File

#ifndef h_filenams
#define h_filenams
/******************************************************************************
*
* List of hardcoded filenames
*
* 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 intented
* publication of such source code.
*
*******************************************************************************
*
* Maintenence log - insert most recent change descriptions at top
*
* Date.... GTAR# WHO Description.........................................
* 10/14/98 23801 SAP Change copyrights.
* 10/09/90 7574 DTM Spooler enhancements
* 02/17/89 5319 JWT eliminate UV.USERS file
* 07/25/88 - - Maintenence log purged at 5.2.1, see release 5.1.10.
*
*****************************************************************************/
#define U_HOME_PRE @("")
#define U_CATDIR @("catdir")
#define U_CAT @("CAT")
#define U_PLOCKS @("plocks")
#define U_D_NEWACC @("D_NEWACC")
#define U_NEWACC @("NEWACC")
#define U_UV_FLAVOR @("UV.FLAVOR")
#define U_D_UV_FLAVOR @("D_UV.FLAVOR")
#define U_SYS_MSG @("SYS.MESSAGE")
#define U_D_H_AID @("D_HASH.AID.FIL")
#define U_UV_ACCT @("UV.ACCOUNT")
#define U_BIN(name) @
#define U_SCRIPT(name) @
#define U_TRUNC @("D_&TRUNCATED&")
#define U_SHMCAT @("catdir/.SHMCAT")
#define U_SPOOL "/usr/spool/uv"
#define U_SPLOG "/usplog"
#define U_ERRLOG "/err.log"
#define U_ACTLOG "/act.log"
#define U_UV_LOG @("VOC")
#endif /* end of filenams.h */