test for bool is now done in configure, not by manually testing compilers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-03-12 15:52:55 +00:00
parent 6184444ce5
commit 2d45abf154
3 changed files with 201 additions and 127 deletions

View File

@@ -35,6 +35,15 @@
#undef __ULTRIX__
#undef __DATA_GENERAL__
/* ------------------------------------------------------------------------ */
/* compiler options */
/* ------------------------------------------------------------------------ */
/*
* Supports bool type
*/
#define HAVE_BOOL 0
/* ------------------------------------------------------------------------ */
/* library options */
/* ------------------------------------------------------------------------ */