/* */
/* Version: $Id$ */
-#ifndef __GTKSETUPH__
-#define __GTKSETUPH__
+/* This define (__WX_SETUP_H__) is used both to insure setup.h is included
+ * only once and to indicate that we are building using configure. */
+#ifndef __WX_SETUP_H__
+#define __WX_SETUP_H__
#ifdef __GNUG__
#pragma interface
/*
* Define to 1 for Unix[-like] system
*/
-#define wxUSE_UNIX 1
+#define wxUSE_UNIX 0
#undef __UNIX__
#undef __LINUX__
#undef __WIN95__
#undef __WIN32__
#undef __GNUWIN32__
+#undef WINVER
/* ------------------------------------------------------------------------ */
/* compiler options */
*/
#define wxUSE_TOOLBAR 0
-#ifdef __WXWINE__
+#if defined(__WXWINE__) || defined(__GNUWIN32__)
#if wxUSE_TOOLBAR
#define wxUSE_BUTTONBAR 1
#endif
/*
* wxLibrary class
*/
-#define wxUSE_DYNLIB_CLASS 1
+#define wxUSE_DYNLIB_CLASS 0
/* ------------------------------------------------------------------------ */
/* PS options */
@BOTTOM@
-#endif /* __GTKSETUPH__ */
+#endif /* __WX_SETUP_H__ */