+// libtiff doesn't build with eVC but is ok with VC8
+#if !wxCHECK_VISUALC_VERSION(8)
+ #undef wxUSE_LIBTIFF
+ #define wxUSE_LIBTIFF 0
+#endif
+
+// no AUI under CE: it's unnecessary and currently doesn't compile
+#undef wxUSE_AUI
+#define wxUSE_AUI 0