]> git.saurik.com Git - wxWidgets.git/blobdiff - setup/setup.hin
Uses Unicode strings. Now we've got a __TFILE__ macro, too (I think?)
[wxWidgets.git] / setup / setup.hin
index 4e03e7f79e8e3757e09ff43753fc8fd4e72ec87d..3ae663ed69869037b0f2879d0003cf71e04c20cb 100644 (file)
 #undef __ULTRIX__
 #undef __DATA_GENERAL__
 
+/* ------------------------------------------------------------------------ */
+/* compiler options                                                         */
+/* ------------------------------------------------------------------------ */
+
+/*
+ * Supports bool type
+ */
+#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 don't have vprintf but do have _doprnt.  */
 #undef HAVE_DOPRNT
 
+/* 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 nanosleep() */
 #undef HAVE_NANOSLEEP
 
-/* Define if you have usleep() */
-#undef HAVE_USLEEP
+/* Define if you have vfork() */
+#undef HAVE_VFORK
 
-/* Define if you have nanosleep() */
-#undef HAVE_NANOSLEEP
+/* Define if you have uname() */
+#undef HAVE_UNAME
+
+/* Define if you have gethostname() */
+#undef HAVE_GETHOSTNAME
+
+/* Define if you have sched_yield */
+#undef HAVE_SCHED_YIELD
+
+/* Define if you have pthread_cancel */
+#undef HAVE_PTHREAD_CANCEL
+
+/* Define if you have all functions to set thread priority */
+#undef HAVE_THREAD_PRIORITY_FUNCTIONS
 
 /* Define if your system has its own `getloadavg' function.  */
 #undef HAVE_GETLOADAVG