X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fnmh.h;h=26eb0a2b0c031264b7a7dcbdc287872235fae74a;hp=75d4d2a3d37ae6d8f7fe2bc12cbfcbc720ad6424;hb=8529829823bebf483ab22fe8d24c96394647a298;hpb=5d09b7206ae2602d3aedb2b552ef160b855d8054 diff --git a/h/nmh.h b/h/nmh.h index 75d4d2a..26eb0a2 100644 --- a/h/nmh.h +++ b/h/nmh.h @@ -109,11 +109,6 @@ #include -#define bcmp(b1,b2,length) memcmp(b1, b2, length) -#define bcopy(b1,b2,length) memcpy(b2, b1, length) -#define bcpy(b1,b2,length) memcmp(b1, b2, length) -#define bzero(b,length) memset(b, 0, length) - #ifdef HAVE_KILLPG # define KILLPG(pgrp,sig) killpg(pgrp,sig); #else