
#----------- Start of R3.13 path requirements --------------------------------------
if ( ! $?EPICS_EXTENSIONS ) then
	setenv EPICS_EXTENSIONS /usr/local/epics/extensions
endif
if ( $?EPICS_EXTENSIONS_PVT ) then
	set path = ( $path $EPICS_EXTENSIONS_PVT $EPICS_EXTENSIONS/bin/$HOST_ARCH)
else
	set path = ( $path $EPICS_EXTENSIONS/bin/$HOST_ARCH)
endif
#----------- End of R3.13 path requirements -----------------------------------------

# The following can be uncommented if needed

#----------- Start of pre R3.13 additional path requirements for appSR --------------
#set path = ( $path ./appSR/tools ./appSR/bin/$HOST_ARCH  ./base/tools ./base/bin/$HOST_ARCH)
#----------- End of pre R3.13 additional path requirements for appSR ----------------

#----------- Start of sun4 to solaris transitional path requirements ---------------
#if ( "$HOST_ARCH" == "solaris" ) then
#if ( ! $?EPICS_EXTENSIONS ) then
#        setenv EPICS_EXTENSIONS /usr/local/epics/extensions
#endif
#        set path = ( $path $EPICS_EXTENSIONS/bin/sun4)
#endif
#----------- End of sun4 to solaris transitional path requirements ---------------

