mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
Revert previous commit, too much broken
This commit is contained in:
parent
f8f4f383ea
commit
c4f91fc9a8
1 changed files with 0 additions and 7 deletions
|
|
@ -32,11 +32,4 @@
|
|||
# define EXIT_FAILURE 1
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_EBCDIC
|
||||
#undef putchar
|
||||
#undef putc
|
||||
#define putchar(c) putc((c), stdout)
|
||||
#define putc(c, fp) do { char x=(c); __atoe_l(&x,1); putc(x,fp);} while(0)
|
||||
#endif
|
||||
|
||||
#endif /* _AC_STDLIB_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue