]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/setup/setup.hin
couple of minor bug fixes/enhancements (interface unchanged)
[wxWidgets.git] / src / gtk1 / setup / setup.hin
index fe038e581a2037cb85470776f97659ccbbf4811a..442eb7070c9959983f253541e1f1e5d3425242f9 100644 (file)
@@ -21,7 +21,7 @@
 #endif
 
 /* define the system to compile */
-#undef __GTK__
+#undef __WXGTK__
 #undef __UNIX__
 #undef __LINUX__
 #undef __SGI__
  * Use libpng
  */
 #undef USE_LIBPNG
+/*
+ * Use iODBC
+ */
+#undef USE_ODBC
 /*
  * Use Threads
  */
 #undef USE_THREADS
-#undef USE_THREADS_POSIX
-#undef USE_THREADS_SGI
 /*
  * Use storable classes
  */
  * Use PostScript device context
  */
 #undef USE_POSTSCRIPT
+/*
+ * Use wxConfig system
+ */
+#undef USE_WXCONFIG
 /*
  * Use the print/preview architecture
  */
 /*
  * Use wxTree
  */
+/*
+ * Use Apple Ieee-double converter
+ */
+#undef USE_APPLE_IEEE
 
 /********************** DO NOT CHANGE BELOW THIS POINT **********************/
 
-/**************************** DEBUGGING FEATURES ****************************/
+/**************************** WXDEBUGGING FEATURES ****************************/
 
 /* Compatibility with 1.66 API.
    Level 0: no backward compatibility, all new features
    some new features such as event tables */
 #define WXWIN_COMPATIBILITY  1
 /*
- * Enables debugging: memory tracing, assert, etc.
+ * Enables debugging: memory tracing, assert, etc., contains debug level
  */
-#undef DEBUG
+#undef WXDEBUG
 /*
- * Enables debugging version of wxObject::new and wxObject::delete (IF DEBUG)
+ * Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
  * WARNING: this code may not work with all architectures, especially
  * if alignment is an issue.
  */