* Removed the built-in memory leak checker. It wasn't threadsafe and
[citadel.git] / citadel / mime_parser.h
index 9464f01fae32802f2c5839328204db87260f6f75..523eb32a990923fb5903d8bd2eaaed3539bb20f2 100644 (file)
 #define SIZ    4096
 #endif
 
-#ifndef mallok
-#define mallok(x) malloc(x)
-#endif
-
-#ifndef phree
-#define phree(x) free(x)
-#endif
-
-#ifndef reallok
-#define reallok(x,y) realloc(x,y)
-#endif
-
-#ifndef strdoop
-#define strdoop(x) strdup(x)
-#endif
 
 /* 
  * Declarations for functions in the parser