Changed msg_style and msg_delim to be file static to m_getfld.c
[mmh] / h / nmh.h
diff --git a/h/nmh.h b/h/nmh.h
index 00c408f..0ab5e5d 100644 (file)
--- a/h/nmh.h
+++ b/h/nmh.h
@@ -3,7 +3,9 @@
  * nmh.h -- system configuration header file
  */
 
+#ifdef HAVE_CONFIG_H
 #include <config.h>
+#endif
 
 #include <unistd.h>
 #include <stdio.h>
@@ -60,8 +62,3 @@
 #endif
 
 #include <signal.h>
-#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)