-/*
- * Use iostream.h rather than iostream
- */
-#define wxUSE_IOSTREAMH 0
-/*
- * Use Apple Ieee-double converter
- */
-#define wxUSE_APPLE_IEEE 0
-/*
- * Compatibility with 2.0 API.
- */
-#define WXWIN_COMPATIBILITY_2 0
-/*
- * Compatibility with 2.2 API
- */
-#define WXWIN_COMPATIBILITY_2_2 0
-/*
- * Compatibility with 2.4 API
- */
-#define WXWIN_COMPATIBILITY_2_4 0
-/*
- * Enables debugging: memory tracing, assert, etc., contains debug level
- */
-#define WXDEBUG 0
-/*
- * 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.
- */
-#define wxUSE_MEMORY_TRACING 0
-/*
- * 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 0
-/*
- * VZ: What does this one do? (FIXME)
- */
-#define wxUSE_DEBUG_CONTEXT 0
-/*
- * 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