# $Id: solaris2,v 1.2 1994/10/26 14:14:22 nm4 Exp $
#
# solaris2 - define the characteristics of Sun Solaris 2.x (2.2 or later)
#
# JSG <jamesg@cogs.susx.ac.uk>, 17th June 1993
# Slight mods by Nigel Metheringham <nigelm@ohm.york.ac.uk>
#
. $ROOT/conf/os/sys5.4      # SVR4 based

# CC - presumably the path will have been set up for a C compiler.  The
# version in /usr/ucb shouldn't be used, as it forces use of BSD libraries.
# Unlike standard SVR4, cc will not be found in /bin.
CC=cc

# OSLIBS - list any object libraries containing routines we will need
OSLIBS="-lgen -lsocket -lresolv -lnsl"

# INCLUDES - list additional include directories
INCLUDES=

# LMAIL - where the real /bin/mail resides
# see the comment in conf/EDITME-dist
##LMAIL=/bin/mail
## Solaris /bin/mail & /usr/bin/mail correctly routes mail via MTA

# to add INET_NTOA_USE_STRUCT
MISC_DEFINES=NO_PALIAS_MYMALLOC:INET_NTOA_USE_STRUCT

# HAVE list: add NISPLUS
HAVE=$HAVE:NISPLUS
