summaryrefslogtreecommitdiff
path: root/hints/sunos_4_1.sh
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-11-21 10:22:21 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-11-21 10:22:21 +0000
commit7d4724f95a69a8d5a7cd565f21487912e6d331c0 (patch)
tree3cfcc69e1711355bb9dec172017ba0955c6d7e47 /hints/sunos_4_1.sh
parent82c11e952a81290003492eb45d32ae6de010ce12 (diff)
downloadperl-7d4724f95a69a8d5a7cd565f21487912e6d331c0.tar.gz
Remove warnings against WHOA THERE warnings from the hints files.
p4raw-id: //depot/perl@29335
Diffstat (limited to 'hints/sunos_4_1.sh')
-rw-r--r--hints/sunos_4_1.sh11
1 files changed, 1 insertions, 10 deletions
diff --git a/hints/sunos_4_1.sh b/hints/sunos_4_1.sh
index 4f06d6e360..fa0499bead 100644
--- a/hints/sunos_4_1.sh
+++ b/hints/sunos_4_1.sh
@@ -9,14 +9,12 @@ case "$cc" in
*) usevfork=true ;;
esac
-# Configure will issue a WHOA warning. The problem is that
# Configure finds getzname, not tzname. If you're in the System V
# environment, you can set d_tzname='define' since tzname[] is
# available in the System V environment.
d_tzname='undef'
-# Configure will issue a WHOA warning. The problem is that unistd.h
-# contains incorrect prototypes for some functions in the usual
+# unistd.h contains incorrect prototypes for some functions in the usual
# BSD-ish environment. In particular, it has
# extern int getgroups(/* int gidsetsize, gid_t grouplist[] */);
# but groupslist[] ought to be of type int, not gid_t.
@@ -40,13 +38,6 @@ i_unistd='undef'
# fflush() them. -- Andy Dougherty Wed May 26 15:25:22 EDT 1999
util_cflags='ccflags="$ccflags -DPERL_FFLUSH_ALL_FOPEN_MAX=32"'
-cat << 'EOM' >&4
-
-You will probably see *** WHOA THERE!!! *** messages from Configure for
-d_tzname and i_unistd. Keep the recommended values. See
-hints/sunos_4_1.sh for more information.
-EOM
-
# The correct setting of groupstype depends on which version of the C
# library is used. If you are in the 'System V environment'
# (i.e. you have /usr/5bin ahead of /usr/bin in your PATH), and