xref: /freebsd/crypto/heimdal/lib/kafs/roken_rename.h (revision adb0ddaeac0a71a08d6af3a711387b59efcc94b6)
1adb0ddaeSAssar Westerlund /*
2adb0ddaeSAssar Westerlund  * Copyright (c) 2001 Kungliga Tekniska H�gskolan
3adb0ddaeSAssar Westerlund  * (Royal Institute of Technology, Stockholm, Sweden).
4adb0ddaeSAssar Westerlund  * All rights reserved.
5adb0ddaeSAssar Westerlund  *
6adb0ddaeSAssar Westerlund  * Redistribution and use in source and binary forms, with or without
7adb0ddaeSAssar Westerlund  * modification, are permitted provided that the following conditions
8adb0ddaeSAssar Westerlund  * are met:
9adb0ddaeSAssar Westerlund  *
10adb0ddaeSAssar Westerlund  * 1. Redistributions of source code must retain the above copyright
11adb0ddaeSAssar Westerlund  *    notice, this list of conditions and the following disclaimer.
12adb0ddaeSAssar Westerlund  *
13adb0ddaeSAssar Westerlund  * 2. Redistributions in binary form must reproduce the above copyright
14adb0ddaeSAssar Westerlund  *    notice, this list of conditions and the following disclaimer in the
15adb0ddaeSAssar Westerlund  *    documentation and/or other materials provided with the distribution.
16adb0ddaeSAssar Westerlund  *
17adb0ddaeSAssar Westerlund  * 3. Neither the name of the Institute nor the names of its contributors
18adb0ddaeSAssar Westerlund  *    may be used to endorse or promote products derived from this software
19adb0ddaeSAssar Westerlund  *    without specific prior written permission.
20adb0ddaeSAssar Westerlund  *
21adb0ddaeSAssar Westerlund  * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
22adb0ddaeSAssar Westerlund  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23adb0ddaeSAssar Westerlund  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24adb0ddaeSAssar Westerlund  * ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
25adb0ddaeSAssar Westerlund  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26adb0ddaeSAssar Westerlund  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27adb0ddaeSAssar Westerlund  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28adb0ddaeSAssar Westerlund  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29adb0ddaeSAssar Westerlund  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30adb0ddaeSAssar Westerlund  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31adb0ddaeSAssar Westerlund  * SUCH DAMAGE.
32adb0ddaeSAssar Westerlund  */
33adb0ddaeSAssar Westerlund 
34adb0ddaeSAssar Westerlund /* $Id: roken_rename.h,v 1.1 2001/02/12 22:01:27 assar Exp $ */
35adb0ddaeSAssar Westerlund 
36adb0ddaeSAssar Westerlund #ifndef __roken_rename_h__
37adb0ddaeSAssar Westerlund #define __roken_rename_h__
38adb0ddaeSAssar Westerlund 
39adb0ddaeSAssar Westerlund /*
40adb0ddaeSAssar Westerlund  * Libroken routines that are added libkafs
41adb0ddaeSAssar Westerlund  */
42adb0ddaeSAssar Westerlund 
43adb0ddaeSAssar Westerlund #define _resolve_debug _roken_resolve_debug
44adb0ddaeSAssar Westerlund 
45adb0ddaeSAssar Westerlund #define dns_free_data _kafs_dns_free_data
46adb0ddaeSAssar Westerlund #define dns_lookup _kafs_dns_lookup
47adb0ddaeSAssar Westerlund #define dns_string_to_type _kafs_dns_string_to_type
48adb0ddaeSAssar Westerlund #define dns_type_to_string _kafs_dns_type_to_string
49adb0ddaeSAssar Westerlund 
50adb0ddaeSAssar Westerlund #endif /* __roken_rename_h__ */
51