]> mj.ucw.cz Git - libucw.git/blobdiff - lib/alloc.c
`buckettools -c' now uses fastbufs for output.
[libucw.git] / lib / alloc.c
index bab72329a6fe13fa9db505261e2f9bdd16936f8d..21d9635778daf3974132f1fc6f13df82523f78a4 100644 (file)
@@ -2,6 +2,9 @@
  *     Sherlock Library -- Memory Allocation
  *
  *     (c) 2000 Martin Mares <mj@ucw.cz>
  *     Sherlock Library -- Memory Allocation
  *
  *     (c) 2000 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 #include "lib/lib.h"
  */
 
 #include "lib/lib.h"
@@ -9,7 +12,7 @@
 #include <stdlib.h>
 #include <string.h>
 
 #include <stdlib.h>
 #include <string.h>
 
-#ifndef DMALLOC
+#ifndef DEBUG_DMALLOC
 
 void *
 xmalloc(uns size)
 
 void *
 xmalloc(uns size)