summaryrefslogtreecommitdiff
path: root/hints/solaris_2_3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/solaris_2_3.sh')
-rw-r--r--hints/solaris_2_3.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/hints/solaris_2_3.sh b/hints/solaris_2_3.sh
deleted file mode 100644
index 01b9d93342..0000000000
--- a/hints/solaris_2_3.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-d_vfork='undef'
-set `echo $libpth | sed -e 's@/usr/ucblib@@'`
-libpth="$*"
-case $PATH in
-*/usr/ucb*:/usr/bin:*) cat <<END
-NOTE: Some people have reported problems with /usr/ucb/cc.
-Remove /usr/ucb from your PATH if you have difficulties.
-END
-;;
-esac