if test "$USE_DEBUG_FLAG" = 1 ; then
AC_DEFINE_UNQUOTED(WXDEBUG,$USE_DEBUG_FLAG)
- AC_DEFINE_UNQUOTED(__WXDEBUG__,$USE_DEBUG_FLAG)
WXDEBUG_DEFINE="-D__WXDEBUG__"
AC_SUBST(WXDEBUG_DEFINE)
fi
* Enables debugging: memory tracing, assert, etc., contains debug level
*/
#undef WXDEBUG
-/*
- * Enables debugging: memory tracing, assert, etc., undefined if no debugging
- */
-#undef __WXDEBUG__
/*
* Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
* WARNING: this code may not work with all architectures, especially
* Enables debugging: memory tracing, assert, etc., contains debug level
*/
#undef WXDEBUG
-/*
- * Enables debugging: memory tracing, assert, etc., undefined if no debugging
- */
-#undef __WXDEBUG__
/*
* Enables debugging version of wxObject::new and wxObject::delete (IF WXDEBUG)
* WARNING: this code may not work with all architectures, especially