summaryrefslogtreecommitdiff
path: root/devel/stlport/files/patch-stlport::stlcomp.h
blob: 14b6a3cd1855f7e4f5007eca54f49a0087433251 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- stlport/config/stlcomp.h.orig	Wed Jul 24 02:21:28 2002
+++ stlport/config/stlcomp.h	Wed Jul 24 02:21:16 2002
@@ -103,6 +103,9 @@
 # elif defined (__FCC_VERSION)
 /* Fujutsu Compiler, v4.0 assumed */
 #  include <config/stl_fujitsu.h>
+/* Intel(R) C++ Compiler */
+# elif defined (__ICC)
+#  include <config/stl_icc.h>
 # else
 /* Unable to identify the compiler, issue error diagnostic.
  * Edit <config/stl_mycomp.h> to set STLport up for your compiler. */