]> git.ipfire.org Git - thirdparty/git.git/commit - utf8.c
On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX spec
authorBrandon Casey <drafnel@gmail.com>
Fri, 5 Jun 2009 23:36:12 +0000 (18:36 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 Jun 2009 20:21:05 +0000 (13:21 -0700)
commit309dbc82e39ea0b402ea06579fd9246df5cf6a01
tree6f21527c2ac16a52bb7fd4f8f9ae3db056fe8248
parent70cf991093d4ab8854de0090aca9cf8d10ebd8f8
On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX spec

OLD_ICONV is only necessary on Solaris until UNIX03.  This is indicated
by the private macro _XPG6 which is set in /usr/include/sys/feature_tests.h.

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