1329166Simp/*-
2329166Simp * Copyright (c) 2018 M Warner Losh
3329166Simp * All rights reserved.
4329166Simp *
5329166Simp * Redistribution and use in source and binary forms, with or without
6329166Simp * modification, are permitted provided that the following conditions
7329166Simp * are met:
8329166Simp * 1. Redistributions of source code must retain the above copyright
9329166Simp *    notice, this list of conditions and the following disclaimer.
10329166Simp * 2. Redistributions in binary form must reproduce the above copyright
11329166Simp *    notice, this list of conditions and the following disclaimer in the
12329166Simp *    documentation and/or other materials provided with the distribution.
13329166Simp *
14329166Simp * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15329166Simp * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16329166Simp * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17329166Simp * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18329166Simp * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19329166Simp * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20329166Simp * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21329166Simp * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22329166Simp * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23329166Simp * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24329166Simp * SUCH DAMAGE.
25329166Simp *
26329166Simp * $FreeBSD: stable/11/stand/liblua/locale.h 329166 2018-02-12 15:31:53Z imp $
27329166Simp */
28