Commit ed9c9732 authored by serg@serg.mylan's avatar serg@serg.mylan

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

parent caa29b47
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment