X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/35c9d9582be4ebea40251378e95fdbbfe6b8ce73..f3033278722328d37b98406b45060a2a3b8b1877:/setup/setup.hin?ds=inline diff --git a/setup/setup.hin b/setup/setup.hin index dd9f0047b8..5d497d785a 100644 --- a/setup/setup.hin +++ b/setup/setup.hin @@ -42,93 +42,82 @@ /* * Use zlib */ -#undef wxUSE_ZLIB +#define wxUSE_ZLIB 0 /* * Use libpng */ -#undef wxUSE_LIBPNG +#define wxUSE_LIBPNG 0 +/* + * Use libjpeg + */ +#define wxUSE_LIBJPEG 0 /* * Use iODBC */ -#undef wxUSE_ODBC +#define wxUSE_ODBC 0 /* * Use Threads */ -#undef wxUSE_THREADS +#define wxUSE_THREADS 0 +/* + * Have glibc2 + */ +#define wxHAVE_GLIBC2 0 //------------------------------------------------------------------------ -// GUI control options +// GUI control options (always enabled in wxGTK) //------------------------------------------------------------------------ /* * Use gauge item */ -#undef wxUSE_GAUGE +#define wxUSE_GAUGE 1 /* * Use combobox item */ -#undef wxUSE_COMBOBOX +#define wxUSE_COMBOBOX 1 /* * Use scrollbar item */ -#undef wxUSE_SCROLLBAR -/* - * Use notebook item - */ -#undef wxUSE_NOTEBOOK -/* - * Use listctrl item - */ -#undef wxUSE_LISTCTRL +#define wxUSE_SCROLLBAR 1 /* - * Use treectrl item - */ -#undef wxUSE_TREECTRL -/* - * Use grid item - */ -#undef wxUSE_GRID -/* - * Use tab dialog item + * Use scrollbar item */ -#undef wxUSE_TAB_DIALOG +#define wxUSE_RADIOBUTTON 1 //------------------------------------------------------------------------ // non-GUI options //------------------------------------------------------------------------ -/* - * Use fraction class - */ -#undef wxUSE_FRACTION /* * Use time and date classes */ -#undef wxUSE_TIMEDATE +#define wxUSE_TIMEDATE 0 /* * Use config system */ -#undef wxUSE_CONFIG +#define wxUSE_CONFIG 0 /* * Use intl system */ -#undef wxUSE_INTL +#define wxUSE_INTL 0 /* * Use streams */ -#undef wxUSE_STREAMS +#define wxUSE_STREAMS 0 /* - * Use wxFile + * Use class serialization */ -#undef wxUSE_FILE +#define wxUSE_SERIAL 0 /* - * Use wxTextFile + * Use standard C++ streams if 1. If 0, use wxWin + * streams implementation. */ -#undef wxUSE_TEXTFILE +#define wxUSE_STD_IOSTREAM 1 /* - * Use class serialization + * Use constraints mechanism */ -#undef wxUSE_SERIAL +#define wxUSE_CONSTRAINTS 1 //------------------------------------------------------------------------ // PS options @@ -138,12 +127,12 @@ * Use font metric files in GetTextExtent for wxPostScriptDC * Use consistent PostScript fonts for AFM and printing (!) */ -#undef wxUSE_AFM_FOR_POSTSCRIPT -#undef WX_NORMALIZED_PS_FONTS +#define wxUSE_AFM_FOR_POSTSCRIPT 0 +#define WX_NORMALIZED_PS_FONTS 0 /* * Use PostScript device context */ -#undef wxUSE_POSTSCRIPT +#define wxUSE_POSTSCRIPT 0 //------------------------------------------------------------------------ // wxString options @@ -152,16 +141,16 @@ /* * Compile wxString with wide character (Unicode) support? */ -#undef wxUSE_UNICODE +#define wxUSE_UNICODE 0 /* * Work around a bug in GNU libc 5.x wcstombs() implementation. * * 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()). */ -#undef wxUSE_WCSRTOMBS +#define wxUSE_WCSRTOMBS 0 //------------------------------------------------------------------------ // misc options @@ -170,40 +159,40 @@ /* * Use Interprocess communication */ -#undef wxUSE_IPC +#define wxUSE_IPC 0 /* * Use wxGetResource & wxWriteResource (change .Xdefaults) */ -#undef wxUSE_RESOURCES +#define wxUSE_RESOURCES 0 /* * Use clipboard */ -#undef wxUSE_CLIPBOARD +#define wxUSE_CLIPBOARD 0 /* - * Use dnd + * Use tooltips */ -#undef wxUSE_DND +#define wxUSE_TOOLTIPS 0 /* - * Use wxWindows layout constraint system + * Use dnd */ -#undef wxUSE_CONSTRAINTS - +#define wxUSE_DRAG_AND_DROP 0 + //------------------------------------------------------------------------ // architecture options //------------------------------------------------------------------------ - + /* * Use the mdi architecture */ -#undef wxUSE_MDI_ARCHITECTURE +#define wxUSE_MDI_ARCHITECTURE 0 /* * Use the document/view architecture */ -#undef wxUSE_DOC_VIEW_ARCHITECTURE +#define wxUSE_DOC_VIEW_ARCHITECTURE 0 /* * Use the print/preview architecture */ -#undef wxUSE_PRINTING_ARCHITECTURE +#define wxUSE_PRINTING_ARCHITECTURE 0 //------------------------------------------------------------------------ // Prolog and wxWindows' resource system options @@ -212,70 +201,58 @@ /* * Use Prolog IO */ -#undef wxUSE_PROLOGIO +#define wxUSE_PROLOGIO 0 /* * Use Remote Procedure Call (Needs wxUSE_IPC and wxUSE_PROLOGIO) */ -#undef wxUSE_RPC +#define wxUSE_RPC 0 /* * Use wxWindows resource loading (.wxr-files) (Needs wxUSE_PROLOGIO 1) */ -#undef wxUSE_WX_RESOURCES +#define wxUSE_WX_RESOURCES 0 //------------------------------------------------------------------------ // the rest //------------------------------------------------------------------------ -/* - * Implement a GLCanvas class as an interface to OpenGL, using the GLX - * extension to the X11 protocol. You can use the (free) Mesa library - * if you don't have a 'real' OpenGL. - */ -#undef wxUSE_GLX /* * Use wxWindows help facility (needs wxUSE_IPC 1) */ -#undef wxUSE_HELP +#define wxUSE_HELP 0 /* * Use iostream.h rather than iostream */ -#undef wxUSE_IOSTREAMH -/* - * Use Metafile and Metafile device context - */ -#undef wxUSE_METAFILE -/* - * Use wxGraph - */ -#undef wxUSE_WXGRAPH -/* - * Use wxTree - */ -#undef wxUSE_WXTREE +#define wxUSE_IOSTREAMH 0 /* * Use Apple Ieee-double converter */ -#undef wxUSE_APPLE_IEEE +#define wxUSE_APPLE_IEEE 0 /* Compatibility with 1.66 API. 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 */ -#undef WXDEBUG +#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. */ -#undef wxUSE_MEMORY_TRACING +#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) */ -#undef wxUSE_GLOBAL_MEMORY_OPERATORS +#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?) */