kdelibs3/kde.csh

18 lines
548 B
Tcsh
Raw Normal View History

2007-07-30 20:10:08 +00:00
## http://kde.ground.cz/tiki-index.php?page=Environment+Variables
## for possible entries here
2007-12-01 19:11:02 +00:00
## Make sure KDEDIRS is set
if ( ! $?KDEDIRS ) setenv KDEDIRS /usr
## When/if using prelinking, avoids (some) use of kdeinit
2007-07-30 20:10:08 +00:00
if ( -f /etc/sysconfig/prelink ) then
set PRELINKING = `grep "^PRELINKING=" /etc/sysconfig/prelink | cut -d"=" -f2`
if ( "$PRELINKING" == "yes" ) then
2007-12-01 19:11:02 +00:00
if ( ! $?KDE_IS_PRELINKED ) setenv KDE_IS_PRELINKED 1
2007-07-30 20:10:08 +00:00
endif
endif
2007-12-01 19:11:02 +00:00
## if not using IPv6, speeds DNS operations
2007-07-30 20:10:08 +00:00
# if ( ! $?KDE_NO_IPV6 ) setenv KDE_NO_IPV6 1