summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-20 13:38:22 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-20 13:38:22 +0000
commite61ecf2728b6f0a3b42d3fefc949a8a7bc2b4fb1 (patch)
treecc834ac35134d402d3406af67c98fc3c1783bca7 /Porting
parent2d84a16a79dbb993063e4052e2e5e7a2dca5effc (diff)
downloadperl-e61ecf2728b6f0a3b42d3fefc949a8a7bc2b4fb1.tar.gz
Remove iconv references since we are not using it
and not going to; regen perltoc, perlmodlib. (Some references still linger in perltoc, have to figure out where they are coming from.) p4raw-id: //depot/perl@12095
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary8
-rw-r--r--Porting/config.sh26
-rw-r--r--Porting/config_H16
3 files changed, 14 insertions, 36 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 3ffbdcc876..57c05e41ac 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -879,10 +879,6 @@ d_htonl (d_htonl.U):
This variable conditionally defines HAS_HTONL if htonl() and its
friends are available to do network order byte swapping.
-d_iconv (d_iconv.U):
- This variable conditionally defines the HAS_ICONV symbol, which
- indicates to the C program that the iconv() routine is available.
-
d_index (d_strchr.U):
This variable conditionally defines HAS_INDEX if index() and
rindex() are available for string searching.
@@ -2213,10 +2209,6 @@ i_grp (i_grp.U):
This variable conditionally defines the I_GRP symbol, and indicates
whether a C program should include <grp.h>.
-i_iconv (i_iconv.U):
- This variable conditionally defines the I_ICONV symbol, and indicates
- whether a C program should include <iconv.h>.
-
i_ieeefp (i_ieeefp.U):
This variable conditionally defines the I_IEEEFP symbol, and indicates
whether a C program should include <ieeefp.h>.
diff --git a/Porting/config.sh b/Porting/config.sh
index e41896da03..44b3b5bf5d 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -8,7 +8,7 @@
# Package name : perl5
# Source directory : .
-# Configuration time: Tue Sep 11 04:09:55 EET DST 2001
+# Configuration time: Thu Sep 20 17:22:20 EET DST 2001
# Configured by : jhi
# Target system : osf1 alpha.hut.fi v4.0 878 alpha
@@ -63,7 +63,7 @@ ccsymbols='__alpha=1 __LANGUAGE_C__=1 __osf__=1 __unix__=1 _LONGLONG=1 _SYSTYPE_
ccversion='V5.6-082'
cf_by='jhi'
cf_email='yourname@yourhost.yourplace.com'
-cf_time='Tue Sep 11 04:09:55 EET DST 2001'
+cf_time='Thu Sep 20 17:22:20 EET DST 2001'
charsize='1'
chgrp=''
chmod='chmod'
@@ -216,7 +216,6 @@ d_gnulibc='undef'
d_grpasswd='define'
d_hasmntopt='undef'
d_htonl='define'
-d_iconv='define'
d_index='undef'
d_inetaton='define'
d_int64_t='undef'
@@ -233,7 +232,7 @@ d_locconv='define'
d_lockf='define'
d_longdbl='define'
d_longlong='define'
-d_lseekproto=''
+d_lseekproto='define'
d_lstat='define'
d_madvise='define'
d_mblen='define'
@@ -499,7 +498,6 @@ i_fp='define'
i_fp_class='define'
i_gdbm='undef'
i_grp='define'
-i_iconv='define'
i_ieeefp='undef'
i_inttypes='undef'
i_langinfo='define'
@@ -594,7 +592,7 @@ issymlink='test -h'
ivdformat='"ld"'
ivsize='8'
ivtype='long'
-known_extensions='B ByteLoader Cwd DB_File Data/Dumper Devel/DProf Devel/Peek Digest/MD5 Encode Fcntl File/Glob Filter/Util/Call GDBM_File I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 NDBM_File ODBM_File Opcode POSIX PerlIO/Scalar PerlIO/Via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Thread Time/HiRes XS/Typemap attrs re'
+known_extensions='B ByteLoader Cwd DB_File Data/Dumper Devel/DProf Devel/Peek Digest/MD5 Encode Fcntl File/Glob Filter/Util/Call GDBM_File I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 NDBM_File ODBM_File Opcode POSIX PerlIO/Scalar PerlIO/Via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Thread Time/HiRes XS/Typemap attrs re threads'
ksh=''
ld='ld'
lddlflags='-shared -expect_unresolved "*" -msym -std -s'
@@ -606,12 +604,12 @@ lib_ext='.a'
libc='/usr/shlib/libc.so'
libperl='libperl.so'
libpth='/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /var/shlib'
-libs='-lgdbm -ldbm -ldb -lm -liconv -lutil'
+libs='-lgdbm -ldbm -ldb -lm -lutil'
libsdirs=' /usr/shlib /usr/ccs/lib'
-libsfiles=' libgdbm.so libdbm.a libdb.so libm.so libiconv.so libutil.a'
-libsfound=' /usr/shlib/libgdbm.so /usr/ccs/lib/libdbm.a /usr/shlib/libdb.so /usr/shlib/libm.so /usr/shlib/libiconv.so /usr/ccs/lib/libutil.a'
+libsfiles=' libgdbm.so libdbm.a libdb.so libm.so libutil.a'
+libsfound=' /usr/shlib/libgdbm.so /usr/ccs/lib/libdbm.a /usr/shlib/libdb.so /usr/shlib/libm.so /usr/ccs/lib/libutil.a'
libspath=' /usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /var/shlib'
-libswanted='sfio socket bind inet nsl nm gdbm dbm db malloc dld ld sun m cposix posix ndir dir crypt sec ucb BSD x iconv util'
+libswanted='sfio socket bind inet nsl nm gdbm dbm db malloc dld ld sun m cposix posix ndir dir crypt sec ucb BSD x util'
libswanted_uselargefiles=''
line=''
lint=''
@@ -686,9 +684,9 @@ patchlevel='7'
path_sep=':'
perl5='perl'
perl=''
-perl_patchlevel='11978'
+perl_patchlevel='12086'
perladmin='yourname@yourhost.yourplace.com'
-perllibs='-lm -liconv -lutil'
+perllibs='-lm -lutil'
perlpath='/opt/perl/bin/perl'
pg='pg'
phostname=''
@@ -854,7 +852,7 @@ vendorlibexp=''
vendorprefix=''
vendorprefixexp=''
version='5.7.2'
-version_patchlevel_string='version 7 subversion 2 patch 11978'
+version_patchlevel_string='version 7 subversion 2 patch 12086'
versiononly='define'
vi=''
voidflags='15'
@@ -884,7 +882,7 @@ PERL_SUBVERSION=2
PERL_API_REVISION=5
PERL_API_VERSION=5
PERL_API_SUBVERSION=0
-PERL_PATCHLEVEL=11978
+PERL_PATCHLEVEL=12086
PERL_CONFIG_SH=true
# Variables propagated from previous config.sh file.
pp_sys_cflags='ccflags="$ccflags -DNO_EFF_ONLY_OK"'
diff --git a/Porting/config_H b/Porting/config_H
index 463444710e..583d0a0040 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Tue Sep 11 04:09:55 EET DST 2001
+ * Configuration time: Thu Sep 20 17:22:20 EET DST 2001
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
@@ -1691,12 +1691,6 @@
#define HAS_NTOHL /**/
#define HAS_NTOHS /**/
-/* HAS_ICONV:
- * This symbol, if defined, indicates that the iconv routine is
- * available to do character set conversions.
- */
-#define HAS_ICONV /**/
-
/* HAS_INT64_T:
* This symbol will defined if the C compiler supports int64_t.
* Usually the <inttypes.h> needs to be included, but sometimes
@@ -1782,7 +1776,7 @@
* to the program to supply one. A good guess is
* extern off_t lseek(int, off_t, int);
*/
-# HAS_LSEEK_PROTO /**/
+#define HAS_LSEEK_PROTO /**/
/* HAS_MADVISE:
* This symbol, if defined, indicates that the madvise system call is
@@ -2516,12 +2510,6 @@
#define I_GRP /**/
#define GRPASSWD /**/
-/* I_ICONV:
- * This symbol, if defined, indicates that <iconv.h> exists and
- * should be included.
- */
-#define I_ICONV /**/
-
/* I_IEEEFP:
* This symbol, if defined, indicates that <ieeefp.h> exists and
* should be included.