#ident	"@(#)smail/conf/os:RELEASE-3_2_0_114:lynxos,v 2.2 1998/11/19 22:54:42 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

# ----------------------------------------------------------------------
# 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

# bash v1.12.1 cannot handle newlines within a case pattern, which
# mkdefs.sh normally relies on.  Set CASE_NO_NEWLINES to use an even
# more grotesque looking shell expression for ignoring EDITME conf/os
# variables that have newlines.
CASE_NO_NEWLINES=true
