# -*- coding: iso-8859-1 ; mode: shell-script ;-*-
# (C) Copyright  IBM Corp. 2004
#
# $Id: dot-kafferc,v 1.1 2004/03/20 14:19:15 augart-oss Exp $
#
# Initialization file for Kaffe.  This will be needed until Kaffe gets arguments to 
# prefix and suffix the boot class path  with additional directories.  This file needs to be 
# named .kafferc and put in whatever directory the Kaffe invocation will think is the user's 
# home directory. 
#
# @author Steven Augart
# @date  March, 2004
BOOTCLASSPATH=${BOOTCLASSPATH_PREFIX}${BOOTCLASSPATH_PREFIX+:}${BOOTCLASSPATH}${BOOTCLASSPATH_SUFFIX+:}${BOOTCLASSPATH_SUFFIX}

