rename different symbols
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24762 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -37,28 +37,28 @@
|
|||||||
#define __roken_rename_h__
|
#define __roken_rename_h__
|
||||||
|
|
||||||
#ifndef HAVE_STRDUP
|
#ifndef HAVE_STRDUP
|
||||||
#define strdup _editline_strdup
|
#define rk_strdup _editline_strdup
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_SNPRINTF
|
#ifndef HAVE_SNPRINTF
|
||||||
#define snprintf _editline_snprintf
|
#define rk_snprintf _editline_snprintf
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_VSNPRINTF
|
#ifndef HAVE_VSNPRINTF
|
||||||
#define vsnprintf _editline_vsnprintf
|
#define rk_vsnprintf _editline_vsnprintf
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_ASPRINTF
|
#ifndef HAVE_ASPRINTF
|
||||||
#define asprintf _editline_asprintf
|
#define rk_asprintf _editline_asprintf
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_ASNPRINTF
|
#ifndef HAVE_ASNPRINTF
|
||||||
#define asnprintf _editline_asnprintf
|
#define rk_asnprintf _editline_asnprintf
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_VASPRINTF
|
#ifndef HAVE_VASPRINTF
|
||||||
#define vasprintf _editline_vasprintf
|
#define rk_vasprintf _editline_vasprintf
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_VASNPRINTF
|
#ifndef HAVE_VASNPRINTF
|
||||||
#define vasnprintf _editline_vasnprintf
|
#define rk_vasnprintf _editline_vasnprintf
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_STRLCAT
|
#ifndef HAVE_STRLCAT
|
||||||
#define strlcat _editline_strlcat
|
#define rk_strlcat _editline_strlcat
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __roken_rename_h__ */
|
#endif /* __roken_rename_h__ */
|
||||||
|
Reference in New Issue
Block a user