Index: include/ac/f2c.h
===================================================================
RCS file: /var/cvs/mbdyn/mbdyn/mbdyn-1.0/include/ac/f2c.h,v
retrieving revision 1.2.2.1
diff -u -r1.2.2.1 f2c.h
--- include/ac/f2c.h	26 Nov 2002 18:30:14 -0000	1.2.2.1
+++ include/ac/f2c.h	27 Nov 2002 18:15:02 -0000
@@ -69,6 +69,12 @@
 #undef wcstombs
 #undef wctomb
 
+/*
+ * ... plus these two that clash with std::max, std::min every now and then.
+ */
+#undef max
+#undef min
+	
 #define HAVE_FLAG_T
 #else /* !HAVE_F2C_H */
 

