purge [...]
delete [...]*.obj;
-gtk : setup.h
+gtk : [.include.wx]setup.h
set default [.src.generic]
$(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
set default [-.common]
$(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
set default [--]
-motif : setup.h
+motif : [.include.wx]setup.h
set default [.src.generic]
$(MMS)$(MMSQUALIFIERS)/macro=(__WXMOTIF__=1)
set default [-.common]
$(MMS)$(MMSQUALIFIERS)/macro=(__WXMOTIF__=1)
set default [--]
-setup.h : setup.h_vms
- copy setup.h_vms setup.h
+[.include.wx]setup.h : setup.h_vms
+ copy setup.h_vms [.include.wx]setup.h
*/
#define wxUSE_ZIPSTREAM 1
+/*
+ * wxPalette class
+ */
+#define wxUSE_PALETTE 1
+
/*
* wxImage support
*/
*/
#define wxUSE_MS_HTML_HELP 0
+/* Define if you have wcsrtombs() function */
+#define HAVE_WCSRTOMBS 1
+
/* Define this if you are using gtk and gdk contains support for X11R6 XIM */
#undef HAVE_XIM
+/* --------------------------------------------------------*
+ * This stuff is static, it doesn't get modified directly
+ * by configure.
+ */
+
+#include "wx/chkconf.h"
+
+/*
+ define some constants identifying wxWindows version in more details t
+ just the version number
+*/
+
+/* wxLogChain class available */
+#define wxHAS_LOG_CHAIN 1
+
+/* define this when wxDC::Blit() respects SetDeviceOrigin() in wxGTK */
+#define wxHAS_WORKING_GTK_DC_BLIT 1
+
#endif /* __WX_SETUP_H__ */