X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/91845adabac1df67950f2abf21a011a4a5ba018d..4d0f3cd6ac9b38521b35f21cb94ef7d72aa34b9e:/setup/setup.hin diff --git a/setup/setup.hin b/setup/setup.hin index 3e81506da5..93620efefc 100644 --- a/setup/setup.hin +++ b/setup/setup.hin @@ -16,7 +16,16 @@ #pragma interface #endif -/* define the system to compile */ +/* ------------------------------------------------------------------------ */ +/* define if support for GTK 1.2 features */ +/* ------------------------------------------------------------------------ */ + +#undef __WXGTK12__ + +/* ------------------------------------------------------------------------ */ +/* define the system to compile */ +/* ------------------------------------------------------------------------ */ + #undef __UNIX__ #undef __LINUX__ #undef __SGI__ @@ -35,6 +44,15 @@ #undef __ULTRIX__ #undef __DATA_GENERAL__ +/* ------------------------------------------------------------------------ */ +/* compiler options */ +/* ------------------------------------------------------------------------ */ + +/* + * Supports bool type + */ +#undef HAVE_BOOL + /* ------------------------------------------------------------------------ */ /* library options */ /* ------------------------------------------------------------------------ */ @@ -63,6 +81,10 @@ * Have glibc2 */ #define wxHAVE_GLIBC2 0 +/* + * Use libXpm + */ +#define wxHAVE_LIB_XPM 0 /* ------------------------------------------------------------------------ */ /* GUI control options (always enabled in wxGTK) */ @@ -159,6 +181,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 */ /* ------------------------------------------------------------------------ */ @@ -183,6 +212,10 @@ * Use dnd */ #define wxUSE_DRAG_AND_DROP 0 +/* + * Use spline + */ +#define wxUSE_SPLINE 0 /* * Use wxLibrary class */ @@ -238,11 +271,17 @@ * Use Apple Ieee-double converter */ #define wxUSE_APPLE_IEEE 0 -/* Compatibility with 1.66 API. - Level 0: no backward compatibility, all new features - Level 1: wxDC, OnSize (etc.) compatibility, but - some new features such as event tables */ -#define WXWIN_COMPATIBILITY 0 +/* + * Compatibility with 1.66 API. + * Level 0: no backward compatibility, all new features + * Level 1: wxDC, OnSize (etc.) compatibility, but + * some new features such as event tables + */ +#define WXWIN_COMPATIBILITY 0 +/* + * Compatibility with 2.0 API. + */ +#define WXWIN_COMPATIBILITY_2 1 /* * Enables debugging: memory tracing, assert, etc., contains debug level */ @@ -344,6 +383,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 @@ -362,6 +404,12 @@ /* 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 @@ -380,8 +428,14 @@ /* 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 uname() */ +#undef HAVE_UNAME + +/* Define if you have gethostname() */ +#undef HAVE_GETHOSTNAME /* Define if you have sched_yield */ #undef HAVE_SCHED_YIELD @@ -392,6 +446,9 @@ /* Define if you have all functions to set thread priority */ #undef HAVE_THREAD_PRIORITY_FUNCTIONS +/* Define if you can specify exit functions to a thread */ +#undef HAVE_THREAD_CLEANUP_FUNCTIONS + /* Define if your system has its own `getloadavg' function. */ #undef HAVE_GETLOADAVG @@ -439,6 +496,15 @@ /* Define if you have . */ #undef HAVE_UNISTD_H +/* Define if you have . */ +#undef HAVE_WCHAR_H + +/* Define if you have . */ +#undef HAVE_WCSTR_H + +/* Define if you have wcslen function */ +#undef HAVE_WCSLEN + /* Define if you have . */ #undef HAVE_FNMATCH_H @@ -451,9 +517,6 @@ /* Define if you have the vprintf function. */ #undef HAVE_VPRINTF -/* Define if you have the wait3 system call. */ -#undef HAVE_WAIT3 - /* Define as __inline if that's what the C compiler calls it. */ #ifndef __cplusplus #undef inline