* Use this control
*/
#define wxUSE_STATUSBAR 1
+/*
+ * Use this control
+ */
+#define wxUSE_TOGGLEBTN 1
/*
* Use Tab dialog class - obsolete, use wxNotebook instead
*/
*/
#define wxUSE_LONGLONG 1
+/*
+ * Use geometry classes
+ */
+#define wxUSE_GEOMETRY 1
+
/*
* Use wxFile class
*/
/*
* Use dnd
*/
-#ifndef __WXGTK__
+#ifdef __WXGTK__
#define wxUSE_DRAG_AND_DROP 1
#else
#define wxUSE_DRAG_AND_DROP 0
/* Define if you have sigemptyset() */
#define HAVE_SIGEMPTYSET 1
+/* Define if you have the putenv function. */
+#define HAVE_PUTENV 1
+
+/* Define if you have the setenv function. */
+#undef HAVE_SETENV
+
/* Define if you have shl_load() */
#undef HAVE_SHL_LOAD