small patch to disable new drawingroutines on sgi

This commit is contained in:
2003-02-09 11:31:17 +00:00
parent 004e7ae2b6
commit aaa47ced53

View File

@@ -30,7 +30,11 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef __sgi
#define OLD_IMASEL 1
#else
#define OLD_IMASEL 0 #define OLD_IMASEL 0
#endif
#include <string.h> #include <string.h>