mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2025-12-20 03:57:30 +08:00
added UnixWare recognition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
32
setup.h.in
32
setup.h.in
@@ -70,27 +70,29 @@
|
||||
#define wxUSE_UNIX 0
|
||||
|
||||
#undef __UNIX__
|
||||
#undef __LINUX__
|
||||
#undef __SGI__
|
||||
#undef __HPUX__
|
||||
#undef __SYSV__
|
||||
#undef __SVR4__
|
||||
|
||||
#undef __AIX__
|
||||
#undef __SUN__
|
||||
#undef __SOLARIS__
|
||||
#undef __SUNOS__
|
||||
#undef __ALPHA__
|
||||
#undef __IA64__
|
||||
#undef __OSF__
|
||||
#undef __BSD__
|
||||
#undef __FREEBSD__
|
||||
#undef __DARWIN__
|
||||
#undef __EMX__
|
||||
#undef __FREEBSD__
|
||||
#undef __HPUX__
|
||||
#undef __LINUX__
|
||||
#undef __NETBSD__
|
||||
#undef __OPENBSD__
|
||||
#undef __VMS__
|
||||
#undef __OSF__
|
||||
#undef __SGI__
|
||||
#undef __SOLARIS__
|
||||
#undef __SUN__
|
||||
#undef __SUNOS__
|
||||
#undef __SVR4__
|
||||
#undef __SYSV__
|
||||
#undef __ULTRIX__
|
||||
#undef __DATA_GENERAL__
|
||||
#undef __EMX__
|
||||
#undef __UNIXWARE__
|
||||
#undef __VMS__
|
||||
|
||||
#undef __IA64__
|
||||
#undef __ALPHA__
|
||||
|
||||
/* NanoX (with wxX11) */
|
||||
#define wxUSE_NANOX 0
|
||||
|
||||
Reference in New Issue
Block a user