X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8cf1d92e52d3feac4ed32ec733e2c0ed7f384e86..e4ccf20dcb722d8110e2a22f03e960e8f9f67898:/sbr/client.c diff --git a/sbr/client.c b/sbr/client.c index d3374ad4..7ae356ad 100644 --- a/sbr/client.c +++ b/sbr/client.c @@ -2,8 +2,6 @@ /* * client.c -- connect to a server * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -16,13 +14,7 @@ #include #include #include - -#ifdef HAVE_ARPA_INET_H -# include -#endif - -#define TRUE 1 -#define FALSE 0 +#include #define MAXARGS 1000