X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69d27ff78bd24dde571f8a2ec0611c0b84dafdfa..a92b0cfd2bd0bef75b43c071df0b0e028f360d8e:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 09f018e62d..a193068a07 100644 --- a/setup.h.in +++ b/setup.h.in @@ -206,6 +206,11 @@ */ #define wxUSE_POPUPWIN 0 +/* + Use wxTipWindow + */ +#define wxUSE_TIPWINDOW 0 + /* * Use accelerators */ @@ -959,6 +964,12 @@ /* Define if you have the inet_aton function. */ #undef HAVE_INET_ATON +/* Define if you have the mktemp function. */ +#undef HAVE_MKTEMP + +/* Define if you have the mkstemp function. */ +#undef HAVE_MKSTEMP + /* Define if you have the nanosleep function. */ #undef HAVE_NANOSLEEP