mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
stdio #defines for HAVE_EBCDIC
This commit is contained in:
parent
11761fa6ca
commit
f54de4360b
1 changed files with 13 additions and 0 deletions
13
acconfig.h
13
acconfig.h
|
|
@ -95,6 +95,19 @@
|
|||
#define LDAP_DEBUG
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_EBCDIC
|
||||
/* ASCII/EBCDIC converting replacements for stdio funcs
|
||||
* vsnprintf and snprintf are used too, but they are already
|
||||
* checked by the configure script
|
||||
*/
|
||||
#define fputs lutil_fputs
|
||||
#define fgets lutil_fgets
|
||||
#define printf lutil_printf
|
||||
#define fprintf lutil_fprintf
|
||||
#define vfprintf lutil_vfprintf
|
||||
#define vsprintf lutil_vsprintf
|
||||
#endif
|
||||
|
||||
#include "ldap_cdefs.h"
|
||||
#include "ldap_features.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue