aboutsummaryrefslogtreecommitdiffstats
path: root/runxmlconf.c
diff options
context:
space:
mode:
authorRoumen Petrov <bugtrack@roumenpetrov.info>2012-08-13 16:56:11 +0800
committerDaniel Veillard <veillard@redhat.com>2012-08-13 16:57:30 +0800
commit1f0453f71546071d13c1cb06b7b6799e63fd4f9f (patch)
tree4a7a496c34b7c7a24d4959985a6de0c2c7623af2 /runxmlconf.c
parent8886f335c74126bc21035c17608868ca6abb8758 (diff)
downloadandroid_external_libxml2-1f0453f71546071d13c1cb06b7b6799e63fd4f9f.tar.gz
android_external_libxml2-1f0453f71546071d13c1cb06b7b6799e63fd4f9f.tar.bz2
android_external_libxml2-1f0453f71546071d13c1cb06b7b6799e63fd4f9f.zip
minimize use of HAVE_CONFIG_H
as build process for supported platforms provide "config.h" header file
Diffstat (limited to 'runxmlconf.c')
-rw-r--r--runxmlconf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/runxmlconf.c b/runxmlconf.c
index 52d50d77..a271343e 100644
--- a/runxmlconf.c
+++ b/runxmlconf.c
@@ -6,11 +6,8 @@
* daniel@veillard.com
*/
-#ifdef HAVE_CONFIG_H
#include "libxml.h"
-#else
#include <stdio.h>
-#endif
#ifdef LIBXML_XPATH_ENABLED