]> git.sur5r.net Git - openldap/blobdiff - include/ac/stdlib.h
Add reference to slappasswd(8)
[openldap] / include / ac / stdlib.h
index d642b459101a5549b891f4e062336e3efc45a501..0537904dd6a8b156986e88c1f963df19f5b07288 100644 (file)
@@ -1,6 +1,7 @@
 /* Generic stdlib.h */
+/* $OpenLDAP$ */
 /*
- * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted only
 #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 */