freebsd-ports/lang/icc7/files/patch-include
2002-05-13 13:58:21 +00:00

13 lines
526 B
Text

--- opt/intel/compiler60/ia32/include/yvals.h.orig Wed Apr 24 12:13:04 2002
+++ opt/intel/compiler60/ia32/include/yvals.h Wed Apr 24 12:13:26 2002
@@ -4,10 +4,6 @@
#define _YVALS
#include <stdarg.h>
-#include <features.h> /* Get glibc version __GLIBC__ and __GLIBC_MINOR__*/
-#define __GLIBC_2_2 ((__GLIBC__ > 2) || ((__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 2)))
- /* true if glibc-2.2 and older is used */
-
#define _CPPLIB_VER 310
#if defined(ia64) || defined(__ia64) || defined(__ia64__) /* assume Itanium */