/* Define this if your version of GTK+ is greater than 2.0 */
#undef __WXGTK20__
-/* Define this if your version of GTK+ is greater than 2.4 */
-#undef __WXGTK24__
-
/* Define this if your version of GTK+ is greater than 2.6 */
#undef __WXGTK26__
#define wxUSE_SVG 0
-#define wxUSE_ODBC 0
-
-#define wxODBC_FWD_ONLY_CURSORS 0
-
-#define wxODBC_BACKWARD_COMPATABILITY 0
-
-
#define REMOVE_UNUSED_ARG 0
#define wxUSE_IOSTREAMH 0
* Use the Hildon framework
*/
#define wxUSE_LIBHILDON 0
-/*
- * Use iODBC
- */
-#define wxUSE_BUILTIN_IODBC 0
/*
* Have glibc2
*/
/* Define if fdopen is available. */
#undef HAVE_FDOPEN
+/* Define if sysconf is available. */
+#undef HAVE_SYSCONF
+
+/* Define if getpwuid_r is available. */
+#undef HAVE_GETPWUID_R
+
+/* Define if getgrgid_r is available. */
+#undef HAVE_GETGRGID_R
+
/* -------------------------------------------------------------------------
Win32 adjustments section
------------------------------------------------------------------------- */