# IRAF .cshrc -- needed to define environment for network access.

umask 022

if (`uname -r | cut -c1` == 4) then
    # SunOS
    set path = (. ./bin \
	/usr/lang /usr/local/bin /usr/ucb /bin /usr/bin \
	/u3/x11apps/bin /usr/bin/X11 /usr/openwin/bin \
	)
else
    # Solaris
    set path = ( . ./bin /opt/local/bin /tmp \
	/usr/local/bin /bin /usr/bin /usr/sbin /usr/ccs/bin /etc /usr/etc \
	/opt/SUNWspro/bin /opt/gnu/bin \
	/u3/x11apps/bin /tucana/u3/x11apps/bin /usr/bin/X11 /usr/openwin/bin \
	/opt/CDsts \
	)
    setenv PERL5LIB /tucana/u3/local/lib.sun4/perl5/site_perl
    setenv LM_LICENSE_FILE 1700@apus
endif
