X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf44735628cecb0326b953c4872260f223fc8769..d93f63db9d836a7d303343e60fb034dc9a1360d0:/src/gtk1/setup/setup.hin diff --git a/src/gtk1/setup/setup.hin b/src/gtk1/setup/setup.hin index c32074e37f..442eb7070c 100644 --- a/src/gtk1/setup/setup.hin +++ b/src/gtk1/setup/setup.hin @@ -21,7 +21,7 @@ #endif /* define the system to compile */ -#undef __GTK__ +#undef __WXGTK__ #undef __UNIX__ #undef __LINUX__ #undef __SGI__ @@ -52,6 +52,10 @@ * Use libpng */ #undef USE_LIBPNG +/* + * Use iODBC + */ +#undef USE_ODBC /* * Use Threads */ @@ -183,7 +187,7 @@ /********************** DO NOT CHANGE BELOW THIS POINT **********************/ -/**************************** DEBUGGING FEATURES ****************************/ +/**************************** WXDEBUGGING FEATURES ****************************/ /* Compatibility with 1.66 API. Level 0: no backward compatibility, all new features @@ -191,11 +195,11 @@ 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. */