X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/06cfab17389f4bbd38560dd86ee39931e979bb1e..84c188148d287017b052ea034e54ebce7d9993e6:/setup/setup.hin diff --git a/setup/setup.hin b/setup/setup.hin index 36fb812210..2923f6565c 100644 --- a/setup/setup.hin +++ b/setup/setup.hin @@ -47,6 +47,10 @@ * Use libpng */ #define wxUSE_LIBPNG 0 +/* + * Use libjpeg + */ +#define wxUSE_LIBJPEG 0 /* * Use iODBC */ @@ -55,9 +59,13 @@ * Use Threads */ #define wxUSE_THREADS 0 +/* + * Have glibc2 + */ +#define wxHAVE_GLIBC2 0 //------------------------------------------------------------------------ -// GUI control options (allways enabled in wxGTK) +// GUI control options (always enabled in wxGTK) //------------------------------------------------------------------------ /* @@ -106,6 +114,10 @@ * streams implementation. */ #define wxUSE_STD_IOSTREAM 1 +/* + * Use constraints mechanism + */ +#define wxUSE_CONSTRAINTS 1 //------------------------------------------------------------------------ // PS options @@ -136,7 +148,7 @@ * * Note that you must link your programs with libc.a if you enable this and you * have libc 5 (you should enable this for libc6 where wcsrtombs() is - * thread-safe version of wcstombs()). + * thread-safe version of wcstombs()). */ #define wxUSE_WCSRTOMBS 0 @@ -156,15 +168,19 @@ * Use clipboard */ #define wxUSE_CLIPBOARD 0 +/* + * Use tooltips + */ +#define wxUSE_TOOLTIPS 0 /* * Use dnd */ #define wxUSE_DRAG_AND_DROP 0 - + //------------------------------------------------------------------------ // architecture options //------------------------------------------------------------------------ - + /* * Use the mdi architecture */ @@ -215,7 +231,7 @@ Level 0: no backward compatibility, all new features Level 1: wxDC, OnSize (etc.) compatibility, but some new features such as event tables */ -#define WXWIN_COMPATIBILITY 1 +#define WXWIN_COMPATIBILITY 0 /* * Enables debugging: memory tracing, assert, etc., contains debug level */ @@ -230,6 +246,12 @@ * 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?) @@ -455,6 +477,7 @@ #undef SIZEOF_INT #undef SIZEOF_INT_P #undef SIZEOF_LONG +#undef SIZEOF_LONG_LONG /* Define to `unsigned' if doesn't define. */ #undef size_t