X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmime_parser.h;h=523eb32a990923fb5903d8bd2eaaed3539bb20f2;hb=f154d097d062caf389d9fd5c096cf048d9f5724e;hp=9464f01fae32802f2c5839328204db87260f6f75;hpb=73a422963bf40757c43f72877fc2f622f136ccd4;p=citadel.git diff --git a/citadel/mime_parser.h b/citadel/mime_parser.h index 9464f01fa..523eb32a9 100644 --- a/citadel/mime_parser.h +++ b/citadel/mime_parser.h @@ -11,21 +11,6 @@ #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