X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fnmh.h;h=0ab5e5d6771cda7402f88f6fc03ad6a75b5201f8;hb=20cd73653b3a7bcc6e4ac90c56529c2d5b865f2b;hp=00c408ffa883293b40d651ce60d99e9f77441f57;hpb=c70ca7816838825c93fbc54ac9e4a6e2a7bef6d8;p=mmh diff --git a/h/nmh.h b/h/nmh.h index 00c408f..0ab5e5d 100644 --- a/h/nmh.h +++ b/h/nmh.h @@ -3,7 +3,9 @@ * nmh.h -- system configuration header file */ +#ifdef HAVE_CONFIG_H #include +#endif #include #include @@ -60,8 +62,3 @@ #endif #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)