daly / axiom

Axiom is a free, open source computer algebra system

axiom / zips / gcl-2.4.1.h.386-linux.h.patch
100644 15 lines (12 sloc) 0.3 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 386-linux.h Mon Jan 7 11:44:35 2002
+++ 386-linux.h.tpd Mon Dec 23 23:51:53 2002
@@ -147,8 +147,9 @@
 #endif
 #define PAGEWIDTH 12 /* page width */
 
-
-#undef HAVE_XDR
+/* we need XDR -- tpd */
+/*#undef HAVE_XDR*/
+#define HAVE_XDR
 
 #ifdef IN_UNIXSAVE
 #include <linux/user.h>