X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/c70ca7816838825c93fbc54ac9e4a6e2a7bef6d8..a66c30d557c09799db7cd166ba5fa2a97dbafbb3:/h/nmh.h?ds=sidebyside diff --git a/h/nmh.h b/h/nmh.h index 00c408ff..0ab5e5d6 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)