summaryrefslogtreecommitdiff
path: root/Porting/config_H
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/config_H
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/config_H')
-rw-r--r--Porting/config_H16
1 files changed, 2 insertions, 14 deletions
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.