diff options
author | Mike Hommey <mh@glandium.org> | 2004-11-11 12:53:54 +0000 |
---|---|---|
committer | Mike Hommey <mh@glandium.org> | 2004-11-11 12:53:54 +0000 |
commit | f51dd67f3a3f472af0620391eb588eeca4533689 (patch) | |
tree | 9184c396c489196608427d5fa35814e86a1e479f /xmllint.c | |
parent | 9705f1a5e858108d21a0128556f42b25d16833cd (diff) | |
download | libxml2-f51dd67f3a3f472af0620391eb588eeca4533689.tar.gz |
Load /tmp/tmp.n9GTkp/libxml2-2.6.16 intoupstream/2.6.16
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'xmllint.c')
-rw-r--r-- | xmllint.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -738,6 +738,7 @@ xmlHTMLValidityWarning(void *ctx, const char *msg, ...) * * ************************************************************************/ #ifdef LIBXML_DEBUG_ENABLED +#ifdef LIBXML_XPATH_ENABLED /** * xmlShellReadline: * @prompt: the prompt value @@ -778,6 +779,7 @@ xmlShellReadline(char *prompt) { return(ret); #endif } +#endif /* LIBXML_XPATH_ENABLED */ #endif /* LIBXML_DEBUG_ENABLED */ /************************************************************************ @@ -1223,12 +1225,14 @@ static void parseAndPrintFile(char *filename, xmlParserCtxtPtr rectxt) { #endif #ifdef LIBXML_DEBUG_ENABLED +#ifdef LIBXML_XPATH_ENABLED /* * shell interaction */ if (shell) xmlShell(doc, filename, xmlShellReadline, stdout); #endif +#endif #ifdef LIBXML_TREE_ENABLED /* |