#ident "@(#)snet_info	1.25	8/18/92"

###########################################################################
#
# SpiderTCP/X25 Configuration Utilities
#
# Copyright Spider Systems 1991
#
# SNET_INFO
#  
# Contains configuration information for system management
#
###########################################################################

#
#	 /projects/common/PBRAIN/SCCS/pbrainF/dev/src/etc/0/s.snet_info
#	@(#)snet_info	1.25
#
#	Last delta created	13:12:39 8/18/92
#	This file extracted	18:02:07 8/18/92
#
# Changed config file location to /etc/opt, to please LSARC
#

STCP=			# this should be non-null if using SpiderTCP, else null
SUN_TCP=1		# this should be non-null if using Sun TCP, else null
SX25=1			# this should be non-null if using SpiderX25, else null

X25CONFIGFILES=${X25CONFIGFILES:=/etc/opt/SUNWconn/x25}		# system specific file location
X25LIBFILES=${X25LIBFILES:=/opt/SUNWconn/x25/lib}		# general file location

CONFDIR=$X25LIBFILES

# This file is only ever processed by X.25 utilities, in a separate shell,
# so we just remove any other definitions for the license file location
# just in case. It shouldn't be necessary, but is safer this way.
# NPCTE fix for bug id 1231023, SD 17 Jan 96
#unset LM_LICENSE_FILE
LM_LICENSE_FILE=;export LM_LICENSE_FILE
# end of NPCTE fix for bug id 1231023

# make sure path includes /lib (for scripts) and /bin (for executables)
PATH="$X25LIBFILES:$X25LIBFILES/../../bin:$PATH"; export PATH

[ "$STCP" -a -r $X25LIBFILES/t_info ] && . t_info
[ "$SUN_TCP" -a -r $X25LIBFILES/t_info ] && . t_info
[ "$SX25" -a -r $X25LIBFILES/x_info ] && . x_info
[ "$STCP" -a "$SX25" -a -r $X25LIBFILES/tandx_info ] && . tandx_info
[ "$SUN_TCP" -a "$SX25" -a -r $X25LIBFILES/tandx_info ] && . tandx_info
[ "$STCP" -o "$SX25" -a -r $X25LIBFILES/torx_info ] && . torx_info
NLSPATH=${X25LIBFILES}/locale/C/LC_MESSAGES/%N.cat

