]> git.sur5r.net Git - openldap/blobdiff - include/ac/stdlib.h
Misc Windows linking fixes
[openldap] / include / ac / stdlib.h
index c2625caa86331945f946e80d16d05310c03734f6..fb554878c74b20109e26e7cf84b7cd8102e7d4d4 100644 (file)
@@ -1,14 +1,17 @@
 /* Generic stdlib.h */
 /* $OpenLDAP$ */
-/*
- * Copyright 1998-2002 The OpenLDAP Foundation, Redwood City, California, USA
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 1998-2005 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted only as authorized by the OpenLDAP
- * Public License.  A copy of this license is available at
- * http://www.OpenLDAP.org/license.html or in file LICENSE in the
- * top-level directory of the distribution.
+ * Public License.
+ *
+ * A copy of this license is available in file LICENSE in the
+ * top-level directory of the distribution or, alternatively, at
+ * <http://www.OpenLDAP.org/license.html>.
  */
 
 #ifndef _AC_STDLIB_H
 #      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 */