# program: sysconfig
# version: [$Id: sys_config,v 5.47 1994/10/05 00:59:22 hitman Exp $]
## Installation info -----------------------------------
BASELINE = 5.47
BASELINE_NOTE = "Baseline $(BASELINE): Tested from Ports"
NROFF = groff
## -----------------------------------------------------

## Operating System (uname -s) -------------------------
#OP_SYS=ULTRIX
#OP_SYS=OSF1
OP_SYS=Linux
#OP_SYS=HP_UX
#OP_SYS=SunOS

## Ultrix System at riddler.prb.com  ------------------
# uname:	ULTRIX riddler 4.3 0 RISC
# system:	
#
# compiler: 
#CC = cc
#DEFINES=-D$(OP_SYS) -D__DATE__=0000
##DEFINES=-DDEBUG -D$(OP_SYS) -D__DATE__=0000
#CFLAGS=-c -g1 $(DEFINES) -YPOSIX
#CCVER=echo \"DEC RISC C Compiler\"
#
#DIR=/usr/users/hit379/bbs-5.22-inst
##

## OSF1 System at axposf.pa.dec.com --------------------
# uname:	OSF1 axposf.pa.dec.com V2.0 250 alpha
# system:	Alpha AXP, DEC 4000
#
# compiler: DEC C/C++ V1.3A
#CC = cc
#DEFINES=-DDEBUG -D$(OP_SYS)
#CFLAGS = -ansi -g3 $(DEFINES) -Wall -fmemoize-lookups
#CCVER = echo "DEC C/C++ V1.3A"
#
# compiler:	GCC Version 2.5.8
#CC = gcc
#DEFINES=-DDEBUG -D$(OP_SYS)
#CFLAGS = -ansi -g3 -ggdb3 $(DEFINES) -Wall -fmemoize-lookups
#CCVER = $(CC) -v 2> tmp; grep \"version\" tmp; rm -rf tmp
#
# compiler: KAP for C v1.5
#CC = kcc
#CFLAGS = -ansi -g3 -ggdb3 $(DEFINES) -fmemoize-lookups
#CCVER = echo "KAP for C v1.5"
#
## Directory Locations ---------------------------------
#DIR = /gdir/hitman/project-test/bbs-$(BASELINE)
##------------------------------------------------------

## Linux System at fhilx2.outpost23.org (1.1.13) -------
# uname:	Linux fhilx2 1.1.13 #1 Tue Jun 7 18:29:01 EDT 1994 i386
# system:	AMI Bio, i386, 8meg RAM, 18meg Swap.
## Linux System at atc.imssys.com (1.0.8) --------------
# uname:
# system:	AMI Bio, i486, 16meg RAM, 34meg Swap.
#
# compiler:	GCC Version 2.5.8
CC = cc
##DEFINES = -DDEBUG -D$(OP_SYS)
DEFINES = -D$(OP_SYS)
CFLAGS = -ansi -O2 $(DEFINES) -Wall -fmemoize-lookups
##CFLAGS = -ansi -g3 -ggdb3 $(DEFINES) -Wall -fmemoize-lookups
CCVER = $(CC) -v 2> tmp; grep \"version\" tmp; rm -rf tmp
#
## Directory Locations ---------------------------------
DIR = /home/hitman/project-test/bbs-$(BASELINE)
##------------------------------------------------------

## HP-UX System at bj.tsc.prb.com ----------------------
# uname:	HP-UX bj A.09.01 E 9000/750 2016767315 8-user license
# system:	HP 750, Series 700, 197meg RAM, 400meg Swap.
## HP-UX System at klinger.tsc.prb.com -----------------
# uname:
# system:
#
# compiler:	GCC Version 2.5.8
#CC = /usr/local/bin/gcc
#DEFINES=-D$(OP_SYS)
#DEFINES=-DDEBUG -D$(OP_SYS)
#CFLAGS = -ansi $(DEFINES) -Wall -fmemoize-lookups
#CCVER = $(CC) -v 2> tmp; grep \"version\" tmp; rm -rf tmp
#
# compiler:	HP-UX C Compiler
#CC = /bin/cc
#DEFINES=-D$(OP_SYS)
#DEFINES=-DDEBUG -D$(OP_SYS)
#CFLAGS = -Aa -Ae -g $(DEFINES)
#CCVER = echo "HP-UX C Compiler"
#
# compiler:	HP-UX POSIX-conformant C Compiler
#CC = /bin/c89
#DEFINES=-D$(OP_SYS)
#DEFINES=-DDEBUG -D$(OP_SYS)
#CFLAGS = -Aa -Ae -g $(DEFINES)
#CCVER = echo "HP-UX POSIX-conformant C Compiler"
#
## Directory Locations ---------------------------------
#DIR = /h/users/hit379/project-test/bbs-$(BASELINE)
##------------------------------------------------------

## SunOS System at frank.tsc.prb.com (4.1.3) -------
# uname:	SunOS frank 4.1.3 1 sun4
# system:	Sun 4/300, 64meg RAM, 200meg Swap.
## SunOS System at blake.tsc.prb.com (4.1.3) -------
# uname:	SunOS blake 4.1.3 1 sun4
# system:	Sun 4/300, 64meg RAM, 200meg Swap.
#
# compiler:	GCC Version 2.5.8
#CC=/usr/local/bin/gcc
##DEFINES=-D$(OP_SYS) -I"/usr/5include"
#DEFINES=-DDEBUG - D$ (OP_SYS) - I "/usr/5include"
#CFLAGS=-ansi $(DEFINES) -Wall -fmemoize -lookups -target sun4
#CCVER=$(CC) -v 2> tmp; grep \"version\" tmp; rm -rf tmp
#
# compiler:	Sun Release 4.1 C Compiler (very K&R)
#CC = /usr/bin/cc
#DEFINES = -DDEBUG -D$(OP_SYS)
#CFLAGS = -g3 $(DEFINES) -Wall -fmemoize-lookups -target sun4
#CCVER = echo "Sun Release 4.1 C Compiler \($(CC)\)"
#
## Directory Locations ---------------------------------
#DIR =/h/users/hit379/project-test/bbs-$(BASELINE)
##------------------------------------------------------
