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 <libxslt/xslt.h>
148N/A#include <libxslt/xsltInternals.h>
148N/A#include <libxslt/xsltconfig.h>
148N/A#include <libxslt/xsltexports.h>
148N/A#include <libxslt/xsltutils.h>
148N/A#include <libxslt/attributes.h>
148N/A#include <libxslt/documents.h>
148N/A#include <libxslt/extensions.h>
148N/A#include <libxslt/extra.h>
148N/A#include <libxslt/functions.h>
148N/A#include <libxslt/imports.h>
148N/A#include <libxslt/keys.h>
148N/A#include <libxslt/namespaces.h>
148N/A#include <libxslt/numbersInternals.h>
148N/A#include <libxslt/pattern.h>
148N/A#include <libxslt/preproc.h>
148N/A#include <libxslt/security.h>
148N/A#include <libxslt/templates.h>
148N/A#include <libxslt/transform.h>
148N/A#include <libxslt/variables.h>