aboutsummaryrefslogtreecommitdiffhomepage
path: root/tvmet-1.7.1/include/tvmet/tvmet.h
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-06-05 08:44:53 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-06-05 08:44:53 +0000
commit6fe6a81839a7f881d810ccea5253e3d1928b53ca (patch)
tree8429c0b78e633c49acd2b47bbc5238f2c9ae2531 /tvmet-1.7.1/include/tvmet/tvmet.h
parente3a45173b50f698591071fdd38e511bd5a8d2ea8 (diff)
Fix enough stuff, and remove enough dead stuff, to make a simple test program compile
Diffstat (limited to 'tvmet-1.7.1/include/tvmet/tvmet.h')
-rw-r--r--tvmet-1.7.1/include/tvmet/tvmet.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/tvmet-1.7.1/include/tvmet/tvmet.h b/tvmet-1.7.1/include/tvmet/tvmet.h
index abf7a7a0e..17b845eb4 100644
--- a/tvmet-1.7.1/include/tvmet/tvmet.h
+++ b/tvmet-1.7.1/include/tvmet/tvmet.h
@@ -27,29 +27,6 @@
#include <tvmet/config.h>
-/***********************************************************************
- * Compiler specifics
- ***********************************************************************/
-#if defined(__GNUC__)
-# include <tvmet/config/config-gcc.h>
-#endif
-
-#if defined(__ICC)
-# include <tvmet/config/config-icc.h>
-#endif
-
-#if defined(__KCC)
-# include <tvmet/config/config-kcc.h>
-#endif
-
-#if defined(__PGI)
-# include <tvmet/config/config-pgi.h>
-#endif
-
-// vc7.1: 1310 and vc7.0 1300
-#if defined(_MSC_VER) && (_MSC_VER >= 1310)
-# include <tvmet/config/config-vc71.h>
-#endif
/*
* other compiler specific stuff