more things are done by configure: checks for bool, whether overloading based
on size_t/int works or not (for wxString), the type of 3rd argument to getsockaddr, absence of libXpm is not fatal (not tested), whether strings.h exists git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -72,6 +72,10 @@
|
||||
* Have glibc2
|
||||
*/
|
||||
#define wxHAVE_GLIBC2 0
|
||||
/*
|
||||
* Use libXpm
|
||||
*/
|
||||
#define wxHAVE_LIB_XPM 0
|
||||
|
||||
/* ------------------------------------------------------------------------ */
|
||||
/* GUI control options (always enabled in wxGTK) */
|
||||
@@ -168,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 1
|
||||
|
||||
/* ------------------------------------------------------------------------ */
|
||||
/* misc options */
|
||||
/* ------------------------------------------------------------------------ */
|
||||
@@ -353,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
|
||||
|
||||
@@ -374,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
|
||||
|
||||
|
Reference in New Issue
Block a user