tldm-universe/Ardent/UV/INCLUDE/MACHINE.NAME

164 lines
3.0 KiB
Plaintext
Raw Normal View History

2024-09-09 21:51:08 +00:00
***********************************************************************
*
* Save uniVerse machine name into variable UV.MACHINE
*
* MACHINE.NAME 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.........................................
*
***********************************************************************
*
$INCLUDE UNIVERSE.INCLUDE OSDEF.H
$INCLUDE UNIVERSE.INCLUDE FILENAMES.H
SEQUENT = 0
PTX = 0
CT386 = 0
CONCURRENT=0
SCO386 = 0
ISC = 0
WYSE = 0
ARETE = 0
ATT3B1 = 0
ATT3B2 = 0
ATT3B15 = 0
AViiON = 0
BULL = 0
CCI = 0
DEC5400 = 0
DECALPHA = 0
ENCORE = 0
ENC88K = 0
HP = 0
IBMRT = 0
MAGNUM = 0
MINIFRAME = 0
MIGHTYFRAME = 0
NCR = 0
NEC = 0
PYRAMID = 0
PYRDCOSX = 0
RM600 = 0
SUN = 0
SPARC = 0
s386i = 0
M8000 = 0
sysV88 = 0
M88KSVR4 = 0
OLIVETTI = 0
OLIEDGE = 0
IN2 = 0
MIPS = 0
TANDEM = 0
NIXDORF = 0
SEQUOIA = 0
SINIX = 0
MX300I = 0
CT486 = 0
NCR486 = 0
ARIX = 0
NCR700 = 0
TI1500 = 0
IBMRIOS = 0
STRATUS = 0
SOLARIS = 0
ICL = 0
I860 = 0
SGI = 0
UNIVEL = 0
SUNX86 = 0
AViiONX86 = 0
CONTINUUM = 0
MSWIN = 0
WINNT = 0
WIN9X = 0
LINUX = 0
PROD.NAME = "uniVerse"
PROD.NAMEU = "UniVerse"
*
*
* General Definitions.
*
* These may be overwritten by platform specific values later in
* this file.
*
*
* DEV.TYPES - Description of devices supported
* DEV.OPTS - Devices supported. T/F/C/P/O
* - DEVICE.MAINT
DEV.TYPES = '"T"-1/2" tape, "F"-floppy disk, "C"-cartridge tape, "P"-printer, or "O"-other.'
DEV.OPTS = "TFCPO"
* USE.UNIX - 0 Use UniVerse routines
* - 1 Use OS (UNIX or MSWIN) routines
USE.UNIX = 0
* OBJECT.CLASS - 0 (default) Class of BASIC object code
OBJECT.CLASS = 0
NETLSVID = "Ardent Software, Inc."
NETLSID = "66c262415180.02.c6.66.f9.15.00.00.00"
NETLSPID = "uniVerse"
NETLSPWD = "hqqfk22tn8se4"
*
TTYPREFIX = ""
TAPESKIP=0
*
*
* MS Windows Specific Definitions.
*
* These values may be overwritten by platform specific values later
* in this file.
*
*
* OS.TYPE - "MSWIN" OS for this version is Windows NT.
OS.TYPE = "MSWIN"
* EXECUTE OS commands using 'DOS /c'
OS.EXEC = "DOS /c"
* Replacements for Unix commands.
MORE = "MORE /E"
LN.CMD = UV.ROOT:"\bin\ln.exe"
MV.CMD = UV.ROOT:"\bin\mv.exe"
PWD.CMD = UV.ROOT:"\bin\pwd.exe"
RM.CMD = UV.ROOT:"\bin\rm.exe"
TOUCH.CMD = UV.ROOT:"\bin\touch.exe"
* HOSTNAME - Path to hostname command
HOSTNAME = UV.ROOT:"\bin\hostname.exe"
*
*
* Machine Specific Information
*
*
UV.MACHINE = "WINNT"
*
*