etc/services - sync with NetBSD-8
[minix.git] / external / bsd / bind / dist / contrib / idn / idnkit-1.0-src / include / mdn / res.h
blobf6bfee5ab31570c866a429ac4e6e715709105bfe
1 /* $NetBSD: res.h,v 1.4 2014/12/10 04:37:55 christos Exp $ */
3 /* Id: res.h,v 1.1 2003/06/04 00:25:45 marka Exp */
4 /*
5 * Copyright (c) 2001,2002 Japan Network Information Center.
6 * All rights reserved.
7 *
8 * By using this file, you agree to the terms and conditions set forth bellow.
9 *
10 * LICENSE TERMS AND CONDITIONS
12 * The following License Terms and Conditions apply, unless a different
13 * license is obtained from Japan Network Information Center ("JPNIC"),
14 * a Japanese association, Kokusai-Kougyou-Kanda Bldg 6F, 2-3-4 Uchi-Kanda,
15 * Chiyoda-ku, Tokyo 101-0047, Japan.
17 * 1. Use, Modification and Redistribution (including distribution of any
18 * modified or derived work) in source and/or binary forms is permitted
19 * under this License Terms and Conditions.
21 * 2. Redistribution of source code must retain the copyright notices as they
22 * appear in each source code file, this License Terms and Conditions.
24 * 3. Redistribution in binary form must reproduce the Copyright Notice,
25 * this License Terms and Conditions, in the documentation and/or other
26 * materials provided with the distribution. For the purposes of binary
27 * distribution the "Copyright Notice" refers to the following language:
28 * "Copyright (c) 2000-2002 Japan Network Information Center. All rights reserved."
30 * 4. The name of JPNIC may not be used to endorse or promote products
31 * derived from this Software without specific prior written approval of
32 * JPNIC.
34 * 5. Disclaimer/Limitation of Liability: THIS SOFTWARE IS PROVIDED BY JPNIC
35 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
36 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
37 * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JPNIC BE LIABLE
38 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
39 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
40 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
41 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
42 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
43 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
44 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
47 #ifndef MDN_RES_H
48 #define MDN_RES_H 1
50 #ifdef __cplusplus
51 extern "C" {
52 #endif
54 #include <mdn/resconf.h>
55 #include <mdn/result.h>
56 #include <idn/res.h>
58 #define MDN_LOCALCONV \
59 IDN_LOCALCONV
60 #define MDN_DELIMMAP \
61 IDN_DELIMMAP
62 #define MDN_LOCALMAP \
63 IDN_LOCALMAP
64 #define MDN_MAP \
65 IDN_MAP
66 #define MDN_NORMALIZE \
67 IDN_NORMALIZE
68 #define MDN_PROHCHECK \
69 IDN_PROHCHECK
70 #define MDN_UNASCHECK \
71 IDN_UNASCHECK
72 #define MDN_ASCCHECK \
73 IDN_ASCCHECK
74 #define MDN_IDNCONV \
75 IDN_IDNCONV
76 #define MDN_LENCHECK \
77 IDN_LENCHECK
78 #define MDN_RTCHECK \
79 IDN_RTCHECK
80 #define MDN_UNDOIFERR \
81 IDN_UNDOIFERR
82 #define MDN_ENCODE_APP \
83 IDN_ENCODE_APP
84 #define MDN_DECODE_APP \
85 IDN_DECODE_APP
86 #define MDN_NAMEPREP \
87 IDN_NAMEPREP
89 #define mdn_res_enable \
90 idn_res_enable
91 #define mdn_res_encodename \
92 idn_res_encodename
93 #define mdn_res_decodename \
94 idn_res_decodename
95 #define mdn_res_actiontostring \
96 idn_res_actiontostring
98 #define mdn_res_localtoutf8 \
99 idn_res_localtoutf8
100 #define mdn_res_delimitermap \
101 idn_res_delimitermap
102 #define mdn_res_localmap \
103 idn_res_localmap
104 #define mdn_res_nameprep \
105 idn_res_nameprep
106 #define mdn_res_utf8toidn \
107 idn_res_utf8toidn
108 #define mdn_res_idntoutf8 \
109 idn_res_idntoutf8
110 #define mdn_res_utf8tolocal \
111 idn_res_utf8tolocal
112 #define mdn_res_nameprepcheck \
113 idn_res_nameprepcheck
114 #define mdn_res_localtoidn \
115 idn_res_localtoidn
116 #define mdn_res_idntolocal \
117 idn_res_idntolocal
119 #ifdef __cplusplus
121 #endif
123 #endif /* MDN_RES_H */