diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-02-23 13:21:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-02-23 13:21:22 +0000 |
commit | b9858c45ea02a92454fc6f8883abb6c96eec3f2e (patch) | |
tree | 9e8fb90e0314d8ca4bc7cd4225ec5cf72ae48e49 /perl-install | |
parent | 7461e6812b014dfdaad0f88f19e8fa49c6a32132 (diff) | |
download | drakx-b9858c45ea02a92454fc6f8883abb6c96eec3f2e.tar drakx-b9858c45ea02a92454fc6f8883abb6c96eec3f2e.tar.gz drakx-b9858c45ea02a92454fc6f8883abb6c96eec3f2e.tar.bz2 drakx-b9858c45ea02a92454fc6f8883abb6c96eec3f2e.tar.xz drakx-b9858c45ea02a92454fc6f8883abb6c96eec3f2e.zip |
hack for macroporcessing in term.h
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/c/stuff.xs.pm | 2 |
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 '; |