check for macro '__sun' rather than 'sun', see #17258
This commit is contained in:
parent
cb159db8bf
commit
9cf8232ba8
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@
|
|||
*/
|
||||
#if defined(__UNIX__) || defined(__unix) || defined(__unix__) || \
|
||||
defined(____SVR4____) || defined(__LINUX__) || defined(__sgi) || \
|
||||
defined(__hpux) || defined(sun) || defined(__SUN__) || defined(_AIX) || \
|
||||
defined(__hpux) || defined(__sun) || defined(__SUN__) || defined(_AIX) || \
|
||||
defined(__VMS) || defined(__BEOS__) || defined(__MACH__)
|
||||
|
||||
# define __UNIX_LIKE__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue