Makefile: define __sun__ on SunOS
commitb213019c00740289997f12e5f53b1baae588ac8a
authorBrandon Casey <drafnel@gmail.com>
Fri, 5 Jun 2009 23:36:14 +0000 (5 18:36 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 Jun 2009 20:21:49 +0000 (6 13:21 -0700)
treee8af83f28bb6e5c0527d4a2d457dd9a2ae069394
parent4cb18a49dfd37f9ecabad603d845382863513378
Makefile: define __sun__ on SunOS

The SUNWspro compiler does not define __sun__ (like GCC does).  A check of
this macro was recently added to detect compilation on SunOS and to modify
the handling of the NO_ICONV and _XOPEN_SOURCE feature macros.

Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile