# -*-sh-*-
#ident	"@(#)smail/conf/os:RELEASE-3_2_0_115:lynxos,v 2.3 2003/03/27 16:45:54 woods Exp"
#
# lynxos - define the characteristics of LynxOS
#
# from Greg Seibert <seibert@lynx.com>; Lynx Real-Time Systems, Inc.

. $ROOT/conf/os/posix		# this is a P1003.1-compliant system

# OSNAMES - Additional names defining this operating system
#
# XXX: should this have UNIX in it too?
#
OSNAMES=$OSNAMES:LYNXOS

# ARCH_TYPE - big assumption here
ARCH_TYPE=32bit

# ----------------------------------------------------------------------
# Supply some OS-specific information above those in the P1003.1
# specifications

# CC - the C compiler to use for compiling smail
#
# XXX: is gcc there in the default OS distribution?
#
CC=gcc

# OSLIBS - list any object libraries containing routines we will need
OSLIBS=""

# INCLUDES - list additional include directories
INCLUDES=""

# DRIVER_CONFIGURATION - configuration file describing smail drivers
DRIVER_CONFIGURATION=arpa-network	# Always supports DNS

# ARCH_TYPE - all SysVr4 ports are 32-bit systems
ARCH_TYPE=32bit

# USE_SYMLINKS - define this if you wish to use symlinks when installing
USE_SYMLINKS=yes

# MAILBOX_DIR - directory containing user mailbox files
MAILBOX_DIR=/usr/spool/mail

# SECURE_PATH - Path for system-provided user binaries
SECURE_PATH=/bin:/usr/bin

# CONSOLE - path to device for console messages
CONSOLE=/dev/con

# COMPRESS, etc. - Select method of file compression (use compress)
#
# XXX: is gzip there in the default OS distribution?
#
COMPRESS=gzip					# for sites using gzip
COMP_FLAG="-9f"
UNCOMPRESS=gunzip
ZCAT="gunzip -c"
DOT_Z=".gz"

# HAVE - what features should be used with this operating system
HAVE=$HAVE:BSD_NETWORKING:BIND

MISC_DEFINES=$MISC_DEFINES:TIME_WITH_SYS_TIME
