add missing *snprintf functions
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5911 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1998 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 1998, 1999 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -44,11 +44,23 @@
|
|||||||
#ifndef HAVE_STRDUP
|
#ifndef HAVE_STRDUP
|
||||||
#define strdup _editline_strdup
|
#define strdup _editline_strdup
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_ASPRINTF
|
#ifndef HAVE_SNPRINTF
|
||||||
#define snprintf _editline_snprintf
|
#define snprintf _editline_snprintf
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef HAVE_VSNPRINTF
|
||||||
|
#define vsnprintf _editline_vsnprintf
|
||||||
|
#endif
|
||||||
#ifndef HAVE_ASPRINTF
|
#ifndef HAVE_ASPRINTF
|
||||||
#define asprintf _editline_asprintf
|
#define asprintf _editline_asprintf
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef HAVE_ASNPRINTF
|
||||||
|
#define asnprintf _editline_asnprintf
|
||||||
|
#endif
|
||||||
|
#ifndef HAVE_VASPRINTF
|
||||||
|
#define vasprintf _editline_vasprintf
|
||||||
|
#endif
|
||||||
|
#ifndef HAVE_VASNPRINTF
|
||||||
|
#define vasnprintf _editline_vasnprintf
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* __roken_rename_h__ */
|
#endif /* __roken_rename_h__ */
|
||||||
|
Reference in New Issue
Block a user