summaryrefslogtreecommitdiffstats
path: root/perl-install/c
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-02-11 17:03:00 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-02-11 17:03:00 +0000
commit75dd1e9015e05f73168ed4dda1177518752009a6 (patch)
tree244b14dcd12b6000ab0b07af1a7ed99b02644bc3 /perl-install/c
parent4cccd35a47fe38216b49392ee070aeb096f4505e (diff)
downloaddrakx-backup-do-not-use-75dd1e9015e05f73168ed4dda1177518752009a6.tar
drakx-backup-do-not-use-75dd1e9015e05f73168ed4dda1177518752009a6.tar.gz
drakx-backup-do-not-use-75dd1e9015e05f73168ed4dda1177518752009a6.tar.bz2
drakx-backup-do-not-use-75dd1e9015e05f73168ed4dda1177518752009a6.tar.xz
drakx-backup-do-not-use-75dd1e9015e05f73168ed4dda1177518752009a6.zip
"standard_charset" and "iconv" are needed even when C_RPM is undefined
Diffstat (limited to 'perl-install/c')
-rw-r--r--perl-install/c/stuff.xs.pm7
1 files changed, 3 insertions, 4 deletions
diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm
index 3176e3515..5710e84e2 100644
--- a/perl-install/c/stuff.xs.pm
+++ b/perl-install/c/stuff.xs.pm
@@ -478,8 +478,6 @@ int
prom_getbool(key)
char *key
-
-
void
initSilo()
@@ -497,9 +495,7 @@ void
setPromVars(linuxAlias, bootDevice)
char *linuxAlias
char *bootDevice
-';
-$ENV{C_RPM} and print '
char *
iconv(s, from_charset, to_charset)
char *s
@@ -531,6 +527,9 @@ standard_charset()
OUTPUT:
RETVAL
+';
+
+$ENV{C_RPM} and print '
int
rpmReadConfigFiles()
CODE: