X-Git-Url: https://git.saurik.com/apple/ipsec.git/blobdiff_plain/65ab25776b29db8df8fdca6630971023aaeafdb8..65c257469f746e64364e5df94f3ed8c6698a9d0a:/ipsec-tools/racoon/gcmalloc.h?ds=sidebyside diff --git a/ipsec-tools/racoon/gcmalloc.h b/ipsec-tools/racoon/gcmalloc.h index acdf7fa..c759fde 100644 --- a/ipsec-tools/racoon/gcmalloc.h +++ b/ipsec-tools/racoon/gcmalloc.h @@ -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 -#endif /* DMALLOC */ -#ifdef DEBUG_RECORD_MALLOCATION -#include -#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 */