summaryrefslogtreecommitdiff
path: root/lang/icc7/files/patch-include
blob: d643c57857d9dac80da18ea52fba960cc94b9def (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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 */