]> git.sur5r.net Git - openldap/blobdiff - include/ac/stdlib.h
Added dnPretty2/dnNormalize2 using preallocated destination berval
[openldap] / include / ac / stdlib.h
index d642b459101a5549b891f4e062336e3efc45a501..c1b24da86fddc7ce4f817c58db2b64a71380375c 100644 (file)
@@ -1,17 +1,25 @@
 /* Generic stdlib.h */
+/* $OpenLDAP$ */
 /*
- * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms 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.
+ * 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.
  */
 
 #ifndef _AC_STDLIB_H
 #define _AC_STDLIB_H
 
+#if defined( HAVE_CSRIMALLOC )
+#include <stdio.h>
+#define MALLOC_TRACE
+#include <libmalloc.h>
+#endif
+
 #include <stdlib.h>
 
 /* Ignore malloc.h if we have STDC_HEADERS */