summaryrefslogtreecommitdiff
path: root/hints/svr4.sh
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2002-02-19 03:55:36 -0800
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-20 14:56:55 +0000
commitaade5aff4d4ca48f8b8ad56cbcbd37531afa2401 (patch)
treee3741f6dc75f91375c767070b1e2b0d0324c771c /hints/svr4.sh
parenteade9b7139927966a87970564990ef3670609a0a (diff)
downloadperl-aade5aff4d4ca48f8b8ad56cbcbd37531afa2401.tar.gz
d_Gconvert hints and Glossary
Message-ID: <42qc8gzkgOFN092yn@efn.org> p4raw-id: //depot/perl@14786
Diffstat (limited to 'hints/svr4.sh')
-rw-r--r--hints/svr4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/svr4.sh b/hints/svr4.sh
index fe88f27dec..b3be9ac40b 100644
--- a/hints/svr4.sh
+++ b/hints/svr4.sh
@@ -23,7 +23,7 @@ libswanted=`echo " $libswanted " | sed -e 's/ malloc / /'` # -e 's/ ucb / /'`
# it is needed for ODBM_File and NDBM_File extensions.
if [ -r /usr/ucblib/libucb.a ]; then # If using BSD-compat. library:
- d_Gconvert='gcvt((x),(n),(b))' # Try gcvt() before gconvert().
+ gconvert_preference='gcvt sprintf' # Try gcvt() before gconvert().
# Use the "native" counterparts, not the BSD emulation stuff:
d_bcmp='undef' d_bcopy='undef' d_bzero='undef' d_safebcpy='undef'
d_index='undef' d_killpg='undef' d_getprior='undef' d_setprior='undef'