Undid most of 3ef341abe440ece07f8deed59fb026ab020e805 because FreeBSD needs the HAVE_...
[mmh] / sbr / mts.c
index 71836e4..834579d 100644 (file)
--- a/sbr/mts.c
+++ b/sbr/mts.c
@@ -20,9 +20,6 @@
 #include <sys/socket.h>
 #include <netdb.h>
 
-#define        NOTOK   (-1)
-#define        OK        0
-
 /*
  * static prototypes
  */
@@ -144,6 +141,8 @@ static struct bind binds[] = {
 void
 mts_init (char *name)
 {
+    NMH_UNUSED (name);
+
     const char *cp;
     FILE *fp;
     static int inited = 0;