]> git.saurik.com Git - apple/ipsec.git/blobdiff - ipsec-tools/racoon/gcmalloc.h
ipsec-258.1.3.tar.gz
[apple/ipsec.git] / ipsec-tools / racoon / gcmalloc.h
index acdf7fa50b7067a4e56f026250104b888395d28c..c759fde9bb324cd98f20b01793cc7969e42b7caf 100644 (file)
@@ -96,17 +96,7 @@ strdup(const char *str)
 
 #endif /* GC */
 
-/*
- * Dmalloc only requires that you pull in a header file and link
- * against libdmalloc.
- */
-#ifdef DMALLOC
-#include <dmalloc.h>
-#endif /* DMALLOC */
 
-#ifdef DEBUG_RECORD_MALLOCATION
-#include <debugrm.h>
-#else
 #ifndef racoon_malloc
 #define        racoon_malloc(sz)       malloc((sz))
 #endif
@@ -122,6 +112,5 @@ strdup(const char *str)
 #ifndef racoon_strdup
 #define        racoon_strdup(s)        strdup((s))
 #endif
-#endif /* DEBUG_RECORD_MALLOCATION */
 
 #endif /* _GCMALLOC_H_DEFINED */