1143883Sphilip/*
2143883Sphilip * Copyright (c) 1998 Kungliga Tekniska H��gskolan
3143883Sphilip * (Royal Institute of Technology, Stockholm, Sweden).
4143883Sphilip * All rights reserved.
5143883Sphilip *
6143883Sphilip * Redistribution and use in source and binary forms, with or without
7143883Sphilip * modification, are permitted provided that the following conditions
8143883Sphilip * are met:
9143883Sphilip *
10143883Sphilip * 1. Redistributions of source code must retain the above copyright
11143883Sphilip *    notice, this list of conditions and the following disclaimer.
12143883Sphilip *
13143883Sphilip * 2. Redistributions in binary form must reproduce the above copyright
14143883Sphilip *    notice, this list of conditions and the following disclaimer in the
15143883Sphilip *    documentation and/or other materials provided with the distribution.
16143883Sphilip *
17143883Sphilip * 3. Neither the name of the Institute nor the names of its contributors
18143883Sphilip *    may be used to endorse or promote products derived from this software
19143883Sphilip *    without specific prior written permission.
20143883Sphilip *
21143883Sphilip * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
22143883Sphilip * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23143883Sphilip * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24143883Sphilip * ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
25143883Sphilip * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26143883Sphilip * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27143883Sphilip * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28203687Sgavin * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29203687Sgavin * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30143883Sphilip * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31143883Sphilip * SUCH DAMAGE.
32143883Sphilip */
33143883Sphilip
34143883Sphilip/* $Id$ */
35157365Sbrueffer
36157365Sbrueffer#ifndef __roken_rename_h__
37157365Sbrueffer#define __roken_rename_h__
38157365Sbrueffer
39143883Sphilip#ifndef HAVE_SNPRINTF
40157365Sbrueffer#define rk_snprintf _com_err_snprintf
41157365Sbrueffer#endif
42157365Sbrueffer#ifndef HAVE_VSNPRINTF
43157365Sbrueffer#define rk_vsnprintf _com_err_vsnprintf
44157365Sbrueffer#endif
45157365Sbrueffer#ifndef HAVE_ASPRINTF
46157365Sbrueffer#define rk_asprintf _com_err_asprintf
47157365Sbrueffer#endif
48143883Sphilip#ifndef HAVE_ASNPRINTF
49143883Sphilip#define rk_asnprintf _com_err_asnprintf
50143883Sphilip#endif
51143883Sphilip#ifndef HAVE_VASPRINTF
52143883Sphilip#define rk_vasprintf _com_err_vasprintf
53143883Sphilip#endif
54143883Sphilip#ifndef HAVE_VASNPRINTF
55143883Sphilip#define rk_vasnprintf _com_err_vasnprintf
56143883Sphilip#endif
57143883Sphilip#ifndef HAVE_STRLCPY
58143883Sphilip#define rk_strlcpy _com_err_strlcpy
59143883Sphilip#endif
60148066Shrs
61143883Sphilip
62143883Sphilip#endif /* __roken_rename_h__ */
63143883Sphilip