projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
compilation fix for Watcom
[wxWidgets.git]
/
setup.h.in
diff --git
a/setup.h.in
b/setup.h.in
index 09f018e62d7959d7b4bf47eddf55a79d69712b08..a193068a071061d01802396be1cbe918869cc2af 100644
(file)
--- a/
setup.h.in
+++ b/
setup.h.in
@@
-206,6
+206,11
@@
*/
#define wxUSE_POPUPWIN 0
*/
#define wxUSE_POPUPWIN 0
+/*
+ Use wxTipWindow
+ */
+#define wxUSE_TIPWINDOW 0
+
/*
* Use accelerators
*/
/*
* Use accelerators
*/
@@
-959,6
+964,12
@@
/* Define if you have the inet_aton function. */
#undef HAVE_INET_ATON
/* 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
/* Define if you have the nanosleep function. */
#undef HAVE_NANOSLEEP