]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/chkconf.h
don't force wxUSE_EXTENDED_RTTI to eb 1 for Borland compiler (why?)
[wxWidgets.git] / include / wx / palmos / chkconf.h
index 3f274cee63a4b5cda50758540e94f7856ebbd28c..18772c368e7bcd840d3671e3f7c0eeb2edfc5831 100644 (file)
@@ -4,7 +4,7 @@
  * Author:      William Osborne
  * Modified by:
  * Created:     10/13/04
- * RCS-ID:      $Id: 
+ * RCS-ID:      $Id:
  * Copyright:   (c) William Osborne
  * Licence:     wxWindows licence
  */
 #ifndef _WX_PALMOS_CHKCONF_H_
 #define _WX_PALMOS_CHKCONF_H_
 
+#if WXWIN_COMPATIBILITY_2_4
+    #error "wxPalmOS port was introduced after 2.4.X"
+#endif
+
+#ifdef wxUSE_FILECONFIG
+    #undef wxUSE_FILECONFIG
+#endif
+#define wxUSE_FILECONFIG 0
+
 /*
  * disable the settings which don't work for some compilers
  */
@@ -21,7 +30,6 @@
 /*
  * If using PostScript-in-MSW in Univ, must enable PostScript
  */
-
 #if defined(__WXUNIVERSAL__) && wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW && !wxUSE_POSTSCRIPT
 #undef wxUSE_POSTSCRIPT
 #define wxUSE_POSTSCRIPT 1
 #define wxUSE_CHECKLISTBOX 0
 #endif
 
-#if defined(__BORLANDC__) && (__BORLANDC__ < 0x500)
-/* BC++ 4.0 can't compile JPEG library */
-#undef wxUSE_LIBJPEG
-#define wxUSE_LIBJPEG 0
-#endif
-
-/* wxUSE_DEBUG_NEW_ALWAYS = 1 not compatible with BC++ in DLL mode */
-#if defined(__BORLANDC__) && (defined(WXMAKINGDLL) || defined(WXUSINGDLL))
-#undef wxUSE_DEBUG_NEW_ALWAYS
-#define wxUSE_DEBUG_NEW_ALWAYS 0
-#endif
-
-#if defined(__WXMSW__) && (defined(__WATCOMC__) && __WATCOMC__ < 1200)
-#undef wxUSE_WCHAR_T
-#define wxUSE_WCHAR_T 0
-#endif
-
 #endif
     /* _WX_PALMOS_CHKCONF_H_ */