]> git.saurik.com Git - wxWidgets.git/blobdiff - setup/setup.hin
DnD with Unicode fixes
[wxWidgets.git] / setup / setup.hin
index abf0c393c796946d2426a3ca1ebb967bb86211c4..15aa1e9c1b306350c01335f5e14a77f96dd9f5a2 100644 (file)
@@ -42,7 +42,7 @@
 /*
  * Supports bool type
  */
-#define HAVE_BOOL 0
+#undef HAVE_BOOL
 
 /* ------------------------------------------------------------------------ */
 /* library options                                                          */
  * Have glibc2
  */
 #define wxHAVE_GLIBC2 0
+/*
+ * Use libXpm
+ */
+#define wxHAVE_LIB_XPM 0
 
 /* ------------------------------------------------------------------------ */
 /* GUI control options (always enabled in wxGTK)                            */
  */
 #define wxUSE_WCSRTOMBS 0
 
+/*
+ * On some platforms overloading on size_t/int doesn't work, yet we'd like
+ * to define both size_t and int version of wxString::operator[] because it
+ * should really be size_t, but a lot of old, broken code uses int indices.
+ */
+#define wxUSE_SIZE_T_STRING_OPERATOR 0
+
 /* ------------------------------------------------------------------------ */
 /* misc options                                                             */
 /* ------------------------------------------------------------------------ */
    Usually this is either `int' or `gid_t'.  */
 #undef GETGROUPS_T
 
+/* The type of 3rd argument to getsockname() - usually size_t or int */
+#undef SOCKLEN_T
+
 /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
 #undef GETLOADAVG_PRIVILEGED
 
 /* Define if you have sched.h */
 #undef HAVE_SCHED_H
 
+/* Define if you have strings.h */
+#undef HAVE_STRINGS_H
+
 /* Define if you have vprintf() */
 #undef HAVE_VPRINTF
 
 /* Define if you have <unistd.h>.  */
 #undef HAVE_UNISTD_H
 
+/* Define if you have <wchar.h>.  */
+#undef HAVE_WCHAR_H
+
+/* Define if you have <wcstr.h>.  */
+#undef HAVE_WCSTR_H
+
 /* Define if you have <fnmatch.h>.  */
 #undef HAVE_FNMATCH_H