summaryrefslogtreecommitdiffstats
path: root/perl-install/c
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-02-14 19:33:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-02-14 19:33:49 +0000
commit3a565013bcc06f1b87ac863c7f5728de53d5c29e (patch)
treeb15c8452c55864285609ddfd04ab6768a7448fca /perl-install/c
parent2af8e1cbdebf3fc65e5400737738f2dda4c86051 (diff)
downloaddrakx-backup-do-not-use-3a565013bcc06f1b87ac863c7f5728de53d5c29e.tar
drakx-backup-do-not-use-3a565013bcc06f1b87ac863c7f5728de53d5c29e.tar.gz
drakx-backup-do-not-use-3a565013bcc06f1b87ac863c7f5728de53d5c29e.tar.bz2
drakx-backup-do-not-use-3a565013bcc06f1b87ac863c7f5728de53d5c29e.tar.xz
drakx-backup-do-not-use-3a565013bcc06f1b87ac863c7f5728de53d5c29e.zip
undef'ing some macros used by 2 independent sources et still needed :-(
Diffstat (limited to 'perl-install/c')
-rw-r--r--perl-install/c/stuff.xs.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm
index 267ac880a..33312db09 100644
--- a/perl-install/c/stuff.xs.pm
+++ b/perl-install/c/stuff.xs.pm
@@ -64,6 +64,9 @@ char *pcmcia_probe(void);
';
$ENV{C_RPM} and print '
+#undef Fflush
+#undef Mkdir
+#undef Stat
#include <rpm/rpmlib.h>
#include <rpm/rpmio.h>