]> git.saurik.com Git - wxWidgets.git/blobdiff - setup/setup.hin
very minor changes
[wxWidgets.git] / setup / setup.hin
index 5937b5cc9cc2535a13bd40a5a27554cfd250bfd6..eed96dd6e1a9da85387f85aba270cbbb364f859d 100644 (file)
@@ -61,7 +61,7 @@
 #define wxHAVE_GLIBC2 0
 
 //------------------------------------------------------------------------
-// GUI control options (allways enabled in wxGTK)
+// GUI control options (always enabled in wxGTK)
 //------------------------------------------------------------------------
 
 /*
  * streams implementation.
  */
 #define wxUSE_STD_IOSTREAM  1
+/*
+ * Use constraints mechanism
+ */
+#define wxUSE_CONSTRAINTS 1
 
 //------------------------------------------------------------------------
 // PS options
  * Enable debugging version of global memory operators new and delete
  * Disable it, If this causes problems (e.g. link errors)
  */
+#define wxUSE_DEBUG_NEW_ALWAYS 1
+/* 
+ * In debug mode, causes new to be defined to
+ * be WXDEBUG_NEW (see object.h). If this causes 
+ * problems (e.g. link errors), set this to 0. 
+ */
 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
 /*
  * Matthews garbage collection (used for MrEd?)