summaryrefslogtreecommitdiff
path: root/catalog.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-09-29 13:20:24 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-09-29 13:20:24 +0000
commita9cce9cd0d7aff3ec318b5d8d376da131b6aaad4 (patch)
treeba5ba1b51fea7936c5ca1b90e23c2004df34c703 /catalog.c
parentc064b476c8736c8c601e4d8fc480a5d998d9441f (diff)
downloadlibxml2-a9cce9cd0d7aff3ec318b5d8d376da131b6aaad4.tar.gz
Okay this is scary but it is just adding a configure option to disable
* HTMLtree.c SAX2.c c14n.c catalog.c configure.in debugXML.c encoding.c entities.c nanoftp.c nanohttp.c parser.c relaxng.c testAutomata.c testC14N.c testHTML.c testRegexp.c testRelax.c testSchemas.c testXPath.c threads.c tree.c valid.c xmlIO.c xmlcatalog.c xmllint.c xmlmemory.c xmlreader.c xmlschemas.c example/gjobread.c include/libxml/HTMLtree.h include/libxml/c14n.h include/libxml/catalog.h include/libxml/debugXML.h include/libxml/entities.h include/libxml/nanohttp.h include/libxml/relaxng.h include/libxml/tree.h include/libxml/valid.h include/libxml/xmlIO.h include/libxml/xmlschemas.h include/libxml/xmlversion.h.in include/libxml/xpathInternals.h python/libxml.c: Okay this is scary but it is just adding a configure option to disable output, this touches most of the files. Daniel
Diffstat (limited to 'catalog.c')
-rw-r--r--catalog.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/catalog.c b/catalog.c
index d307bf4e..6ff22a1b 100644
--- a/catalog.c
+++ b/catalog.c
@@ -374,6 +374,7 @@ xmlFreeCatalog(xmlCatalogPtr catal) {
* *
************************************************************************/
+#ifdef LIBXML_OUTPUT_ENABLED
/**
* xmlCatalogDumpEntry:
* @entry: the
@@ -587,6 +588,7 @@ BAD_CAST "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd");
return(ret);
}
+#endif /* LIBXML_OUTPUT_ENABLED */
/************************************************************************
* *
@@ -2682,6 +2684,7 @@ xmlACatalogResolveURI(xmlCatalogPtr catal, const xmlChar *URI) {
return(ret);
}
+#ifdef LIBXML_OUTPUT_ENABLED
/**
* xmlACatalogDump:
* @catal: a Catalog
@@ -2701,6 +2704,7 @@ xmlACatalogDump(xmlCatalogPtr catal, FILE *out) {
(xmlHashScanner) xmlCatalogDumpEntry, out);
}
}
+#endif /* LIBXML_OUTPUT_ENABLED */
/**
* xmlACatalogAdd:
@@ -3097,6 +3101,7 @@ xmlCatalogResolveURI(const xmlChar *URI) {
return(ret);
}
+#ifdef LIBXML_OUTPUT_ENABLED
/**
* xmlCatalogDump:
* @out: the file.
@@ -3113,6 +3118,7 @@ xmlCatalogDump(FILE *out) {
xmlACatalogDump(xmlDefaultCatalog, out);
}
+#endif /* LIBXML_OUTPUT_ENABLED */
/**
* xmlCatalogAdd: