Allow building with xmlparse.h
authorMatt Kraai <matt.kraai@amo.abbott.com>
Mon, 11 Feb 2013 22:03:45 +0000 (14:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Feb 2013 22:33:04 +0000 (14:33 -0800)
commit081fd8d093887b0cc5055d8a191ae2c26274846b
treea5376dee8a17b6a4a286ff21277c577967ab3ff4
parentaa3982890fe7506badfddf6252402a335a4d72b7
Allow building with xmlparse.h

expat 1.1 and 1.2 provide xmlparse.h instead of expat.h.  Include the
former on systems that define the EXPAT_NEEDS_XMLPARSE_H variable and
define that variable on QNX systems, which ship with expat 1.1.

Signed-off-by: Matt Kraai <matt.kraai@amo.abbott.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
config.mak.uname
http-push.c