Commit fc9e2b42 authored by unknown's avatar unknown
Browse files

sun forte does not define __sun__, only __sun and sun (gcc defines all the three)

parent b2cabf32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@
  that dictates _XOPEN_SOURCE=600, but Solaris checks for 500.
  So, let's define 500 for solaris only.
*/
#ifdef __sun__
#ifdef __sun
#define _XOPEN_SOURCE 500
#endif