#**********************************************************************#
#*                                                                    *#
#* Copyright (c) 2004 by Sun Microsystems, Inc.                       *#
#* All rights reserved.                                               *#
#*                                                                    *#
#**********************************************************************#

# ----------------------- SUN MTP  specific ---------------------------- #
# Supply values for your environment, and uncomment the appropriate
# lines.

#UNIKIX=<MTP-installation-directory>;export UNIKIX
#KIXLICDIR=<license-file-directory>;export KIXLICDIR
KIXSYS=`pwd`/sys;     export KIXSYS
KIXPROGS=`pwd`/progs; export KIXPROGS

# -------------------- WebSphere MQ ----------------------- #

# Install path for WebSphere MQ (i.e., /opt/mqm)
MQSERIES=<MQ Directory>   ; export MQSERIES

# Below is the Server Channel string
# where 'nnn' is the port number of the listener
# and localhost could be changed to the host name
MQSERVER="CHANNEL1/TCP/localhost(nnn)"; export MQSERVER

# -------------------- ACUCOBOL-GT(R) ----------------------- #

#ACUCOBOL=<COBOL-installation-directory>;export ACUCOBOL
COPYPATH=$UNIKIX/copy:$MQSERIES/inc;export COPYPATH

# --------------------- Solaris -----------------------------------#

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ACUCOBOL/lib:$UNIKIX/lib:$MQSERIES/lib 
export LD_LIBRARY_PATH

# --------------------- AIX -----------------------------------#
 
#LIBPATH=$LIBPATH:$LD_LIBRARY_PATH; export LIBPATH

# --------------------- Path -----------------------------------#

PATH=$MQSERIES/bin:$ACUCOBOL/bin:$PATH:$UNIKIX/bin;export PATH
