+// ----------------------------------------------------------------------------
+// global settings
+// ----------------------------------------------------------------------------
+
+// define this to 1 if you want icons to behave as bitmaps
+#define wxICON_IS_BITMAP 0
+
+// define this to 0 when building wxBase library
+#define wxUSE_GUI 1
+
+// ----------------------------------------------------------------------------
+// General features
+// ----------------------------------------------------------------------------
+
+#define wxUSE_PCX 1 // Utilize PCX images
+
+#define wxUSE_PNM 1 // Utilize PNM images
+
+#define wxUSE_GIF 1 // Utilize GIF images
+
+#if defined(__VISAGECPP__) && (__IBMCPP__ < 400 || __IBMC__ < 400 )
+#define wxUSE_LONG_LONG 1
+#endif
+
+#define wxUSE_NET_API 1 // Utilize OS/2's UPM netapi's