llib-lxml2 revision 148
148N/A/*
148N/A * CDDL HEADER START
148N/A *
148N/A * The contents of this file are subject to the terms of the
148N/A * Common Development and Distribution License (the "License").
148N/A * You may not use this file except in compliance with the License.
148N/A *
148N/A * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
148N/A * or http://www.opensolaris.org/os/licensing.
148N/A * See the License for the specific language governing permissions
148N/A * and limitations under the License.
148N/A *
148N/A * When distributing Covered Code, include this CDDL HEADER in each
148N/A * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
148N/A * If applicable, add the following below this CDDL HEADER, with the
148N/A * fields enclosed by brackets "[]" replaced with your own identifying
148N/A * information: Portions Copyright [yyyy] [name of copyright owner]
148N/A *
148N/A * CDDL HEADER END
148N/A */
148N/A
148N/A/*
148N/A * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
148N/A */
148N/A
148N/A/* LINTLIBRARY */
148N/A/* PROTOLIB1 */
148N/A
148N/A/*
148N/A * This little dance is necessary to avoid ftello/fseeko
148N/A * complaints vs libc. We don't use them but we do #include
148N/A * stdio.h and as we are large file aware they get defined
148N/A * differently than libc.
148N/A */
148N/A#include <sys/types.h>
148N/A#undef _LARGEFILE_SOURCE
148N/A
148N/A#include <libxml/DOCBparser.h>
148N/A#include <libxml/HTMLparser.h>
148N/A#include <libxml/HTMLtree.h>
148N/A#include <libxml/SAX.h>
148N/A#include <libxml/SAX2.h>
148N/A#include <libxml/c14n.h>
148N/A#include <libxml/catalog.h>
148N/A#include <libxml/chvalid.h>
148N/A#include <libxml/debugXML.h>
148N/A#include <libxml/dict.h>
148N/A#include <libxml/encoding.h>
148N/A#include <libxml/entities.h>
148N/A#include <libxml/globals.h>
148N/A#include <libxml/hash.h>
148N/A#include <libxml/list.h>
148N/A#include <libxml/nanoftp.h>
148N/A#include <libxml/nanohttp.h>
148N/A#include <libxml/parser.h>
148N/A#include <libxml/parserInternals.h>
148N/A#include <libxml/pattern.h>
148N/A#include <libxml/relaxng.h>
148N/A#include <libxml/schemasInternals.h>
148N/A#include <libxml/schematron.h>
148N/A#include <libxml/threads.h>
148N/A#include <libxml/tree.h>
148N/A#include <libxml/uri.h>
148N/A#include <libxml/valid.h>
148N/A#include <libxml/xinclude.h>
148N/A#include <libxml/xlink.h>
148N/A#include <libxml/xmlIO.h>
148N/A#include <libxml/xmlautomata.h>
148N/A#include <libxml/xmlerror.h>
148N/A#include <libxml/xmlexports.h>
148N/A#include <libxml/xmlmemory.h>
148N/A#include <libxml/xmlmodule.h>
148N/A#include <libxml/xmlreader.h>
148N/A#include <libxml/xmlregexp.h>
148N/A#include <libxml/xmlsave.h>
148N/A#include <libxml/xmlschemas.h>
148N/A#include <libxml/xmlschemastypes.h>
148N/A#include <libxml/xmlstring.h>
148N/A#include <libxml/xmlunicode.h>
148N/A#include <libxml/xmlversion.h>
148N/A#include <libxml/xmlwriter.h>
148N/A#include <libxml/xpath.h>
148N/A#include <libxml/xpathInternals.h>
148N/A#include <libxml/xpointer.h>