summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-02-23 13:21:22 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-02-23 13:21:22 +0000
commitb9858c45ea02a92454fc6f8883abb6c96eec3f2e (patch)
tree9e8fb90e0314d8ca4bc7cd4225ec5cf72ae48e49 /perl-install
parent7461e6812b014dfdaad0f88f19e8fa49c6a32132 (diff)
downloaddrakx-backup-do-not-use-b9858c45ea02a92454fc6f8883abb6c96eec3f2e.tar
drakx-backup-do-not-use-b9858c45ea02a92454fc6f8883abb6c96eec3f2e.tar.gz
drakx-backup-do-not-use-b9858c45ea02a92454fc6f8883abb6c96eec3f2e.tar.bz2
drakx-backup-do-not-use-b9858c45ea02a92454fc6f8883abb6c96eec3f2e.tar.xz
drakx-backup-do-not-use-b9858c45ea02a92454fc6f8883abb6c96eec3f2e.zip
hack for macroporcessing in term.h
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/c/stuff.xs.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm
index e952986e3..6ec613630 100644
--- a/perl-install/c/stuff.xs.pm
+++ b/perl-install/c/stuff.xs.pm
@@ -32,7 +32,9 @@ print '
#include <libldetect.h>
#include <X11/Xlib.h>
#include <X11/extensions/xf86misc.h>
+
#include <term.h>
+#undef max_colors
#define SECTORSIZE 512
';