rename different symbols
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24761 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -37,25 +37,25 @@
|
|||||||
#define __roken_rename_h__
|
#define __roken_rename_h__
|
||||||
|
|
||||||
#ifndef HAVE_SNPRINTF
|
#ifndef HAVE_SNPRINTF
|
||||||
#define snprintf _com_err_snprintf
|
#define rk_snprintf _com_err_snprintf
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_VSNPRINTF
|
#ifndef HAVE_VSNPRINTF
|
||||||
#define vsnprintf _com_err_vsnprintf
|
#define rk_vsnprintf _com_err_vsnprintf
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_ASPRINTF
|
#ifndef HAVE_ASPRINTF
|
||||||
#define asprintf _com_err_asprintf
|
#define rk_asprintf _com_err_asprintf
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_ASNPRINTF
|
#ifndef HAVE_ASNPRINTF
|
||||||
#define asnprintf _com_err_asnprintf
|
#define rk_asnprintf _com_err_asnprintf
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_VASPRINTF
|
#ifndef HAVE_VASPRINTF
|
||||||
#define vasprintf _com_err_vasprintf
|
#define rk_vasprintf _com_err_vasprintf
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_VASNPRINTF
|
#ifndef HAVE_VASNPRINTF
|
||||||
#define vasnprintf _com_err_vasnprintf
|
#define rk_vasnprintf _com_err_vasnprintf
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_STRLCPY
|
#ifndef HAVE_STRLCPY
|
||||||
#define strlcpy _com_err_strlcpy
|
#define rk_strlcpy _com_err_strlcpy
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user