#!/bin/ksh
# IBM_PROLOG_BEGIN_TAG 
# This is an automatically generated prolog. 
#  
# cde720 src/cde/osf/xmbind/0040.xmbind 1.1 
#  
# Licensed Materials - Property of IBM 
#  
# COPYRIGHT International Business Machines Corp. 1995 
# All Rights Reserved 
#  
# US Government Users Restricted Rights - Use, duplication or 
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 
#  
# IBM_PROLOG_END_TAG 
# @(#)61        1.1  src/cde/osf/xmbind/0040.xmbind, desktop, cde720 5/19/95 15:32:11
#
#   COMPONENT_NAME: desktop
#
#   FUNCTIONS: none
#
#   ORIGINS: 27
#
#
#   (C) COPYRIGHT International Business Machines Corp. 1995
#   All Rights Reserved
#   Licensed Materials - Property of IBM
#   US Government Users Restricted Rights - Use, duplication or
#   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
#
#
#####################################################################
###  File:              0040.xmbind
###
###  Default Location:  /usr/dt/config/Xsession.d/
###
###  Purpose:           Set XMBINDDIR directory to CDE 
###			default /usr/dt/lib/bindings
###                     
###  Description:
###                     This script is invoked by means of the Xsession file
###                     at user login. It sets a default value for the
###			environment variable XMBINDDIR.  Motif looks in the
###			directory specified by this variable for the 
###			xmbind.alias and virtual bindings files.
###			
###
###  Invoked by:        /usr/dt/bin/Xsession
###
###  Product:           @(#)Common Desktop Environment 1.0          
###
###  Note:              
###
###    The /usr/dt/config/Xsession.d/0040.dtims file is a
###    factory-default file and will be unconditionally overwritten upon
###    subsequent installation. To customize the XMBINDDIR value,
###    copy this file to the configuration directory, 
###    /etc/dt/config/Xsession.d and change that version
###    of the file.
###    
###  Revision:          $Revision: 1.1 $
###
###  (c) Copyright 1993, 1994 Hewlett-Packard Company
###  (c) Copyright 1993, 1994 International Business Machines Corp.
###  (c) Copyright 1993, 1994 Sun Microsystems, Inc.
###  (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of
###      Novell, Inc.
###
#####################################################################


XMBINDDIR=/usr/dt/lib/bindings
export XMBINDDIR

##########################         eof       #####################
