asprintf
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5278 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -44,5 +44,23 @@
|
||||
#ifndef HAVE_STRTOK_R
|
||||
#define strtok_r _sl_strtok_r
|
||||
#endif
|
||||
#ifndef HAVE_SNPRINTF
|
||||
#define snprintf _sl_snprintf
|
||||
#endif
|
||||
#ifndef HAVE_ASPRINTF
|
||||
#define asprintf _sl_asprintf
|
||||
#endif
|
||||
#ifndef HAVE_ASNPRINTF
|
||||
#define asnprintf _sl_asnprintf
|
||||
#endif
|
||||
#ifndef HAVE_VASPRINTF
|
||||
#define vasprintf _sl_vasprintf
|
||||
#endif
|
||||
#ifndef HAVE_VASNPRINTF
|
||||
#define vasnprintf _sl_vasnprintf
|
||||
#endif
|
||||
#ifndef HAVE_VSNPRINTF
|
||||
#define vsnprintf _sl_vsnprintf
|
||||
#endif
|
||||
|
||||
#endif /* __roken_rename_h__ */
|
||||
|
Reference in New Issue
Block a user