]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/setup.h
Added USE_CONFIG
[wxWidgets.git] / include / wx / stubs / setup.h
index d28d09e43c22b3bd40b9d106e4a2e72a2c1ebfb3..dc99dbf74b33ea95f0fba74d0f6200a3b0662cc0 100644 (file)
 #define USE_XFIG_SPLINE_CODE  1
                                // 1 for XFIG spline code, 0 for AIAI spline code.
 // AIAI spline code is slower, but freer of copyright issues.
+                               // 0 for no splines
 
+#define USE_TOOLBAR     1
+                            // Use toolbars
 #define USE_DRAG_AND_DROP 1
                                // 0 for no drag and drop
 
@@ -78,7 +81,7 @@
                                   // since you may well need to output
                                   // an error log in a production
                                   // version (or non-debugging beta)
-#define USE_GLOBAL_MEMORY_OPERATORS 1
+#define USE_GLOBAL_MEMORY_OPERATORS 0
                                   // In debug mode, cause new and delete to be redefined globally.
                                   // If this causes problems (e.g. link errors), set this to 0.