components/libxml2/llib-lxml2
changeset 148 33ca3897ae25
equal deleted inserted replaced
147:5af6875cbf70 148:33ca3897ae25
       
     1 /*
       
     2  * CDDL HEADER START
       
     3  *
       
     4  * The contents of this file are subject to the terms of the
       
     5  * Common Development and Distribution License (the "License").
       
     6  * You may not use this file except in compliance with the License.
       
     7  *
       
     8  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9  * or http://www.opensolaris.org/os/licensing.
       
    10  * See the License for the specific language governing permissions
       
    11  * and limitations under the License.
       
    12  *
       
    13  * When distributing Covered Code, include this CDDL HEADER in each
       
    14  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15  * If applicable, add the following below this CDDL HEADER, with the
       
    16  * fields enclosed by brackets "[]" replaced with your own identifying
       
    17  * information: Portions Copyright [yyyy] [name of copyright owner]
       
    18  *
       
    19  * CDDL HEADER END
       
    20  */
       
    21 
       
    22 /*
       
    23  * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
       
    24  */
       
    25 
       
    26 /* LINTLIBRARY */
       
    27 /* PROTOLIB1 */
       
    28 
       
    29 /*
       
    30  * This little dance is necessary to avoid ftello/fseeko
       
    31  * complaints vs libc. We don't use them but we do #include
       
    32  * stdio.h and as we are large file aware they get defined
       
    33  * differently than libc.
       
    34  */
       
    35 #include <sys/types.h>
       
    36 #undef _LARGEFILE_SOURCE
       
    37 
       
    38 #include <libxml/DOCBparser.h>
       
    39 #include <libxml/HTMLparser.h>
       
    40 #include <libxml/HTMLtree.h>
       
    41 #include <libxml/SAX.h>
       
    42 #include <libxml/SAX2.h>
       
    43 #include <libxml/c14n.h>
       
    44 #include <libxml/catalog.h>
       
    45 #include <libxml/chvalid.h>
       
    46 #include <libxml/debugXML.h>
       
    47 #include <libxml/dict.h>
       
    48 #include <libxml/encoding.h>
       
    49 #include <libxml/entities.h>
       
    50 #include <libxml/globals.h>
       
    51 #include <libxml/hash.h>
       
    52 #include <libxml/list.h>
       
    53 #include <libxml/nanoftp.h>
       
    54 #include <libxml/nanohttp.h>
       
    55 #include <libxml/parser.h>
       
    56 #include <libxml/parserInternals.h>
       
    57 #include <libxml/pattern.h>
       
    58 #include <libxml/relaxng.h>
       
    59 #include <libxml/schemasInternals.h>
       
    60 #include <libxml/schematron.h>
       
    61 #include <libxml/threads.h>
       
    62 #include <libxml/tree.h>
       
    63 #include <libxml/uri.h>
       
    64 #include <libxml/valid.h>
       
    65 #include <libxml/xinclude.h>
       
    66 #include <libxml/xlink.h>
       
    67 #include <libxml/xmlIO.h>
       
    68 #include <libxml/xmlautomata.h>
       
    69 #include <libxml/xmlerror.h>
       
    70 #include <libxml/xmlexports.h>
       
    71 #include <libxml/xmlmemory.h>
       
    72 #include <libxml/xmlmodule.h>
       
    73 #include <libxml/xmlreader.h>
       
    74 #include <libxml/xmlregexp.h>
       
    75 #include <libxml/xmlsave.h>
       
    76 #include <libxml/xmlschemas.h>
       
    77 #include <libxml/xmlschemastypes.h>
       
    78 #include <libxml/xmlstring.h>
       
    79 #include <libxml/xmlunicode.h>
       
    80 #include <libxml/xmlversion.h>
       
    81 #include <libxml/xmlwriter.h>
       
    82 #include <libxml/xpath.h>
       
    83 #include <libxml/xpathInternals.h>
       
    84 #include <libxml/xpointer.h>