]> git.sur5r.net Git - openldap/commitdiff
Revert previous commit, too much broken
authorHoward Chu <hyc@openldap.org>
Fri, 26 Jul 2002 14:22:45 +0000 (14:22 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 26 Jul 2002 14:22:45 +0000 (14:22 +0000)
include/ac/stdlib.h

index c2625caa86331945f946e80d16d05310c03734f6..2e3eb5502d44f794fd30516aec2ba905c552261e 100644 (file)
 #      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 */