1195630Ssam/* $FreeBSD: releng/11.0/lib/libc/iconv/citrus_pivot_file.h 219019 2011-02-25 00:04:39Z gabor $ */
2195630Ssam/* $NetBSD: citrus_pivot_file.h,v 1.1 2003/06/25 09:51:39 tshiozak Exp $ */
3195630Ssam
4195630Ssam/*-
5195630Ssam * Copyright (c)2003 Citrus Project,
6195630Ssam * All rights reserved.
7195630Ssam *
8195630Ssam * Redistribution and use in source and binary forms, with or without
9195630Ssam * modification, are permitted provided that the following conditions
10195630Ssam * are met:
11195630Ssam * 1. Redistributions of source code must retain the above copyright
12195630Ssam *    notice, this list of conditions and the following disclaimer.
13195630Ssam * 2. Redistributions in binary form must reproduce the above copyright
14195630Ssam *    notice, this list of conditions and the following disclaimer in the
15195630Ssam *    documentation and/or other materials provided with the distribution.
16195630Ssam *
17195630Ssam * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
18195630Ssam * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19195630Ssam * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20195630Ssam * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
21195630Ssam * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22195630Ssam * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23195630Ssam * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24195630Ssam * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25195630Ssam * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26195630Ssam * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27195630Ssam * SUCH DAMAGE.
28195630Ssam */
29195630Ssam
30195630Ssam#ifndef _CITRUS_PIVOT_FILE_H_
31195630Ssam#define _CITRUS_PIVOT_FILE_H_
32195630Ssam
33195630Ssam#define _CITRUS_PIVOT_MAGIC	"CSPIVOT\0"
34195630Ssam#define _CITRUS_PIVOT_SUB_MAGIC	"CSPIVSUB"
35195630Ssam
36195630Ssam#endif
37195630Ssam