X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/72914c567fc65a363832995f7b0cc36b917ea0d0..2804b6d824ff4a1ca7946bc92bb0efdf7daf575c:/setup/setup.hin diff --git a/setup/setup.hin b/setup/setup.hin index fb0d108ef9..3ae663ed69 100644 --- a/setup/setup.hin +++ b/setup/setup.hin @@ -35,6 +35,15 @@ #undef __ULTRIX__ #undef __DATA_GENERAL__ +/* ------------------------------------------------------------------------ */ +/* compiler options */ +/* ------------------------------------------------------------------------ */ + +/* + * Supports bool type + */ +#undef HAVE_BOOL + /* ------------------------------------------------------------------------ */ /* library options */ /* ------------------------------------------------------------------------ */ @@ -63,6 +72,10 @@ * Have glibc2 */ #define wxHAVE_GLIBC2 0 +/* + * Use libXpm + */ +#define wxHAVE_LIB_XPM 0 /* ------------------------------------------------------------------------ */ /* GUI control options (always enabled in wxGTK) */ @@ -159,6 +172,13 @@ */ #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 */ /* ------------------------------------------------------------------------ */ @@ -344,6 +364,9 @@ 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 @@ -365,6 +388,9 @@ /* 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